gate.gui.docview
Class CorefEditor.CorefTreeNode

java.lang.Object
  extended by javax.swing.tree.DefaultMutableTreeNode
      extended by gate.gui.docview.CorefEditor.CorefTreeNode
All Implemented Interfaces:
Serializable, Cloneable, MutableTreeNode, TreeNode
Enclosing class:
CorefEditor

protected class CorefEditor.CorefTreeNode
extends DefaultMutableTreeNode

See Also:
Serialized Form

Field Summary
static int ANNOTSET_NODE
           
static int CHAIN_NODE
           
static int ROOT_NODE
           
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
CorefEditor.CorefTreeNode(Object value, boolean allowsChildren, int type)
           
 
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

ROOT_NODE

public static final int ROOT_NODE
See Also:
Constant Field Values

ANNOTSET_NODE

public static final int ANNOTSET_NODE
See Also:
Constant Field Values

CHAIN_NODE

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

CorefEditor.CorefTreeNode

public CorefEditor.CorefTreeNode(Object value,
                                 boolean allowsChildren,
                                 int type)
Method Detail

getType

public int getType()