Class DefaultLoadingNode<T extends TreeNode>
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.tree.DefaultLoadingNode<T>
- All Implemented Interfaces:
- RenderableTreeNode,- TreeNode
- Direct Known Subclasses:
- LoadingNode
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidNoop - no childrenchildren()booleangetChildAt(int idx) intintA bitmask of Font.BOLD, Font.NORMAL, Font.ITALIC to specify the font style of the nodeReturn a hashable key to specify this node's iconintA tooltip (may be null) for the nodebooleanisLeaf()booleanvoidreload()Noop - no childrentoString()
- 
Constructor Details- 
DefaultLoadingNode
 
- 
- 
Method Details- 
getParent
- 
getChildAt- Specified by:
- getChildAtin interface- TreeNode
 
- 
getTooltipTextDescription copied from interface:RenderableTreeNodeA tooltip (may be null) for the node- Specified by:
- getTooltipTextin interface- RenderableTreeNode
 
- 
isMetaNodepublic boolean isMetaNode()
- 
children
- 
getAllowsChildrenpublic boolean getAllowsChildren()- Specified by:
- getAllowsChildrenin interface- TreeNode
 
- 
getChildCountpublic int getChildCount()- Specified by:
- getChildCountin interface- TreeNode
 
- 
getIndex
- 
isLeafpublic boolean isLeaf()
- 
toString
- 
blockLoadpublic void blockLoad()Noop - no children
- 
reloadpublic void reload()Noop - no children
- 
getFontStylepublic int getFontStyle()Description copied from interface:RenderableTreeNodeA bitmask of Font.BOLD, Font.NORMAL, Font.ITALIC to specify the font style of the node- Specified by:
- getFontStylein interface- RenderableTreeNode
 
- 
getIconKeyDescription copied from interface:RenderableTreeNodeReturn a hashable key to specify this node's icon- Specified by:
- getIconKeyin interface- RenderableTreeNode
 
 
-