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 TypeMethodDescriptionvoid
Deprecated.Noop - no childrenchildren()
Deprecated.boolean
Deprecated.getChildAt
(int idx) Deprecated.int
Deprecated.int
Deprecated.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 iconint
Deprecated.Deprecated.A tooltip (may be null) for the nodeboolean
isLeaf()
Deprecated.boolean
Deprecated.void
reload()
Deprecated.Noop - no childrentoString()
Deprecated.
-
Constructor Details
-
AbstractLoadingNode
public AbstractLoadingNode()Deprecated.
-
-
Method Details
-
getChildAt
Deprecated.- Specified by:
getChildAt
in interfaceTreeNode
-
getTooltipText
Deprecated.Description copied from interface:RenderableTreeNode
A tooltip (may be null) for the node- Specified by:
getTooltipText
in interfaceRenderableTreeNode
-
isMetaNode
public boolean isMetaNode()Deprecated. -
children
Deprecated. -
getAllowsChildren
public boolean getAllowsChildren()Deprecated.- Specified by:
getAllowsChildren
in interfaceTreeNode
-
getChildCount
public int getChildCount()Deprecated.- Specified by:
getChildCount
in 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:RenderableTreeNode
A bitmask of Font.BOLD, Font.NORMAL, Font.ITALIC to specify the font style of the node- Specified by:
getFontStyle
in interfaceRenderableTreeNode
-
getIconKey
Deprecated.Description copied from interface:RenderableTreeNode
Return a hashable key to specify this node's icon- Specified by:
getIconKey
in interfaceRenderableTreeNode
-