Class HistoricalProvidersNode.HistoricalBrowseResultNode
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.tree.AbstractAsynchronousTreeNode<TreeNode>
com.inductiveautomation.ignition.client.tags.tree.node.HistoricalProvidersNode.HistoricalBrowseResultNode
- All Implemented Interfaces:
AsynchronousTreeNode
,RenderableTreeNode
,TreeNode
- Enclosing class:
- HistoricalProvidersNode
public class HistoricalProvidersNode.HistoricalBrowseResultNode
extends AbstractAsynchronousTreeNode<TreeNode>
implements RenderableTreeNode
-
Nested Class Summary
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.client.util.gui.tree.AbstractAsynchronousTreeNode
AbstractAsynchronousTreeNode.LoadingStatus
-
Field Summary
Fields inherited from class com.inductiveautomation.ignition.client.util.gui.tree.AbstractAsynchronousTreeNode
errorNode, loadingNode, nodeList, parent, treeModel
-
Constructor Summary
ConstructorsConstructorDescriptionHistoricalBrowseResultNode
(DefaultTreeModel treeModel, TreeNode parent, Result result) -
Method Summary
Methods inherited from class com.inductiveautomation.ignition.client.util.gui.tree.AbstractAsynchronousTreeNode
blockLoad, checkChildren, children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, loadDone, loadError, reload, showLoadingError, sortChildren
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent
-
Constructor Details
-
HistoricalBrowseResultNode
-
-
Method Details
-
getResult
-
isLeaf
public boolean isLeaf()- Specified by:
isLeaf
in interfaceTreeNode
- Overrides:
isLeaf
in classAbstractAsynchronousTreeNode<TreeNode>
-
loadChildren
- Specified by:
loadChildren
in classAbstractAsynchronousTreeNode<TreeNode>
- Throws:
Exception
-
toString
-
newLoadingNode
- Specified by:
newLoadingNode
in classAbstractAsynchronousTreeNode<TreeNode>
-
newErrorNode
- Specified by:
newErrorNode
in classAbstractAsynchronousTreeNode<TreeNode>
-
getIconKey
Description copied from interface:RenderableTreeNode
Return a hashable key to specify this node's icon- Specified by:
getIconKey
in interfaceRenderableTreeNode
-
getFontStyle
public int getFontStyle()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
-
getTooltipText
Description copied from interface:RenderableTreeNode
A tooltip (may be null) for the node- Specified by:
getTooltipText
in interfaceRenderableTreeNode
-