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 and Description |
---|---|
protected Color |
disabledTextColor
The color of a disabled text.
|
protected Color |
focusColor
The color of a focused toggle button.
|
protected Color |
selectColor
The color of a selected button.
|
defaultTextIconGap, defaultTextShiftOffset
Constructor and Description |
---|
MetalToggleButtonUI() |
Modifier and Type | Method and Description |
---|---|
static ComponentUI |
createUI(JComponent b)
Constructs the
MetalToogleButtonUI . |
protected Color |
getDisabledTextColor()
Returns the color of a disabled text.
|
protected Color |
getFocusColor()
Returns the color of a focused toggle button.
|
protected Color |
getSelectColor()
Returns the color of a 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 |
paintIcon(Graphics g,
AbstractButton b,
Rectangle iconRect)
Paints the appropriate icon of the button
b in the
space iconRect . |
protected void |
paintText(Graphics g,
JComponent c,
Rectangle textRect,
String text)
Method which renders the text of the current button.
|
protected void |
uninstallDefaults(AbstractButton b)
Uninstalls default properties.
|
void |
update(Graphics g,
JComponent c)
If necessary paints the background of the component, then invokes
paint . |
getPropertyPrefix, getTextShiftOffset, paint
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, installKeyboardActions, installListeners, installUI, paintIcon, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUI
contains, getAccessibleChild, getAccessibleChildrenCount
protected Color focusColor
protected Color selectColor
protected Color disabledTextColor
public static ComponentUI createUI(JComponent b)
MetalToogleButtonUI
.b
- a componentMetalToogleButtonUI
.public void installDefaults(AbstractButton b)
BasicButtonUI
installDefaults
in class BasicButtonUI
b
- an abstract buttonprotected void uninstallDefaults(AbstractButton b)
BasicButtonUI
uninstallDefaults
in class BasicButtonUI
b
- an abstract buttonprotected 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 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 renderprotected 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 paintIcon(Graphics g, AbstractButton b, Rectangle iconRect)
b
in the
space iconRect
.paintIcon
in class BasicToggleButtonUI
g
- 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, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-01-26-133437.ivan.openjdk9onspinwait