public abstract class Change
extends javax.swing.tree.DefaultMutableTreeNode
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
boolean |
isAcceptable()
This method is used to disable the "accept" box if the parent has been set to "not accepted".
|
boolean |
isAccepted() |
void |
setAccepted(boolean a) |
java.lang.String |
toString() |
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
public java.lang.String getName()
public java.lang.String toString()
toString
in class javax.swing.tree.DefaultMutableTreeNode
public boolean isAccepted()
public void setAccepted(boolean a)
public boolean isAcceptable()