public class CheckBoxTreeNode
extends javax.swing.tree.DefaultMutableTreeNode
限定符和类型 | 字段和说明 |
---|---|
protected boolean |
isSelected |
构造器和说明 |
---|
CheckBoxTreeNode() |
CheckBoxTreeNode(java.lang.Object userObject) |
CheckBoxTreeNode(java.lang.Object userObject,
boolean allowsChildren,
boolean isSelected) |
限定符和类型 | 方法和说明 |
---|---|
boolean |
isSelected()
节点是否被选中
|
void |
setSelected(boolean _isSelected)
选择节点
|
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