Class HistoricalProvidersNode
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.tree.AbstractAsynchronousTreeNode<TreeNode>
com.inductiveautomation.ignition.client.tags.tree.node.HistoricalProvidersNode
- All Implemented Interfaces:
AsynchronousTreeNode
,TreeNode
- Direct Known Subclasses:
TagBrowseHistoricalProvidersNode
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
static class
protected static class
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.client.util.gui.tree.AbstractAsynchronousTreeNode
AbstractAsynchronousTreeNode.LoadingStatus
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ClientTagManager
static final TreeCellRenderer
protected static final Comparator<TreeNode>
Fields inherited from class com.inductiveautomation.ignition.client.util.gui.tree.AbstractAsynchronousTreeNode
errorNode, loadingNode, nodeList, parent, treeModel
-
Constructor Summary
ConstructorsConstructorDescriptionHistoricalProvidersNode
(ClientTagManager mgr, DefaultTreeModel treeModel, TreeNode parent) -
Method Summary
Modifier and TypeMethodDescriptiondoBrowse
(TreeNode parent, QualifiedPath root) protected TreeNode
protected TreeNode
Methods inherited from class com.inductiveautomation.ignition.client.util.gui.tree.AbstractAsynchronousTreeNode
blockLoad, checkChildren, children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf, loadDone, loadError, reload, showLoadingError, sortChildren
-
Field Details
-
RENDERER
-
RESULT_COMPARATOR
-
mgr
-
-
Constructor Details
-
HistoricalProvidersNode
-
-
Method Details
-
doBrowse
-
newLoadingNode
- Specified by:
newLoadingNode
in classAbstractAsynchronousTreeNode<TreeNode>
-
newErrorNode
- Specified by:
newErrorNode
in classAbstractAsynchronousTreeNode<TreeNode>
-
loadChildren
- Specified by:
loadChildren
in classAbstractAsynchronousTreeNode<TreeNode>
- Throws:
Exception
-