Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.javatools.ui.plaf.theme
Class ThemedButtonUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.ButtonUI
          extended by javax.swing.plaf.basic.BasicButtonUI
              extended by javax.swing.plaf.metal.MetalButtonUI
                  extended by com.jgoodies.looks.plastic.PlasticButtonUI
                      extended by oracle.bali.ewt.olaf2.OracleButtonUI
                          extended by oracle.javatools.ui.plaf.theme.ThemedButtonUI


public final class ThemedButtonUI
extends oracle.bali.ewt.olaf2.OracleButtonUI

Theme Based Button UI


Field Summary

 

Fields inherited from class javax.swing.plaf.metal.MetalButtonUI
disabledTextColor, focusColor, selectColor

 

Fields inherited from class javax.swing.plaf.basic.BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset

 

Constructor Summary
ThemedButtonUI()
           

 

Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent component)
          Create ThemedButtonUI.
 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 oracle.bali.ewt.olaf2.OracleButtonUI
createButtonListener

 

Methods inherited from class com.jgoodies.looks.plastic.PlasticButtonUI
is3D, isToolBarButton, paintFocus

 

Methods inherited from class javax.swing.plaf.metal.MetalButtonUI
getDisabledTextColor, getFocusColor, getSelectColor, paintText, uninstallDefaults

 

Methods inherited from class javax.swing.plaf.basic.BasicButtonUI
clearTextShiftOffset, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installKeyboardActions, installListeners, installUI, paint, 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

 

Constructor Detail

ThemedButtonUI

public ThemedButtonUI()

Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent component)
Create ThemedButtonUI.

installDefaults

public void installDefaults(javax.swing.AbstractButton b)
Overrides:
installDefaults in class com.jgoodies.looks.plastic.PlasticButtonUI

update

public void update(java.awt.Graphics g,
                   javax.swing.JComponent c)
Overrides:
update in class com.jgoodies.looks.plastic.PlasticButtonUI

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.MetalButtonUI

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.