public class MetalToggleButtonUI extends BasicToggleButtonUI
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 | Description |
|---|---|---|
protected java.awt.Color |
disabledTextColor |
The color of a disabled text.
|
protected java.awt.Color |
focusColor |
The color of a focused toggle button.
|
protected java.awt.Color |
selectColor |
The color of a selected button.
|
defaultTextIconGap, defaultTextShiftOffset| Constructor | Description |
|---|---|
MetalToggleButtonUI() |
| Modifier and Type | Method | Description |
|---|---|---|
static ComponentUI |
createUI(JComponent b) |
Constructs the
MetalToogleButtonUI. |
protected java.awt.Color |
getDisabledTextColor() |
Returns the color of a disabled text.
|
protected java.awt.Color |
getFocusColor() |
Returns the color of a focused toggle button.
|
protected java.awt.Color |
getSelectColor() |
Returns the color of a selected button.
|
void |
installDefaults(AbstractButton b) |
Installs default properties.
|
protected void |
paintButtonPressed(java.awt.Graphics g,
AbstractButton b) |
Paints a pressed button.
|
protected void |
paintFocus(java.awt.Graphics g,
AbstractButton b,
java.awt.Rectangle viewRect,
java.awt.Rectangle textRect,
java.awt.Rectangle iconRect) |
Paints a focused button.
|
protected void |
paintIcon(java.awt.Graphics g,
AbstractButton b,
java.awt.Rectangle iconRect) |
Paints the appropriate icon of the button
b in the
space iconRect. |
protected void |
paintText(java.awt.Graphics g,
JComponent c,
java.awt.Rectangle textRect,
String text) |
Method which renders the text of the current button.
|
protected void |
uninstallDefaults(AbstractButton b) |
Uninstalls default properties.
|
void |
update(java.awt.Graphics g,
JComponent c) |
If necessary paints the background of the component, then invokes
paint. |
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, installKeyboardActions, installListeners, installUI, paintIcon, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUIgetPropertyPrefix, getTextShiftOffset, paintcontains, getAccessibleChild, getAccessibleChildrenCountprotected java.awt.Color focusColor
protected java.awt.Color selectColor
protected java.awt.Color disabledTextColor
public static ComponentUI createUI(JComponent b)
MetalToogleButtonUI.b - a componentMetalToogleButtonUI.public void installDefaults(AbstractButton b)
BasicButtonUIinstallDefaults in class BasicButtonUIb - an abstract buttonprotected void uninstallDefaults(AbstractButton b)
BasicButtonUIuninstallDefaults in class BasicButtonUIb - an abstract buttonprotected java.awt.Color getSelectColor()
protected java.awt.Color getDisabledTextColor()
protected java.awt.Color getFocusColor()
public void update(java.awt.Graphics g,
JComponent c)
paint.update in class ComponentUIg - 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(java.awt.Graphics g,
AbstractButton b)
BasicButtonUIpaintButtonPressed in class BasicButtonUIg - an instance of Graphicsb - an abstract buttonprotected void paintText(java.awt.Graphics g,
JComponent c,
java.awt.Rectangle textRect,
String text)
BasicButtonUIpaintText in class BasicButtonUIg - an instance of Graphicsc - a componenttextRect - a bounding rectangle to render the texttext - a string to renderprotected void paintFocus(java.awt.Graphics g,
AbstractButton b,
java.awt.Rectangle viewRect,
java.awt.Rectangle textRect,
java.awt.Rectangle iconRect)
BasicButtonUIpaintFocus in class BasicButtonUIg - an instance of Graphicsb - 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 paintIcon(java.awt.Graphics g,
AbstractButton b,
java.awt.Rectangle iconRect)
b in the
space iconRect.paintIcon in class BasicToggleButtonUIg - Graphics to paint tob - Button to render foriconRect - space to render inNullPointerException - if any of the arguments are null. 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, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-internal+0-adhoc.abuild.jdk9-71a766d4c180