Class MetalButtonUI
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
FieldsModifier 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
Constructors -
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