Class SynthToggleButtonUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ButtonUI
javax.swing.plaf.basic.BasicButtonUI
javax.swing.plaf.synth.SynthButtonUI
javax.swing.plaf.synth.SynthToggleButtonUI
- All Implemented Interfaces:
- PropertyChangeListener, EventListener, SynthConstants, SynthUI
- Direct Known Subclasses:
- SynthRadioButtonUI
Provides the Synth L&F UI delegate for
JToggleButton.- Since:
- 1.7
- 
Field SummaryFields declared in class BasicButtonUIdefaultTextIconGap, defaultTextShiftOffsetFields declared in interface 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 SynthButtonUIgetContext, getDefaultIcon, getIcon, getSizingIcon, paint, paint, paintBorder, propertyChange, updateMethods declared in class BasicButtonUIclearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getPropertyPrefix, getTextShiftOffset, installDefaults, installKeyboardActions, installListeners, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallDefaults, uninstallKeyboardActions, uninstallListenersMethods declared in class ComponentUIcontains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, uninstallUI
- 
Constructor Details- 
SynthToggleButtonUIpublic SynthToggleButtonUI()Constructs aSynthToggleButtonUI.
 
- 
- 
Method Details- 
createUICreates a new UI object for the given component.- Parameters:
- b- component to create UI object for
- Returns:
- the UI object
 
 
-