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
javax.swing.plaf.synth.SynthRadioButtonUI
- All Implemented Interfaces:
- PropertyChangeListener,- EventListener,- SynthConstants,- SynthUI
- Direct Known Subclasses:
- SynthCheckBoxUI
public class SynthRadioButtonUI extends SynthToggleButtonUI
Provides the Synth L&F UI delegate for
 
JRadioButton.- 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 Constructor Description SynthRadioButtonUI()
- 
Method SummaryModifier and Type Method Description static ComponentUIcreateUI(JComponent b)Creates a new UI object for the given component.protected IcongetSizingIcon(AbstractButton b)Returns the Icon used in calculating the preferred/minimum/maximum size.Methods declared in class javax.swing.plaf.synth.SynthButtonUIgetDefaultIcon, getIcon, paint, paint, 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- 
SynthRadioButtonUIpublic SynthRadioButtonUI()
 
- 
- 
Method Details- 
createUICreates a new UI object for the given component.- Parameters:
- b- component to create UI object for
- Returns:
- the UI object
 
- 
getSizingIconReturns the Icon used in calculating the preferred/minimum/maximum size.- Overrides:
- getSizingIconin class- SynthButtonUI
- Parameters:
- b- specifies the- AbstractButtonused when calculating the preferred/minimum/maximum size.
- Returns:
- the Icon used in calculating the preferred/minimum/maximum size.
 
 
-