|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.plaf.ComponentUI javax.swing.plaf.ButtonUI javax.swing.plaf.basic.BasicButtonUI javax.swing.plaf.basic.BasicToggleButtonUI javax.swing.plaf.basic.BasicRadioButtonUI javax.swing.plaf.basic.BasicCheckBoxUI com.alee.laf.checkbox.WebCheckBoxUI com.alee.extended.checkbox.WebTristateCheckBoxUI
public class WebTristateCheckBoxUI
Custom UI for WebTristateCheckBox component.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.alee.laf.checkbox.WebCheckBoxUI |
---|
WebCheckBoxUI.CheckBoxIcon |
Field Summary |
---|
Fields inherited from class com.alee.laf.checkbox.WebCheckBoxUI |
---|
animated, bgDarkness, bgTimer, borderColor, borderStroke, bottomBgColor, bottomSelectedBgColor, checkBox, checkIcon, checking, checkTimer, darkBorderColor, disabledBorderColor, enabledStateListener, fractions, iconHeight, iconRect, iconWidth, itemListener, margin, MAX_DARKNESS, modelChangeListener, mouseAdapter, rollover, rolloverDarkBorderOnly, round, shadeWidth, topBgColor, topSelectedBgColor, UPDATE_DELAY |
Fields inherited from class javax.swing.plaf.basic.BasicRadioButtonUI |
---|
icon |
Fields inherited from class javax.swing.plaf.basic.BasicButtonUI |
---|
defaultTextIconGap, defaultTextShiftOffset |
Constructor Summary | |
---|---|
WebTristateCheckBoxUI()
|
Method Summary | |
---|---|
protected CheckIcon |
createCheckStateIcon()
Creates check state icon. |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
Returns an instance of the WebTristateCheckBoxUI for the specified component. |
protected WebTristateCheckBox |
getTristateCheckbox()
Returns tristate checkbox which uses this UI. |
void |
installUI(javax.swing.JComponent c)
Installs UI in the specified component. |
protected void |
performStateChanged()
Performs visual state change. |
Methods inherited from class javax.swing.plaf.basic.BasicCheckBoxUI |
---|
getPropertyPrefix |
Methods inherited from class javax.swing.plaf.basic.BasicRadioButtonUI |
---|
getDefaultIcon, getPreferredSize, installDefaults, paintFocus, uninstallDefaults |
Methods inherited from class javax.swing.plaf.basic.BasicToggleButtonUI |
---|
getTextShiftOffset, paintIcon |
Methods inherited from class javax.swing.plaf.basic.BasicButtonUI |
---|
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, installKeyboardActions, installListeners, paintButtonPressed, paintFocus, paintIcon, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners |
Methods inherited from class javax.swing.plaf.ComponentUI |
---|
contains, getAccessibleChild, getAccessibleChildrenCount, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebTristateCheckBoxUI()
Method Detail |
---|
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
c
- component that will use UI instance
public void installUI(javax.swing.JComponent c)
installUI
in class WebCheckBoxUI
c
- component for this UIprotected WebTristateCheckBox getTristateCheckbox()
protected CheckIcon createCheckStateIcon()
createCheckStateIcon
in class WebCheckBoxUI
protected void performStateChanged()
performStateChanged
in class WebCheckBoxUI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |