public static class FindUnlinkedFilesDialog.CheckableTreeNode
extends javax.swing.tree.DefaultMutableTreeNode
Constructor and Description |
---|
CheckableTreeNode(java.lang.Object userObject) |
Modifier and Type | Method and Description |
---|---|
void |
check() |
javax.swing.JCheckBox |
getCheckbox() |
boolean |
getSelected() |
void |
setCheckbox(javax.swing.JCheckBox checkbox) |
void |
setSelected(boolean bSelected) |
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
public javax.swing.JCheckBox getCheckbox()
public void setCheckbox(javax.swing.JCheckBox checkbox)
checkbox
- the checkbox to setpublic void check()
public void setSelected(boolean bSelected)
public boolean getSelected()