uic.themes
Class UICButtonUI
java.lang.Object
  
javax.swing.plaf.ComponentUI
      
javax.swing.plaf.ButtonUI
          
javax.swing.plaf.basic.BasicButtonUI
              
javax.swing.plaf.metal.MetalButtonUI
                  
uic.themes.UICToolBarButtonUI
                      
uic.themes.UICButtonUI
public class UICButtonUI
- extends UICToolBarButtonUI
 
Needed to give the Button it's original behaviour back after adding the UICListUI for lists.
 
 
 
 
 
 
 
| Methods inherited from class javax.swing.plaf.basic.BasicButtonUI | 
clearTextShiftOffset, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installKeyboardActions, installListeners, installUI, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUI | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
UICButtonUI
public UICButtonUI()
createUI
public static ComponentUI createUI(JComponent c)
 
paintButton
protected void paintButton(Graphics g,
                           AbstractButton button)
- Paints the default non-pressed button
- Overrides:
 paintButton in class UICToolBarButtonUI
 
 
 
paintButtonPressed
protected void paintButtonPressed(Graphics g,
                                  AbstractButton button)
- Paints the focus non-pressed button
- Overrides:
 paintButtonPressed in class UICToolBarButtonUI
 
 
 
Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence