Class ErrorNode
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.tree.DefaultErrorNode<OPCTreeNode>
com.inductiveautomation.ignition.designer.sqltags.opcbrowser.ErrorNode
- All Implemented Interfaces:
RenderableTreeNode
,OPCTreeNode
,TreeNode
-
Constructor Summary
ConstructorsConstructorDescriptionErrorNode
(OPCTreeNode parent) ErrorNode
(OPCTreeNode parent, String tooltip) ErrorNode
(OPCTreeNode parent, String tooltip, String text) -
Method Summary
Modifier and TypeMethodDescriptiongetChildAt
(int idx) Returns the OPC item type of this node.A tooltip (may be null) for the nodeMethods inherited from class com.inductiveautomation.ignition.client.util.gui.tree.DefaultErrorNode
blockLoad, children, getAllowsChildren, getChildCount, getFontStyle, getIconKey, getIndex, getParent, isLeaf, isMetaNode, reload, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.inductiveautomation.ignition.designer.sqltags.opcbrowser.OPCTreeNode
blockLoad, getParent, isMetaNode, reload
Methods inherited from interface com.inductiveautomation.ignition.client.util.gui.tree.RenderableTreeNode
getFontStyle, getIconKey
Methods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildCount, getIndex, isLeaf
-
Constructor Details
-
ErrorNode
-
ErrorNode
-
ErrorNode
-
-
Method Details
-
getChildAt
- Specified by:
getChildAt
in interfaceOPCTreeNode
- Specified by:
getChildAt
in interfaceTreeNode
- Overrides:
getChildAt
in classDefaultErrorNode<OPCTreeNode>
-
getItemType
Description copied from interface:OPCTreeNode
Returns the OPC item type of this node. May be null for META nodes or ROOT, or FSQL nodes- Specified by:
getItemType
in interfaceOPCTreeNode
-
getTooltipText
Description copied from interface:RenderableTreeNode
A tooltip (may be null) for the node- Specified by:
getTooltipText
in interfaceRenderableTreeNode
- Overrides:
getTooltipText
in classDefaultErrorNode<OPCTreeNode>
-
getProvider
-
getBrowseElement
- Specified by:
getBrowseElement
in interfaceOPCTreeNode
-
getDriverName
-