net.sf.mmapps.applications.developer.project
Class ProjectMutableTreeNode

java.lang.Object
  extended byjavax.swing.tree.DefaultMutableTreeNode
      extended bynet.sf.mmapps.applications.developer.project.ProjectMutableTreeNode
All Implemented Interfaces:
java.lang.Cloneable, javax.swing.tree.MutableTreeNode, java.io.Serializable, javax.swing.tree.TreeNode
Direct Known Subclasses:
ApplicationConfigurationMutableTreeNode, NodeManagerConfigurationMutableTreeNode, ProjectDirectoryMutableTreeNode, ProjectRootMutableTreeNode

public class ProjectMutableTreeNode
extends javax.swing.tree.DefaultMutableTreeNode

Version:
$Id: ProjectMutableTreeNode.java,v 1.1.1.1 2004/02/06 08:44:08 keesj Exp $
Author:
Kees Jongenburger
See Also:
Serialized Form

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

PROJECT_TYPE_ROOT

public static final int PROJECT_TYPE_ROOT
See Also:
Constant Field Values

PROJECT_TYPE_OTHER

public static final int PROJECT_TYPE_OTHER
See Also:
Constant Field Values

PROJECT_TYPE_APPLICATION_CONFIGURATIONS

public static final int PROJECT_TYPE_APPLICATION_CONFIGURATIONS
See Also:
Constant Field Values

PROJECT_TYPE_NODEMANAGER

public static final int PROJECT_TYPE_NODEMANAGER
See Also:
Constant Field Values

PROJECT_TYPE_RELATIONMANAGER

public static final int PROJECT_TYPE_RELATIONMANAGER
See Also:
Constant Field Values

PROJECT_TYPE_APPLICATION

public static final int PROJECT_TYPE_APPLICATION
See Also:
Constant Field Values

PROJECT_TYPE_MODULE

public static final int PROJECT_TYPE_MODULE
See Also:
Constant Field Values

PROJECT_TYPE_DIRECTORY

public static final int PROJECT_TYPE_DIRECTORY
See Also:
Constant Field Values
Constructor Detail

ProjectMutableTreeNode

public ProjectMutableTreeNode()

ProjectMutableTreeNode

public ProjectMutableTreeNode(int type)

ProjectMutableTreeNode

public ProjectMutableTreeNode(int type,
                              java.lang.Object object)
Method Detail

getType

public int getType()


Copyright © 2003-2004 SourceForge. All Rights Reserved.