Uses of Class
com.alee.laf.tree.TreeSelectionStyle

Packages that use TreeSelectionStyle
com.alee.laf.tree   
 

Uses of TreeSelectionStyle in com.alee.laf.tree
 

Fields in com.alee.laf.tree declared as TreeSelectionStyle
protected  TreeSelectionStyle WebTreeUI.selectionStyle
           
static TreeSelectionStyle WebTreeStyle.selectionStyle
          Cells selection style.
 

Methods in com.alee.laf.tree that return TreeSelectionStyle
 TreeSelectionStyle WebTreeUI.getSelectionStyle()
          Returns tree selection style.
 TreeSelectionStyle WebTree.getSelectionStyle()
          Returns tree selection style.
static TreeSelectionStyle TreeSelectionStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TreeSelectionStyle[] TreeSelectionStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.alee.laf.tree with parameters of type TreeSelectionStyle
 void WebTreeUI.setSelectionStyle(TreeSelectionStyle style)
          Sets tree selection style.
 void WebTree.setSelectionStyle(TreeSelectionStyle style)
          Sets tree selection style.