Class TagStructureTree
- java.lang.Object
-
- com.inductiveautomation.ignition.common.PathTree<TagPath,NodeBrowseInfo>
-
- com.inductiveautomation.ignition.common.tags.model.TagStructureTree
-
- All Implemented Interfaces:
java.io.Serializable
public class TagStructureTree extends PathTree<TagPath,NodeBrowseInfo>
Used to display a tag tree with relative paths to the root node.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
TagStructureTree.TagNode
-
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.common.PathTree
PathTree.TreeNode
-
-
Constructor Summary
Constructors Constructor Description TagStructureTree(TagPath rootPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TagPath
getRootPath()
TagStructureTree.TagNode
getRootTagNode()
boolean
put(TagPath relativeTreePath, TagPath fullPath, TagObjectType displayType, java.util.Set<NodeAttribute> attributes)
-
Methods inherited from class com.inductiveautomation.ignition.common.PathTree
browse, clear, computeIfAbsent, findNode, findNode, get, getBranches, getBranches, getChildren, getRoot, getValuesOfPath, instantiateNode, isCaseSensitive, put, remove, removeIfEmpty, setCaseSensitive, size
-
-
-
-
Constructor Detail
-
TagStructureTree
public TagStructureTree(TagPath rootPath)
-
-
Method Detail
-
getRootPath
public TagPath getRootPath()
-
getRootTagNode
public TagStructureTree.TagNode getRootTagNode()
-
put
public boolean put(TagPath relativeTreePath, TagPath fullPath, TagObjectType displayType, java.util.Set<NodeAttribute> attributes)
-
-