Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.meowers.cide.edcide.map
Class MapTreeNode  view MapTreeNode download MapTreeNode.java

java.lang.Object
  extended byjavax.swing.tree.DefaultMutableTreeNode
      extended byorg.meowers.cide.edcide.EdCideTreeNode
          extended byorg.meowers.cide.edcide.map.MapTreeNode
All Implemented Interfaces:
java.lang.Cloneable, javax.swing.tree.MutableTreeNode, java.io.Serializable, javax.swing.tree.TreeNode

public class MapTreeNode
extends org.meowers.cide.edcide.EdCideTreeNode

Version:

Nested Class Summary
 
Nested classes inherited from class javax.swing.tree.DefaultMutableTreeNode
 
Field Summary
protected  org.meowers.cide.data.Map m
           
 
Fields inherited from class org.meowers.cide.edcide.EdCideTreeNode
gameObj, gameObjType, group, name
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
MapTreeNode(org.meowers.cide.data.Map m)
          Creates new MapTreeNode
 
Method Summary
 org.meowers.cide.data.Map getMap()
           
 void setText()
           
 
Methods inherited from class org.meowers.cide.edcide.EdCideTreeNode
getGameDataType, getGameObject, isGroup, updateText
 
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, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m

protected org.meowers.cide.data.Map m
Constructor Detail

MapTreeNode

public MapTreeNode(org.meowers.cide.data.Map m)
Creates new MapTreeNode

Method Detail

getMap

public org.meowers.cide.data.Map getMap()

setText

public void setText()