- All Implemented Interfaces:
PropertyChangeListener
,EventListener
,SynthConstants
,SynthUI
public class SynthCheckBoxUI extends SynthRadioButtonUI
Provides the Synth L&F UI delegate for
JCheckBox
.- Since:
- 1.7
-
Field Summary
Fields declared in class javax.swing.plaf.basic.BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset
Fields declared in interface javax.swing.plaf.synth.SynthConstants
DEFAULT, DISABLED, ENABLED, FOCUSED, MOUSE_OVER, PRESSED, SELECTED
-
Constructor Summary
Constructors Constructor Description SynthCheckBoxUI()
-
Method Summary
Modifier and Type Method Description static ComponentUI
createUI(JComponent b)
Creates a new UI object for the given component.Methods declared in class javax.swing.plaf.synth.SynthButtonUI
getDefaultIcon, getIcon, paint, paint, update
Methods declared in class javax.swing.plaf.basic.BasicButtonUI
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getPropertyPrefix, getTextShiftOffset, installDefaults, installKeyboardActions, installListeners, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallDefaults, uninstallKeyboardActions, uninstallListeners
Methods declared in class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, uninstallUI
-
Constructor Details
-
SynthCheckBoxUI
public SynthCheckBoxUI()
-
-
Method Details
-
createUI
Creates a new UI object for the given component.- Parameters:
b
- component to create UI object for- Returns:
- the UI object
-