Class TypesFolderNode
- java.lang.Object
-
- com.inductiveautomation.ignition.client.tags.tree.node.AbstractBrowseNode
-
- com.inductiveautomation.ignition.client.tags.tree.node.TagTreeNode
-
- com.inductiveautomation.ignition.client.tags.tree.node.FolderNode
-
- com.inductiveautomation.ignition.client.tags.tree.node.TypesFolderNode
-
- All Implemented Interfaces:
BrowseTreeNode
,IconProvidingNode
,InfoNode
,ValueNode
,AsynchronousTreeNode
,TagChangeListener
,java.util.EventListener
,javax.swing.tree.TreeNode
public class TypesFolderNode extends FolderNode implements IconProvidingNode
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.client.tags.tree.node.AbstractBrowseNode
AbstractBrowseNode.BrowseTreeComparator, AbstractBrowseNode.InfoComparator, AbstractBrowseNode.Loader, AbstractBrowseNode.LoadingStatus, AbstractBrowseNode.NodeWrapper
-
-
Field Summary
-
Fields inherited from class com.inductiveautomation.ignition.client.tags.tree.node.TagTreeNode
browseValuePath, cachedAllowedTypes, currentvalue, folderTypes, parent, subscribed, VALID_PARENTS
-
Fields inherited from class com.inductiveautomation.ignition.client.tags.tree.node.AbstractBrowseNode
childStatus, errorNode, executor, info, loadingNode, loadRunner, log, nodeList, nodeMap, parentIndex, TAG_COMP, treeModel, visible
-
Fields inherited from interface com.inductiveautomation.ignition.client.tags.tree.node.BrowseTreeNode
NO_TYPES
-
Fields inherited from interface com.inductiveautomation.ignition.client.tags.tree.node.ValueNode
VALUE_RELEVANT_TYPES
-
-
Constructor Summary
Constructors Constructor Description TypesFolderNode(NodeBrowseInfo info, BrowseTreeNode parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<TagTypeDescriptor>
getAllowedNewObjectTypes()
Returns the type of objects that can be added at this level.javax.swing.Icon
getNodeIcon(boolean expanded, boolean selected)
java.lang.String
getTooltipText()
Returns the tooltip text for the tree nodejava.lang.String
toString()
-
Methods inherited from class com.inductiveautomation.ignition.client.tags.tree.node.FolderNode
tagChanged
-
Methods inherited from class com.inductiveautomation.ignition.client.tags.tree.node.TagTreeNode
createChildNode, executeChildrenBrowse, getEditRights, getName, getParent, getProviderNode, getSubscriptionPath, getTagPath, getTagType, getValue, install, isLeaf, notifyVisibilityChange, setCurrentValue, uninstall
-
Methods inherited from class com.inductiveautomation.ignition.client.tags.tree.node.AbstractBrowseNode
blockLoad, children, createLoader, createNodeMap, equals, findChildNodeByName, fireLightweightChange, fireNodeChanged, getAllowsChildren, getChildAt, getChildCount, getClientContext, getIndex, getInfo, getManager, hasChild, hashCode, isMetaNode, isVisible, loadCancelled, loadChildrenAsync, loadChildrenWithStatus, loadDone, loadError, logLoaded, maybeBrowseAsync, reload, reloadSynchronous, setVisible
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.inductiveautomation.ignition.common.tags.model.event.TagChangeListener
getSecurityContext, isLightweight
-
Methods inherited from interface com.inductiveautomation.ignition.client.tags.tree.node.ValueNode
isValueRelevant
-
-
-
-
Constructor Detail
-
TypesFolderNode
public TypesFolderNode(NodeBrowseInfo info, BrowseTreeNode parent)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classAbstractBrowseNode
-
getNodeIcon
public javax.swing.Icon getNodeIcon(boolean expanded, boolean selected)
- Specified by:
getNodeIcon
in interfaceIconProvidingNode
-
getAllowedNewObjectTypes
@Nullable public java.util.Set<TagTypeDescriptor> getAllowedNewObjectTypes()
Description copied from interface:BrowseTreeNode
Returns the type of objects that can be added at this level.- Specified by:
getAllowedNewObjectTypes
in interfaceBrowseTreeNode
- Overrides:
getAllowedNewObjectTypes
in classTagTreeNode
-
getTooltipText
public java.lang.String getTooltipText()
Description copied from interface:BrowseTreeNode
Returns the tooltip text for the tree node- Specified by:
getTooltipText
in interfaceBrowseTreeNode
- Overrides:
getTooltipText
in classTagTreeNode
-
-