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 Summary
Constructors -
Method Summary
Modifier 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 interfaceTreeNode
-
getTooltipText
Description copied from interface:RenderableTreeNodeA tooltip (may be null) for the node- Specified by:
getTooltipTextin interfaceRenderableTreeNode
-
isMetaNode
public boolean isMetaNode() -
children
-
getAllowsChildren
public boolean getAllowsChildren()- Specified by:
getAllowsChildrenin interfaceTreeNode
-
getChildCount
public int getChildCount()- Specified by:
getChildCountin interfaceTreeNode
-
getIndex
-
isLeaf
public boolean isLeaf() -
toString
-
blockLoad
public void blockLoad()Noop - no children -
reload
public void reload()Noop - no children -
getFontStyle
public 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 interfaceRenderableTreeNode
-
getIconKey
Description copied from interface:RenderableTreeNodeReturn a hashable key to specify this node's icon- Specified by:
getIconKeyin interfaceRenderableTreeNode
-