org.skunk.swing
Class TreeNodeChooser.SelectionMode

java.lang.Object
  |
  +--org.skunk.swing.TreeNodeChooser.SelectionMode
Enclosing class:
TreeNodeChooser

public static final class TreeNodeChooser.SelectionMode
extends java.lang.Object

an enumerated type to represent chooser selection modes


Field Summary
static TreeNodeChooser.SelectionMode BRANCH_ONLY
          Only branches can be selected
static TreeNodeChooser.SelectionMode LEAF_AND_BRANCH
          Both leaves and branches can be selected
static TreeNodeChooser.SelectionMode LEAF_ONLY
          Only leaves can be selected
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LEAF_ONLY

public static final TreeNodeChooser.SelectionMode LEAF_ONLY
Only leaves can be selected

LEAF_AND_BRANCH

public static final TreeNodeChooser.SelectionMode LEAF_AND_BRANCH
Both leaves and branches can be selected

BRANCH_ONLY

public static final TreeNodeChooser.SelectionMode BRANCH_ONLY
Only branches can be selected
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object