- All Implemented Interfaces:
- PropertyChangeListener,- EventListener,- SynthConstants,- SynthUI
Provides the Synth L&F UI delegate for
 
JCheckBox.- Since:
- 1.7
- 
Field SummaryFields declared in class javax.swing.plaf.basic.BasicButtonUIdefaultTextIconGap, defaultTextShiftOffsetFields declared in interface javax.swing.plaf.synth.SynthConstantsDEFAULT, DISABLED, ENABLED, FOCUSED, MOUSE_OVER, PRESSED, SELECTED
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ComponentUICreates a new UI object for the given component.Methods declared in class javax.swing.plaf.synth.SynthRadioButtonUIgetSizingIconMethods declared in class javax.swing.plaf.synth.SynthButtonUIgetContext, getDefaultIcon, getIcon, paint, paint, paintBorder, propertyChange, updateMethods declared in class javax.swing.plaf.basic.BasicButtonUIclearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getPropertyPrefix, getTextShiftOffset, installDefaults, installKeyboardActions, installListeners, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallDefaults, uninstallKeyboardActions, uninstallListenersMethods declared in class javax.swing.plaf.ComponentUIcontains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, uninstallUI
- 
Constructor Details- 
SynthCheckBoxUIpublic SynthCheckBoxUI()Constructs aSynthCheckBoxUI.
 
- 
- 
Method Details- 
createUICreates a new UI object for the given component.- Parameters:
- b- component to create UI object for
- Returns:
- the UI object
 
 
-