|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An annotation node is the generalized concept of a track/group.
Method Summary | |
anvil.annot.AnnotationNode |
getFirstHidden()
Returns first visible annotation node. |
java.lang.String |
getName()
Returns full name of the annotation node, e.g. gesture.deictic |
anvil.annot.GroupNode |
getParent()
Returns parent node of this node. |
java.lang.String |
getShortName()
Returns node name without path (e.g. |
boolean |
isOpen()
Returns true if this node is open. |
boolean |
isVisible()
Returns true if this node is visible. |
void |
setOpen(boolean b)
Set the open attribute which indicates that the node is collapsed and thus hidden from view. |
void |
setVisible(boolean b)
|
Method Detail |
public anvil.annot.AnnotationNode getFirstHidden()
public java.lang.String getShortName()
public java.lang.String getName()
public anvil.annot.GroupNode getParent()
public boolean isOpen()
public boolean isVisible()
public void setOpen(boolean b)
public void setVisible(boolean b)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |