Package convex.gui.manager.windows.state
Class StateTreeNode<T extends convex.core.data.ACell>
java.lang.Object
convex.gui.manager.windows.state.StateTreeNode<T>
- All Implemented Interfaces:
TreeNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEnumeration<? extends TreeNode>
children()
boolean
getChildAt(int childIndex)
int
int
boolean
isLeaf()
toString()
-
Constructor Details
-
StateTreeNode
-
-
Method Details
-
getChildAt
- Specified by:
getChildAt
in interfaceTreeNode
-
getChildCount
public int getChildCount()- Specified by:
getChildCount
in interfaceTreeNode
-
getParent
-
getIndex
-
getAllowsChildren
public boolean getAllowsChildren()- Specified by:
getAllowsChildren
in interfaceTreeNode
-
isLeaf
public boolean isLeaf() -
children
-
toString
-