java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ButtonUI
javax.swing.plaf.basic.BasicButtonUI
javax.swing.plaf.basic.BasicToggleButtonUI
javax.swing.plaf.metal.MetalToggleButtonUI
MetalToggleButton implementation
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
Modifier and TypeFieldDescriptionprotected Color
The color of a disabled text.protected Color
The color of a focused toggle button.protected Color
The color of a selected button.Fields declared in class javax.swing.plaf.basic.BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
Constructs theMetalToogleButtonUI
.protected Color
Returns the color of a disabled text.protected Color
Returns the color of a focused toggle button.protected Color
Returns the color of a selected button.void
Installs default properties.protected void
paintIcon
(Graphics g, AbstractButton b, Rectangle iconRect) Paints the appropriate icon of the buttonb
in the spaceiconRect
.void
update
(Graphics g, JComponent c) If necessary paints the background of the component, then invokespaint
.Methods declared in class javax.swing.plaf.basic.BasicToggleButtonUI
getTextShiftOffset
Methods declared in class javax.swing.plaf.basic.BasicButtonUI
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getPropertyPrefix, installKeyboardActions, installListeners, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallDefaults, uninstallKeyboardActions, uninstallListeners
Methods declared in class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI
-
Field Details
-
focusColor
The color of a focused toggle button. -
selectColor
The color of a selected button. -
disabledTextColor
The color of a disabled text.
-
-
Constructor Details
-
MetalToggleButtonUI
public MetalToggleButtonUI()Constructs aMetalToggleButtonUI
.
-
-
Method Details
-
createUI
Constructs theMetalToogleButtonUI
.- Parameters:
b
- a component- Returns:
- the
MetalToogleButtonUI
.
-
installDefaults
Description copied from class:BasicButtonUI
Installs default properties.- Overrides:
installDefaults
in classBasicButtonUI
- Parameters:
b
- an abstract button
-
getSelectColor
Returns the color of a selected button.- Returns:
- the color of a selected button
-
getDisabledTextColor
Returns the color of a disabled text.- Returns:
- the color of a disabled text
-
getFocusColor
Returns the color of a focused toggle button.- Returns:
- the color of a focused toggle button
-
update
If necessary paints the background of the component, then invokespaint
.- Overrides:
update
in classComponentUI
- Parameters:
g
- Graphics to paint toc
- JComponent painting on- Throws:
NullPointerException
- ifg
orc
is null- Since:
- 1.5
- See Also:
-
paintIcon
Paints the appropriate icon of the buttonb
in the spaceiconRect
.- Overrides:
paintIcon
in classBasicToggleButtonUI
- Parameters:
g
- Graphics to paint tob
- Button to render foriconRect
- space to render in- Throws:
NullPointerException
- if any of the arguments are null.- Since:
- 1.5
-