Package hec.dataTable
Class PairedDataCurveSelector.CheckBoxNodeImpl
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
hec.dataTable.PairedDataCurveSelector.CheckBoxNodeImpl
- All Implemented Interfaces:
Serializable
,Cloneable
,MutableTreeNode
,TreeNode
,CheckBoxNode
- Enclosing class:
- PairedDataCurveSelector
public class PairedDataCurveSelector.CheckBoxNodeImpl
extends DefaultMutableTreeNode
implements CheckBoxNode
- See Also:
-
Field Summary
FieldsFields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
Fields inherited from interface rma.swing.tree.CheckBoxNode
DIG_IN_SELECTION, SINGLE_SELECTION
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
getTree()
boolean
boolean
void
setEnabled
(boolean enabled) void
setSelected
(boolean selected) 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
Methods inherited from interface rma.swing.tree.CheckBoxNode
getUserObject
-
Field Details
-
_selected
protected boolean _selected
-
-
Constructor Details
-
CheckBoxNodeImpl
-
-
Method Details
-
getSelectionMode
public int getSelectionMode()- Specified by:
getSelectionMode
in interfaceCheckBoxNode
- Returns:
- See Also:
-
isSelected
public boolean isSelected()- Specified by:
isSelected
in interfaceCheckBoxNode
- Returns:
- See Also:
-
setSelected
public void setSelected(boolean selected) - Specified by:
setSelected
in interfaceCheckBoxNode
- See Also:
-
setEnabled
public void setEnabled(boolean enabled) -
isEnabled
public boolean isEnabled() -
getTree
-
getCurveIndex
public int getCurveIndex()
-