java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ButtonUI
javax.swing.plaf.basic.BasicButtonUI
javax.swing.plaf.metal.MetalButtonUI
MetalButtonUI 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 the disabled color.protected Color
The color of the focused button.protected Color
The color of the selected button.Fields declared in class javax.swing.plaf.basic.BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
Returns an instance ofMetalButtonUI
.protected Color
Returns the color of a disabled text.protected Color
Returns the color of the focused button.protected Color
Returns the color of the selected button.void
Installs default properties.void
Uninstalls default properties.void
update
(Graphics g, JComponent c) If necessary paints the background of the component, then invokespaint
.Methods declared in class javax.swing.plaf.basic.BasicButtonUI
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getPropertyPrefix, getTextShiftOffset, installKeyboardActions, installListeners, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, 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 the focused button. -
selectColor
The color of the selected button. -
disabledTextColor
The color of the disabled color.
-
-
Constructor Details
-
MetalButtonUI
public MetalButtonUI()Constructs aMetalButtonUI
.
-
-
Method Details
-
createUI
Returns an instance ofMetalButtonUI
.- Parameters:
c
- a component- Returns:
- an instance of
MetalButtonUI
-
installDefaults
Description copied from class:BasicButtonUI
Installs default properties.- Overrides:
installDefaults
in classBasicButtonUI
- Parameters:
b
- an abstract button
-
uninstallDefaults
Description copied from class:BasicButtonUI
Uninstalls default properties.- Overrides:
uninstallDefaults
in classBasicButtonUI
- Parameters:
b
- an abstract button
-
getSelectColor
Returns the color of the selected button.- Returns:
- the color of the selected button
-
getDisabledTextColor
Returns the color of a disabled text.- Returns:
- the color of a disabled text
-
getFocusColor
Returns the color of the focused button.- Returns:
- the color of the focused 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:
-