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, userObjectFields inherited from interface rma.swing.tree.CheckBoxNode
DIG_IN_SELECTION, SINGLE_SELECTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetTree()booleanbooleanvoidsetEnabled(boolean enabled) voidsetSelected(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, toStringMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
getSelectionModein interfaceCheckBoxNode- Returns:
- See Also:
-
isSelected
public boolean isSelected()- Specified by:
isSelectedin interfaceCheckBoxNode- Returns:
- See Also:
-
setSelected
public void setSelected(boolean selected) - Specified by:
setSelectedin interfaceCheckBoxNode- See Also:
-
setEnabled
public void setEnabled(boolean enabled) -
isEnabled
public boolean isEnabled() -
getTree
-
getCurveIndex
public int getCurveIndex()
-