|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.tree.DefaultMutableTreeNode net.sf.mmapps.applications.developer.project.ProjectMutableTreeNode
Field Summary | |
static int |
PROJECT_TYPE_APPLICATION
|
static int |
PROJECT_TYPE_APPLICATION_CONFIGURATIONS
|
static int |
PROJECT_TYPE_DIRECTORY
|
static int |
PROJECT_TYPE_MODULE
|
static int |
PROJECT_TYPE_NODEMANAGER
|
static int |
PROJECT_TYPE_OTHER
|
static int |
PROJECT_TYPE_RELATIONMANAGER
|
static int |
PROJECT_TYPE_ROOT
|
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
ProjectMutableTreeNode()
|
|
ProjectMutableTreeNode(int type)
|
|
ProjectMutableTreeNode(int type,
java.lang.Object object)
|
Method Summary | |
int |
getType()
|
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 |
public static final int PROJECT_TYPE_ROOT
public static final int PROJECT_TYPE_OTHER
public static final int PROJECT_TYPE_APPLICATION_CONFIGURATIONS
public static final int PROJECT_TYPE_NODEMANAGER
public static final int PROJECT_TYPE_RELATIONMANAGER
public static final int PROJECT_TYPE_APPLICATION
public static final int PROJECT_TYPE_MODULE
public static final int PROJECT_TYPE_DIRECTORY
Constructor Detail |
public ProjectMutableTreeNode()
public ProjectMutableTreeNode(int type)
public ProjectMutableTreeNode(int type, java.lang.Object object)
Method Detail |
public int getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |