Class AbstractErrorNode
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.tree.AbstractErrorNode
- All Implemented Interfaces:
- RenderableTreeNode,- TreeNode
Deprecated.
This class is deprecated, use DefaultErrorNode instead.
- Since:
- deprecated since 7.7.
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedDeprecated.protectedAbstractErrorNode(String text) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionvoidDeprecated.Noop - no childrenchildren()Deprecated.booleanDeprecated.getChildAt(int idx) Deprecated.intDeprecated.intDeprecated.A bitmask of Font.BOLD, Font.NORMAL, Font.ITALIC to specify the font style of the nodeDeprecated.Return a hashable key to specify this node's iconintDeprecated.Deprecated.A tooltip (may be null) for the nodebooleanisLeaf()Deprecated.booleanDeprecated.voidreload()Deprecated.Noop - no childrentoString()Deprecated.
- 
Constructor Details- 
AbstractErrorNodeprotected AbstractErrorNode()Deprecated.
- 
AbstractErrorNodeDeprecated.
 
- 
- 
Method Details- 
getChildAtDeprecated.- Specified by:
- getChildAtin interface- TreeNode
 
- 
isMetaNodepublic boolean isMetaNode()Deprecated.
- 
childrenDeprecated.
- 
getAllowsChildrenpublic boolean getAllowsChildren()Deprecated.- Specified by:
- getAllowsChildrenin interface- TreeNode
 
- 
getChildCountpublic int getChildCount()Deprecated.- Specified by:
- getChildCountin interface- TreeNode
 
- 
getIndexDeprecated.
- 
isLeafpublic boolean isLeaf()Deprecated.
- 
getTooltipTextDeprecated.Description copied from interface:RenderableTreeNodeA tooltip (may be null) for the node- Specified by:
- getTooltipTextin interface- RenderableTreeNode
 
- 
toStringDeprecated.
- 
blockLoadpublic void blockLoad()Deprecated.Noop - no children
- 
reloadpublic void reload()Deprecated.Noop - no children
- 
getFontStylepublic int getFontStyle()Deprecated.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
 
- 
getIconKeyDeprecated.Description copied from interface:RenderableTreeNodeReturn a hashable key to specify this node's icon- Specified by:
- getIconKeyin interface- RenderableTreeNode
 
 
-