com.alee.extended.tree
Class WebCheckBoxTreeStyle

java.lang.Object
  extended by com.alee.extended.tree.WebCheckBoxTreeStyle

public final class WebCheckBoxTreeStyle
extends java.lang.Object

WebCheckBoxTree style class.

Author:
Mikle Garin

Field Summary
static int checkBoxRendererGap
          Gap between checkbox and actual tree renderer.
static boolean checkBoxVisible
          Whether checkboxes are visible in the tree or not.
static boolean checkingEnabled
          Whether user can interact with checkboxes to change their check state or not.
static boolean checkMixedOnToggle
          Whether partially checked node should be checked or unchecked on toggle.
static boolean recursiveChecking
          Retu
 
Constructor Summary
WebCheckBoxTreeStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

recursiveChecking

public static boolean recursiveChecking
Retu


checkBoxRendererGap

public static int checkBoxRendererGap
Gap between checkbox and actual tree renderer.


checkBoxVisible

public static boolean checkBoxVisible
Whether checkboxes are visible in the tree or not.


checkingEnabled

public static boolean checkingEnabled
Whether user can interact with checkboxes to change their check state or not.


checkMixedOnToggle

public static boolean checkMixedOnToggle
Whether partially checked node should be checked or unchecked on toggle.

Constructor Detail

WebCheckBoxTreeStyle

public WebCheckBoxTreeStyle()