Class MetalRadioButtonUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ButtonUI
javax.swing.plaf.basic.BasicButtonUI
javax.swing.plaf.basic.BasicToggleButtonUI
javax.swing.plaf.basic.BasicRadioButtonUI
javax.swing.plaf.metal.MetalRadioButtonUI
- Direct Known Subclasses:
MetalCheckBoxUI
RadioButtonUI implementation for MetalRadioButtonUI
Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is
appropriate for short term storage or RMI between applications running
the same version of Swing. As of 1.4, support for long term storage
of all JavaBeans
has been added to the java.beans package.
Please see XMLEncoder.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ColorThe color of a disabled text.protected ColorThe color of the focused radio button.protected ColorThe color of the selected radio button.Fields inherited from class javax.swing.plaf.basic.BasicRadioButtonUI
iconFields inherited from class javax.swing.plaf.basic.BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUIReturns an instance ofMetalRadioButtonUI.protected ColorReturns the color of the disabled text.protected ColorReturns the color of the focusedJRadioButton.protected ColorReturns the color of the selectedJRadioButton.voidInstalls default properties.voidpaint(Graphics g, JComponent c) paint the radio buttonprotected voidpaintFocus(Graphics g, Rectangle t, Dimension d) Paints focused radio button.protected voidUninstalls default properties.Methods inherited from class javax.swing.plaf.basic.BasicRadioButtonUI
getDefaultIcon, getPreferredSize, getPropertyPrefixMethods inherited from class javax.swing.plaf.basic.BasicToggleButtonUI
getTextShiftOffset, paintIconMethods inherited from class javax.swing.plaf.basic.BasicButtonUI
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, installKeyboardActions, installListeners, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUIMethods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
-
Field Details
-
focusColor
The color of the focused radio button. -
selectColor
The color of the selected radio button. -
disabledTextColor
The color of a disabled text.
-
-
Constructor Details
-
MetalRadioButtonUI
public MetalRadioButtonUI()Constructs aMetalRadioButtonUI.
-
-
Method Details
-
createUI
Returns an instance ofMetalRadioButtonUI.- Parameters:
c- a component- Returns:
- an instance of
MetalRadioButtonUI
-
installDefaults
Description copied from class:BasicButtonUIInstalls default properties.- Overrides:
installDefaultsin classBasicRadioButtonUI- Parameters:
b- an abstract button
-
uninstallDefaults
Description copied from class:BasicButtonUIUninstalls default properties.- Overrides:
uninstallDefaultsin classBasicRadioButtonUI- Parameters:
b- an abstract button
-
getSelectColor
Returns the color of the selectedJRadioButton.- Returns:
- the color of the selected
JRadioButton
-
getDisabledTextColor
Returns the color of the disabled text.- Returns:
- the color of the disabled text
-
getFocusColor
Returns the color of the focusedJRadioButton.- Returns:
- the color of the focused
JRadioButton
-
paint
Description copied from class:BasicRadioButtonUIpaint the radio button- Overrides:
paintin classBasicRadioButtonUI- Parameters:
g- theGraphicscontext in which to paintc- the component being painted; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components- See Also:
-
paintFocus
Description copied from class:BasicRadioButtonUIPaints focused radio button.- Overrides:
paintFocusin classBasicRadioButtonUI- Parameters:
g- an instance ofGraphicst- boundsd- the size of radio button
-