Class SynthRadioButtonUI
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
Provides the Synth L&F UI delegate for
JRadioButton.- Since:
- 1.7
-
Field Summary
Fields declared in class BasicButtonUI
defaultTextIconGap, defaultTextShiftOffsetFields declared in interface SynthConstants
DEFAULT, DISABLED, ENABLED, FOCUSED, MOUSE_OVER, PRESSED, SELECTED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUICreates a new UI object for the given component.protected IconReturns the Icon used in calculating the preferred/minimum/maximum size.Methods declared in class SynthButtonUI
getContext, getDefaultIcon, getIcon, paint, paint, paintBorder, propertyChange, updateMethods declared in class BasicButtonUI
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getPropertyPrefix, getTextShiftOffset, installDefaults, installKeyboardActions, installListeners, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallDefaults, uninstallKeyboardActions, uninstallListenersMethods declared in class ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, uninstallUI
-
Constructor Details
-
SynthRadioButtonUI
public SynthRadioButtonUI()Constructs aSynthRadioButtonUI.
-
-
Method Details
-
createUI
Creates a new UI object for the given component.- Parameters:
b- component to create UI object for- Returns:
- the UI object
-
getSizingIcon
Returns the Icon used in calculating the preferred/minimum/maximum size.- Overrides:
getSizingIconin classSynthButtonUI- Parameters:
b- specifies theAbstractButtonused when calculating the preferred/minimum/maximum size.- Returns:
- the Icon used in calculating the preferred/minimum/maximum size.
-