|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
net.sourceforge.atunes.gui.views.dialogs.MultiFolderSelectionDialog.CheckNode
public class MultiFolderSelectionDialog.CheckNode
The Class CheckNode.
Field Summary | |
---|---|
protected boolean |
isSelected
The is selected. |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
MultiFolderSelectionDialog.CheckNode()
Instantiates a new check node. |
|
MultiFolderSelectionDialog.CheckNode(java.lang.Object userObject)
Instantiates a new check node. |
|
MultiFolderSelectionDialog.CheckNode(java.lang.Object userObject,
boolean allowsChildren)
Instantiates a new check node. |
Method Summary | |
---|---|
boolean |
isEnabled()
Checks if is enabled. |
boolean |
isSelected()
Checks if is selected. |
void |
setEnabled(boolean enabled)
Sets the enabled. |
void |
setSelected(boolean isSelected)
Sets the 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 |
Field Detail |
---|
protected boolean isSelected
Constructor Detail |
---|
public MultiFolderSelectionDialog.CheckNode()
public MultiFolderSelectionDialog.CheckNode(java.lang.Object userObject)
userObject
- the user objectpublic MultiFolderSelectionDialog.CheckNode(java.lang.Object userObject, boolean allowsChildren)
userObject
- the user objectallowsChildren
- the allows childrenMethod Detail |
---|
public boolean isEnabled()
public boolean isSelected()
public void setEnabled(boolean enabled)
enabled
- the new enabledpublic void setSelected(boolean isSelected)
isSelected
- the new selected
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |