com.alee.extended.checkbox
Class WebTristateCheckBoxStyle

java.lang.Object
  extended by com.alee.extended.checkbox.WebTristateCheckBoxStyle

public final class WebTristateCheckBoxStyle
extends java.lang.Object

WebTristateCheckBox style class.

Author:
Mikle Garin

Field Summary
static boolean checkMixedOnToggle
          Whether partially checked tristate checkbox should be checked or unchecked on toggle.
 
Constructor Summary
WebTristateCheckBoxStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

checkMixedOnToggle

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

Constructor Detail

WebTristateCheckBoxStyle

public WebTristateCheckBoxStyle()