public class KopiButtonUI
extends javax.swing.plaf.metal.MetalButtonUI
| Modifier and Type | Field and Description |
|---|---|
protected static KopiButtonUI |
kopiButtonUI |
| Constructor and Description |
|---|
KopiButtonUI() |
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent x) |
void |
installDefaults(javax.swing.AbstractButton b) |
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c) |
protected void |
paintBackground(java.awt.Graphics g,
javax.swing.JComponent c) |
protected void |
paintButtonPressed(java.awt.Graphics g,
javax.swing.AbstractButton b) |
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) |
protected void |
paintText(java.awt.Graphics g,
javax.swing.JComponent c,
java.awt.Rectangle textRect,
java.lang.String text) |
createButtonListener, getDisabledTextColor, getFocusColor, getSelectColor, uninstallDefaults, updateclearTextShiftOffset, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installKeyboardActions, installListeners, installUI, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUIprotected static KopiButtonUI kopiButtonUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent x)
public void installDefaults(javax.swing.AbstractButton b)
installDefaults in class javax.swing.plaf.metal.MetalButtonUIpublic void paint(java.awt.Graphics g,
javax.swing.JComponent c)
paint in class javax.swing.plaf.basic.BasicButtonUIprotected void paintBackground(java.awt.Graphics g,
javax.swing.JComponent c)
protected void paintText(java.awt.Graphics g,
javax.swing.JComponent c,
java.awt.Rectangle textRect,
java.lang.String text)
paintText in class javax.swing.plaf.metal.MetalButtonUIprotected void paintButtonPressed(java.awt.Graphics g,
javax.swing.AbstractButton b)
paintButtonPressed in class javax.swing.plaf.metal.MetalButtonUIprotected 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.metal.MetalButtonUI