Class DefaultErrorNode<T extends TreeNode>
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.tree.DefaultErrorNode<T>
- All Implemented Interfaces:
RenderableTreeNode
,TreeNode
- Direct Known Subclasses:
ErrorNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Noop - no childrenchildren()
boolean
getChildAt
(int idx) int
int
A bitmask of Font.BOLD, Font.NORMAL, Font.ITALIC to specify the font style of the nodeReturn a hashable key to specify this node's iconint
A tooltip (may be null) for the nodeboolean
isLeaf()
boolean
void
reload()
Noop - no childrentoString()
-
Constructor Details
-
DefaultErrorNode
-
DefaultErrorNode
-
-
Method Details
-
getParent
-
getChildAt
- Specified by:
getChildAt
in interfaceTreeNode
-
isMetaNode
public boolean isMetaNode() -
children
-
getAllowsChildren
public boolean getAllowsChildren()- Specified by:
getAllowsChildren
in interfaceTreeNode
-
getChildCount
public int getChildCount()- Specified by:
getChildCount
in interfaceTreeNode
-
getIndex
-
isLeaf
public boolean isLeaf() -
getTooltipText
Description copied from interface:RenderableTreeNode
A tooltip (may be null) for the node- Specified by:
getTooltipText
in interfaceRenderableTreeNode
-
toString
-
blockLoad
public void blockLoad()Noop - no children -
reload
public void reload()Noop - no children -
getFontStyle
public int getFontStyle()Description copied from interface:RenderableTreeNode
A bitmask of Font.BOLD, Font.NORMAL, Font.ITALIC to specify the font style of the node- Specified by:
getFontStyle
in interfaceRenderableTreeNode
-
getIconKey
Description copied from interface:RenderableTreeNode
Return a hashable key to specify this node's icon- Specified by:
getIconKey
in interfaceRenderableTreeNode
-