oracle.javatools.ui.plaf.theme
Class ThemedToggleButtonUI
java.lang.Object
  
javax.swing.plaf.ComponentUI
      
javax.swing.plaf.ButtonUI
          
javax.swing.plaf.basic.BasicButtonUI
              
javax.swing.plaf.basic.BasicToggleButtonUI
                  
javax.swing.plaf.metal.MetalToggleButtonUI
                      
com.jgoodies.looks.plastic.PlasticToggleButtonUI
                          
oracle.javatools.ui.plaf.theme.ThemedToggleButtonUI
public final class ThemedToggleButtonUI
- extends com.jgoodies.looks.plastic.PlasticToggleButtonUI
 
Theme Based Button UI
 
| Fields inherited from class com.jgoodies.looks.plastic.PlasticToggleButtonUI | 
HTML_KEY | 
 
| Fields inherited from class javax.swing.plaf.metal.MetalToggleButtonUI | 
disabledTextColor, focusColor, selectColor | 
 
| Fields inherited from class javax.swing.plaf.basic.BasicButtonUI | 
defaultTextIconGap, defaultTextShiftOffset | 
 
 
| 
Method Summary | 
static javax.swing.plaf.ComponentUI | 
createUI(javax.swing.JComponent component)
 
          Create OracleButtonUI. | 
 void | 
installDefaults(javax.swing.AbstractButton b)
 
            | 
protected  void | 
paintButtonPressed(java.awt.Graphics g,
                   javax.swing.AbstractButton b)
 
            | 
protected  void | 
paintThemeBackground(java.awt.Graphics g,
                     javax.swing.JComponent c)
 
            | 
 void | 
update(java.awt.Graphics g,
       javax.swing.JComponent c)
 
            | 
 
| Methods inherited from class com.jgoodies.looks.plastic.PlasticToggleButtonUI | 
is3D, isToolBarButton, paint, paintFocus | 
 
| Methods inherited from class javax.swing.plaf.metal.MetalToggleButtonUI | 
getDisabledTextColor, getFocusColor, getSelectColor, paintIcon, paintText, uninstallDefaults | 
 
| Methods inherited from class javax.swing.plaf.basic.BasicToggleButtonUI | 
getPropertyPrefix, getTextShiftOffset | 
 
| Methods inherited from class javax.swing.plaf.basic.BasicButtonUI | 
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, installKeyboardActions, installListeners, installUI, paintIcon, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUI | 
 
| Methods inherited from class javax.swing.plaf.ComponentUI | 
contains, getAccessibleChild, getAccessibleChildrenCount | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ThemedToggleButtonUI
public ThemedToggleButtonUI()
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent component)
- Create OracleButtonUI.
 
 
installDefaults
public void installDefaults(javax.swing.AbstractButton b)
- Overrides:
 installDefaults in class com.jgoodies.looks.plastic.PlasticToggleButtonUI
 
 
update
public void update(java.awt.Graphics g,
                   javax.swing.JComponent c)
- Overrides:
 update in class com.jgoodies.looks.plastic.PlasticToggleButtonUI
 
 
paintThemeBackground
protected void paintThemeBackground(java.awt.Graphics g,
                                    javax.swing.JComponent c)
 
paintButtonPressed
protected void paintButtonPressed(java.awt.Graphics g,
                                  javax.swing.AbstractButton b)
- Overrides:
 paintButtonPressed in class javax.swing.plaf.metal.MetalToggleButtonUI
 
 
Copyright © 1997, 2011, Oracle. All rights reserved.