com.japisoft.xmlappkit.editor
Interface XMLEditingChoice

All Known Implementing Classes:
BasicXMLEditingChoices

public interface XMLEditingChoice

Here an interface for defining which tags can be edited from an editor

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com
See Also:
XMLEditor

Field Summary
static java.lang.String[] ANY_TAGS
           
 
Method Summary
 java.lang.String[] getEditingTags()
           
 

Field Detail

ANY_TAGS

public static final java.lang.String[] ANY_TAGS
Method Detail

getEditingTags

public java.lang.String[] getEditingTags()
Returns:
the set of editing tag. It means the editor will be activated each time the use select on of this node. If the user can this editor edit any node, then you must return ALL_TAGS