The Meta-Environment API

nl.cwi.sen1.error.model
Class GroupNode

java.lang.Object
  extended by javax.swing.tree.DefaultMutableTreeNode
      extended by nl.cwi.sen1.error.model.GroupNode
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, javax.swing.tree.MutableTreeNode, javax.swing.tree.TreeNode

public class GroupNode
extends javax.swing.tree.DefaultMutableTreeNode

See Also:
Serialized Form

Field Summary
static int DESCRIPTION_GROUP
           
static int FILE_GROUP
           
private  java.lang.String groupName
           
private  int groupType
           
static int NO_GROUP
           
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
GroupNode(java.lang.String name, int type)
           
 
Method Summary
 java.lang.String getGroupName()
           
 int getGroupType()
           
 java.lang.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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NO_GROUP

public static final int NO_GROUP
See Also:
Constant Field Values

FILE_GROUP

public static final int FILE_GROUP
See Also:
Constant Field Values

DESCRIPTION_GROUP

public static final int DESCRIPTION_GROUP
See Also:
Constant Field Values

groupName

private java.lang.String groupName

groupType

private int groupType
Constructor Detail

GroupNode

public GroupNode(java.lang.String name,
                 int type)
Method Detail

getGroupName

public java.lang.String getGroupName()

getGroupType

public int getGroupType()

toString

public java.lang.String toString()
Overrides:
toString in class javax.swing.tree.DefaultMutableTreeNode

The Meta-Environment API