Package de.mid.innovator.m2msdk.ui.model
Class ConfigurationNode
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
de.mid.innovator.m2msdk.ui.model.ConfigurationNode
- All Implemented Interfaces:
Serializable,Cloneable,MutableTreeNode,TreeNode
A tree node representing a configuration item in the model transformation
configuration.
- Version:
- 10.1.1
- Author:
- jmback
- See Also:
-
Field Summary
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
EMPTY_ENUMERATION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChildAt(int index) intgetItem()voidsetUserObject(Object iUserObject) toString()Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildBefore, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, 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
-
Constructor Details
-
ConfigurationNode
-
-
Method Details
-
setUserObject
- Specified by:
setUserObjectin interfaceMutableTreeNode- Overrides:
setUserObjectin classDefaultMutableTreeNode
-
getItem
-
getTransitiveChildren
-
getChildCount
public int getChildCount()- Specified by:
getChildCountin interfaceTreeNode- Overrides:
getChildCountin classDefaultMutableTreeNode
-
getChildAt
- Specified by:
getChildAtin interfaceTreeNode- Overrides:
getChildAtin classDefaultMutableTreeNode
-
toString
- Overrides:
toStringin classDefaultMutableTreeNode
-