public class XTCEViewerContainerTreeNode extends DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Modifier and Type | Method and Description |
|---|---|
String |
getContainerPath()
Accessor to retrieve the fully qualified name and path to this
container in the XTCE Space System hierarchy.
|
XTCETMContainer |
getContainerReference()
Accessor to retrieve a reference to the XTCETMContainer object that is
represented by this node in the tree of containers.
|
XTCEContainerContentModel |
getContentModel()
Accessor to retrieve a reference to the evaluated container content for
this tree node, or null if it has not been evaluated before.
|
String |
getInheritancePath()
Accessor to retrieve the fully qualified name and path to this
container in the inheritance tree of SequenceContainers within the XTCE
data model.
|
String |
getName()
Accessor to retrieve the name of the XTCE SequenceContainer that is
represented by this node.
|
void |
setContentModel(XTCEContainerContentModel contentModel)
Setter to update the internal container model object when the container
for this tree node is evaluated.
|
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toStringpublic String getName()
public String getContainerPath()
public String getInheritancePath()
public XTCETMContainer getContainerReference()
public XTCEContainerContentModel getContentModel()
public void setContentModel(XTCEContainerContentModel contentModel)
contentModel - The XTCEContainerContentModel object that was
created for this container tree node.Copyright © 2015–2019. All rights reserved.