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 inherited from class BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset
Fields inherited from interface SynthConstants
DEFAULT, DISABLED, ENABLED, FOCUSED, MOUSE_OVER, PRESSED, SELECTED
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
Creates a new UI object for the given component.protected String
Returns the property prefix.protected Icon
Returns the Icon used in calculating the preferred/minimum/maximum size.void
paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.Methods inherited from class SynthButtonUI
getBaseline, getContext, getDefaultIcon, getIcon, getMaximumSize, getMinimumSize, getPreferredSize, installDefaults, installListeners, paint, paint, propertyChange, uninstallDefaults, uninstallListeners, update
Methods inherited from class BasicButtonUI
clearTextShiftOffset, createButtonListener, getBaselineResizeBehavior, getDefaultTextIconGap, getTextShiftOffset, installKeyboardActions, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallUI
Methods inherited from class ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount
-
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
-
getPropertyPrefix
Returns the property prefix.- Overrides:
getPropertyPrefix
in classSynthToggleButtonUI
- Returns:
- the property prefix
-
getSizingIcon
Returns the Icon used in calculating the preferred/minimum/maximum size.- Overrides:
getSizingIcon
in classSynthButtonUI
- Parameters:
b
- specifies theAbstractButton
used when calculating the preferred/minimum/maximum size.- Returns:
- the Icon used in calculating the preferred/minimum/maximum size.
-
paintBorder
Paints the border.- Specified by:
paintBorder
in interfaceSynthUI
- Overrides:
paintBorder
in classSynthToggleButtonUI
- Parameters:
context
- a component contextg
-Graphics
to paint onx
- the X coordinatey
- the Y coordinatew
- width of the borderh
- height of the border
-