Class AbstractLoadingNode
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.tree.AbstractLoadingNode
- All Implemented Interfaces:
RenderableTreeNode,TreeNode
Deprecated.
This class is deprecated, use DefaultLoadingNode instead.
- Since:
- deprecated since 7.7.
-
Constructor Summary
Constructors -
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
-
AbstractLoadingNode
public AbstractLoadingNode()Deprecated.
-
-
Method Details
-
getChildAt
Deprecated.- Specified by:
getChildAtin interfaceTreeNode
-
getTooltipText
Deprecated.Description copied from interface:RenderableTreeNodeA tooltip (may be null) for the node- Specified by:
getTooltipTextin interfaceRenderableTreeNode
-
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. -
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
-