Class DefaultLeafNode
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.tree.DefaultLeafNode
- All Implemented Interfaces:
TreeNode
- Direct Known Subclasses:
ViewTreeNode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchildren()
boolean
getChildAt
(int childIndex) int
int
boolean
isLeaf()
-
Field Details
-
parent
-
-
Constructor Details
-
DefaultLeafNode
-
-
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
-