public final class SkinWindowButtonUI
extends javax.swing.plaf.basic.BasicButtonUI
Constructor and Description |
---|
SkinWindowButtonUI() |
Modifier and Type | Method and Description |
---|---|
protected javax.swing.plaf.basic.BasicButtonListener |
createButtonListener(javax.swing.AbstractButton b)
Description of the Method
|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
Description of the Method
|
protected void |
installDefaults(javax.swing.AbstractButton b)
Description of the Method
|
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c)
Description of the Method
|
protected void |
uninstallDefaults(javax.swing.AbstractButton b)
Description of the Method
|
clearTextShiftOffset, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installKeyboardActions, installListeners, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
c
- Description of Parameterpublic void paint(java.awt.Graphics g, javax.swing.JComponent c)
paint
in class javax.swing.plaf.basic.BasicButtonUI
g
- Description of Parameterc
- Description of Parameterprotected javax.swing.plaf.basic.BasicButtonListener createButtonListener(javax.swing.AbstractButton b)
createButtonListener
in class javax.swing.plaf.basic.BasicButtonUI
b
- Description of Parameterprotected void installDefaults(javax.swing.AbstractButton b)
installDefaults
in class javax.swing.plaf.basic.BasicButtonUI
b
- Description of Parameterprotected void uninstallDefaults(javax.swing.AbstractButton b)
uninstallDefaults
in class javax.swing.plaf.basic.BasicButtonUI
b
- Description of Parameter