class SimpleCheckBoxUI
extends javax.swing.plaf.basic.BasicCheckBoxUI
implements java.io.Serializable
| Constructor and Description |
|---|
SimpleCheckBoxUI() |
| Modifier and Type | Method and Description |
|---|---|
protected java.awt.Color |
getSelectColor() |
void |
installUI(javax.swing.JComponent c) |
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c) |
protected void |
paintFocus(java.awt.Graphics g,
javax.swing.AbstractButton b,
java.awt.Rectangle viewRect,
java.awt.Rectangle textRect,
java.awt.Rectangle iconRect) |
protected void |
paintIcon(java.awt.Graphics g,
javax.swing.JComponent c,
java.awt.Rectangle iconRect) |
void |
uninstallUI(javax.swing.JComponent c) |
getDefaultIcon, getPreferredSize, installDefaults, installListeners, paintFocus, uninstallDefaults, uninstallListenersgetTextShiftOffset, paintIconclearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, installKeyboardActions, paintButtonPressed, paintText, paintText, setTextShiftOffset, uninstallKeyboardActionspublic void installUI(javax.swing.JComponent c)
installUI in class javax.swing.plaf.basic.BasicButtonUIpublic void uninstallUI(javax.swing.JComponent c)
uninstallUI in class javax.swing.plaf.basic.BasicButtonUIpublic void paint(java.awt.Graphics g,
javax.swing.JComponent c)
paint in class javax.swing.plaf.basic.BasicRadioButtonUIprotected void paintIcon(java.awt.Graphics g,
javax.swing.JComponent c,
java.awt.Rectangle iconRect)
paintIcon in class javax.swing.plaf.basic.BasicButtonUIprotected void paintFocus(java.awt.Graphics g,
javax.swing.AbstractButton b,
java.awt.Rectangle viewRect,
java.awt.Rectangle textRect,
java.awt.Rectangle iconRect)
paintFocus in class javax.swing.plaf.basic.BasicButtonUIprotected java.awt.Color getSelectColor()
Copyright 2004-2015 Wandora Team