public class MetalButtonUI extends BasicButtonUI
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
.
Modifier and Type | Field and Description |
---|---|
protected Color |
disabledTextColor
The color of the disabled color.
|
protected Color |
focusColor
The color of the focused button.
|
protected Color |
selectColor
The color of the selected button.
|
defaultTextIconGap, defaultTextShiftOffset
Constructor and Description |
---|
MetalButtonUI() |
Modifier and Type | Method and Description |
---|---|
protected BasicButtonListener |
createButtonListener(AbstractButton b)
Returns a new instance of
BasicButtonListener . |
static ComponentUI |
createUI(JComponent c)
Returns an instance of
MetalButtonUI . |
protected Color |
getDisabledTextColor()
Returns the color of a disabled text.
|
protected Color |
getFocusColor()
Returns the color of the focused button.
|
protected Color |
getSelectColor()
Returns the color of the selected button.
|
void |
installDefaults(AbstractButton b)
Installs default properties.
|
protected void |
paintButtonPressed(Graphics g,
AbstractButton b)
Paints a pressed button.
|
protected void |
paintFocus(Graphics g,
AbstractButton b,
Rectangle viewRect,
Rectangle textRect,
Rectangle iconRect)
Paints a focused button.
|
protected void |
paintText(Graphics g,
JComponent c,
Rectangle textRect,
String text)
Method which renders the text of the current button.
|
void |
uninstallDefaults(AbstractButton b)
Uninstalls default properties.
|
void |
update(Graphics g,
JComponent c)
If necessary paints the background of the component, then
invokes
paint . |
clearTextShiftOffset, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installKeyboardActions, installListeners, installUI, paint, paintIcon, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUI
contains, getAccessibleChild, getAccessibleChildrenCount
protected Color focusColor
protected Color selectColor
protected Color disabledTextColor
public static ComponentUI createUI(JComponent c)
MetalButtonUI
.c
- a componentMetalButtonUI
public void installDefaults(AbstractButton b)
BasicButtonUI
installDefaults
in class BasicButtonUI
b
- an abstract buttonpublic void uninstallDefaults(AbstractButton b)
BasicButtonUI
uninstallDefaults
in class BasicButtonUI
b
- an abstract buttonprotected BasicButtonListener createButtonListener(AbstractButton b)
BasicButtonUI
BasicButtonListener
.createButtonListener
in class BasicButtonUI
b
- an abstract buttonBasicButtonListener
protected Color getSelectColor()
protected Color getDisabledTextColor()
protected Color getFocusColor()
public void update(Graphics g, JComponent c)
paint
.update
in class ComponentUI
g
- Graphics to paint toc
- JComponent painting onNullPointerException
- if g
or c
is
nullComponentUI.update(java.awt.Graphics, javax.swing.JComponent)
,
ComponentUI.paint(java.awt.Graphics, javax.swing.JComponent)
protected void paintButtonPressed(Graphics g, AbstractButton b)
BasicButtonUI
paintButtonPressed
in class BasicButtonUI
g
- an instance of Graphics
b
- an abstract buttonprotected void paintFocus(Graphics g, AbstractButton b, Rectangle viewRect, Rectangle textRect, Rectangle iconRect)
BasicButtonUI
paintFocus
in class BasicButtonUI
g
- an instance of Graphics
b
- an abstract buttonviewRect
- a bounding rectangle to render the buttontextRect
- a bounding rectangle to render the texticonRect
- a bounding rectangle to render the iconprotected void paintText(Graphics g, JComponent c, Rectangle textRect, String text)
BasicButtonUI
paintText
in class BasicButtonUI
g
- an instance of Graphics
c
- a componenttextRect
- a bounding rectangle to render the texttext
- a string to render Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-01-26-133437.ivan.openjdk9onspinwait