Class AbstractErrorNode
- java.lang.Object
- 
- com.inductiveautomation.ignition.client.util.gui.tree.AbstractErrorNode
 
- 
- All Implemented Interfaces:
- RenderableTreeNode,- javax.swing.tree.TreeNode
 
 @Deprecated public abstract class AbstractErrorNode extends java.lang.Object implements RenderableTreeNode Deprecated.This class is deprecated, use DefaultErrorNode instead.- Since:
- deprecated since 7.7.
 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedAbstractErrorNode()Deprecated.protectedAbstractErrorNode(java.lang.String text)Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidblockLoad()Deprecated.Noop - no childrenjava.util.Enumerationchildren()Deprecated.booleangetAllowsChildren()Deprecated.javax.swing.tree.TreeNodegetChildAt(int idx)Deprecated.intgetChildCount()Deprecated.intgetFontStyle()Deprecated.A bitmask of Font.BOLD, Font.NORMAL, Font.ITALIC to specify the font style of the nodejava.lang.ObjectgetIconKey()Deprecated.Return a hashable key to specify this node's iconintgetIndex(javax.swing.tree.TreeNode node)Deprecated.java.lang.StringgetTooltipText()Deprecated.A tooltip (may be null) for the nodebooleanisLeaf()Deprecated.booleanisMetaNode()Deprecated.voidreload()Deprecated.Noop - no childrenjava.lang.StringtoString()Deprecated.
 
- 
- 
- 
Method Detail- 
getChildAtpublic javax.swing.tree.TreeNode getChildAt(int idx) Deprecated.- Specified by:
- getChildAtin interface- javax.swing.tree.TreeNode
 
 - 
isMetaNodepublic boolean isMetaNode() Deprecated.
 - 
childrenpublic java.util.Enumeration children() Deprecated.- Specified by:
- childrenin interface- javax.swing.tree.TreeNode
 
 - 
getAllowsChildrenpublic boolean getAllowsChildren() Deprecated.- Specified by:
- getAllowsChildrenin interface- javax.swing.tree.TreeNode
 
 - 
getChildCountpublic int getChildCount() Deprecated.- Specified by:
- getChildCountin interface- javax.swing.tree.TreeNode
 
 - 
getIndexpublic int getIndex(javax.swing.tree.TreeNode node) Deprecated.- Specified by:
- getIndexin interface- javax.swing.tree.TreeNode
 
 - 
isLeafpublic boolean isLeaf() Deprecated.- Specified by:
- isLeafin interface- javax.swing.tree.TreeNode
 
 - 
getTooltipTextpublic java.lang.String getTooltipText() Deprecated.Description copied from interface:RenderableTreeNodeA tooltip (may be null) for the node- Specified by:
- getTooltipTextin interface- RenderableTreeNode
 
 - 
toStringpublic java.lang.String toString() Deprecated.- Overrides:
- toStringin class- java.lang.Object
 
 - 
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
 
 - 
getIconKeypublic java.lang.Object getIconKey() Deprecated.Description copied from interface:RenderableTreeNodeReturn a hashable key to specify this node's icon- Specified by:
- getIconKeyin interface- RenderableTreeNode
 
 
- 
 
-