Class CheckNode
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
repast.simphony.dataLoader.ui.wizard.builder.CheckNode
- All Implemented Interfaces:
Serializable,Cloneable,Comparable,MutableTreeNode,TreeNode
- Direct Known Subclasses:
AgentLayerCheckNode,NetworkCheckNode
Tree node with a selected checkbox like quality.
- Version:
- $Revision: 1.1 $ $Date: 2006/01/06 22:24:11 $
- Author:
- Nick Collier
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intprotected booleanprotected booleanstatic final intstatic final intFields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintabstract IcongetIcon()org.piccolo2d.PLayergetLayer()booleanbooleanvoidsetCascadeSelection(boolean cascadeSelection) voidsetSelected(boolean selected) voidsort(Comparator comparator) 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
-
Field Details
-
NO_CHILDREN
public static final int NO_CHILDREN- See Also:
-
ALL_SELECTED
public static final int ALL_SELECTED- See Also:
-
ALL_DESELECTED
public static final int ALL_DESELECTED- See Also:
-
MIXED
public static final int MIXED- See Also:
-
isSelected
protected boolean isSelected -
cascadeSelection
protected boolean cascadeSelection
-
-
Constructor Details
-
CheckNode
-
-
Method Details
-
isCascadeSelection
public boolean isCascadeSelection() -
setCascadeSelection
public void setCascadeSelection(boolean cascadeSelection) -
isSelected
public boolean isSelected() -
getTreeState
-
setSelected
public void setSelected(boolean selected) -
sort
-
compareTo
- Specified by:
compareToin interfaceComparable
-
getLayer
public org.piccolo2d.PLayer getLayer() -
getIcon
-