net.sourceforge.atunes.gui.views.dialogs
Class MultiFolderSelectionDialog.CheckNode

java.lang.Object
  extended by javax.swing.tree.DefaultMutableTreeNode
      extended by net.sourceforge.atunes.gui.views.dialogs.MultiFolderSelectionDialog.CheckNode
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, javax.swing.tree.MutableTreeNode, javax.swing.tree.TreeNode
Enclosing class:
MultiFolderSelectionDialog

public class MultiFolderSelectionDialog.CheckNode
extends javax.swing.tree.DefaultMutableTreeNode

The Class CheckNode.

See Also:
Serialized Form

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

isSelected

protected boolean isSelected
The is selected.

Constructor Detail

MultiFolderSelectionDialog.CheckNode

public MultiFolderSelectionDialog.CheckNode()
Instantiates a new check node.


MultiFolderSelectionDialog.CheckNode

public MultiFolderSelectionDialog.CheckNode(java.lang.Object userObject)
Instantiates a new check node.

Parameters:
userObject - the user object

MultiFolderSelectionDialog.CheckNode

public MultiFolderSelectionDialog.CheckNode(java.lang.Object userObject,
                                            boolean allowsChildren)
Instantiates a new check node.

Parameters:
userObject - the user object
allowsChildren - the allows children
Method Detail

isEnabled

public boolean isEnabled()
Checks if is enabled.

Returns:
true, if is enabled

isSelected

public boolean isSelected()
Checks if is selected.

Returns:
true, if is selected

setEnabled

public void setEnabled(boolean enabled)
Sets the enabled.

Parameters:
enabled - the new enabled

setSelected

public void setSelected(boolean isSelected)
Sets the selected.

Parameters:
isSelected - the new selected


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.