pt.moredata.widgets.plaf.basic
Class BasicButtonHeaderUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ButtonUI
javax.swing.plaf.basic.BasicButtonUI
pt.moredata.widgets.plaf.basic.BasicButtonHeaderUI
- public class BasicButtonHeaderUI
- extends javax.swing.plaf.basic.BasicButtonUI
| Fields inherited from class javax.swing.plaf.basic.BasicButtonUI |
defaultTextIconGap, defaultTextShiftOffset |
|
Method Summary |
protected javax.swing.plaf.basic.BasicButtonListener |
createButtonListener(javax.swing.AbstractButton b)
|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
|
protected java.awt.Color |
getDisabledTextColor()
|
protected java.awt.Color |
getFocusColor()
|
protected java.awt.Color |
getSelectColor()
|
void |
installDefaults(javax.swing.AbstractButton b)
|
void |
installUI(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 |
paintText(java.awt.Graphics g,
javax.swing.JComponent c,
java.awt.Rectangle textRect,
java.lang.String text)
|
void |
uninstallDefaults(javax.swing.AbstractButton b)
|
| Methods inherited from class javax.swing.plaf.basic.BasicButtonUI |
clearTextShiftOffset, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installKeyboardActions, installListeners, paint, paintIcon, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUI |
| Methods inherited from class javax.swing.plaf.ComponentUI |
contains, getAccessibleChild, getAccessibleChildrenCount, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
focusColor
protected java.awt.Color focusColor
selectColor
protected java.awt.Color selectColor
disabledTextColor
protected java.awt.Color disabledTextColor
BasicButtonHeaderUI
public BasicButtonHeaderUI()
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
installUI
public void installUI(javax.swing.JComponent c)
installDefaults
public void installDefaults(javax.swing.AbstractButton b)
uninstallDefaults
public void uninstallDefaults(javax.swing.AbstractButton b)
createButtonListener
protected javax.swing.plaf.basic.BasicButtonListener createButtonListener(javax.swing.AbstractButton b)
getSelectColor
protected java.awt.Color getSelectColor()
getDisabledTextColor
protected java.awt.Color getDisabledTextColor()
getFocusColor
protected java.awt.Color getFocusColor()
paintButtonPressed
protected void paintButtonPressed(java.awt.Graphics g,
javax.swing.AbstractButton b)
paintFocus
protected void paintFocus(java.awt.Graphics g,
javax.swing.AbstractButton b,
java.awt.Rectangle viewRect,
java.awt.Rectangle textRect,
java.awt.Rectangle iconRect)
paintText
protected void paintText(java.awt.Graphics g,
javax.swing.JComponent c,
java.awt.Rectangle textRect,
java.lang.String text)