Class MapTreeItem
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
rs.edu.raf.dsw.rudok.app.gui.swing.tree.model.MapTreeItem
- All Implemented Interfaces:
Serializable
,Cloneable
,MutableTreeNode
,TreeNode
public class MapTreeItem extends DefaultMutableTreeNode
Wrapper for node items.
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
-
Constructor Summary
Constructors Constructor Description MapTreeItem(IMapNode mapNode)
-
Method Summary
Modifier and Type Method Description IMapNode
getMapNode()
void
setMapNode(IMapNode mapNode)
void
setName(String name)
String
toString()
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
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
-
Constructor Details
-
MapTreeItem
-
-
Method Details
-
getMapNode
-
setMapNode
-
setName
-
toString
- Overrides:
toString
in classDefaultMutableTreeNode
-