|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface helps the UI to known available tag and required attributes
TagHelper
Method Summary | |
TagDescriptor |
addTagDescriptor(TagDescriptor tag)
add a new descriptor |
java.lang.String |
getSource()
|
TagDescriptor |
getTag(SimpleNode node)
|
TagDescriptor[] |
getTags()
|
void |
setLocation(SimpleNode locationPath,
int offset)
Reset the current location for computing available tags |
void |
setNamespace(java.lang.String namespace)
|
Methods inherited from interface com.japisoft.xmlpad.helper.model.Helper |
dispose, getNamespace, getTitle, setEditor, show |
Method Detail |
public void setNamespace(java.lang.String namespace)
public TagDescriptor[] getTags()
public TagDescriptor getTag(SimpleNode node)
public TagDescriptor addTagDescriptor(TagDescriptor tag)
public void setLocation(SimpleNode locationPath, int offset)
setLocation
in interface Helper
public java.lang.String getSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |