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