- 
- All Implemented Interfaces:
- PropertyChangeListener,- EventListener,- SynthConstants,- SynthUI
 
 public class SynthCheckBoxUI extends SynthRadioButtonUI Provides the Synth L&F UI delegate forJCheckBox.- Since:
- 1.7
 
- 
- 
Field Summary- 
Fields declared in class javax.swing.plaf.basic.BasicButtonUIdefaultTextIconGap, defaultTextShiftOffset
 - 
Fields declared in interface javax.swing.plaf.synth.SynthConstantsDEFAULT, DISABLED, ENABLED, FOCUSED, MOUSE_OVER, PRESSED, SELECTED
 
- 
 - 
Constructor SummaryConstructors Constructor Description SynthCheckBoxUI()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static ComponentUIcreateUI(JComponent b)Creates a new UI object for the given component.- 
Methods declared in class javax.swing.plaf.synth.SynthRadioButtonUIgetSizingIcon
 - 
Methods declared in class javax.swing.plaf.synth.SynthButtonUIgetDefaultIcon, getIcon, paint, paint, update
 - 
Methods 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, uninstallListeners
 - 
Methods declared in class javax.swing.plaf.ComponentUIcontains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, uninstallUI
 - 
Methods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods declared in interface java.beans.PropertyChangeListenerpropertyChange
 - 
Methods declared in interface javax.swing.plaf.synth.SynthUIgetContext, paintBorder
 
- 
 
- 
- 
- 
Method Detail- 
createUIpublic static ComponentUI createUI(JComponent b) Creates a new UI object for the given component.- Parameters:
- b- component to create UI object for
- Returns:
- the UI object
 
 
- 
 
-