API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf.metal. MetalToggleButtonUI View Source
Author(s)
Tom Santos
Since
Version
1.30 11/30/05
Serial
Hierarchy
 Object
      ComponentUI
          ButtonUI
              BasicButtonUI
                  BasicToggleButtonUI
                      MetalToggleButtonUI
Implements
Subclasses
Description
public class MetalToggleButtonUI
  MetalToggleButton implementation
See also:   
Constructors
public MetalToggleButtonUI ()
Methods
Hide/Show inherited methods
protected void clearTextShiftOffset () [Inherited From BasicButtonUI]
public boolean contains (JComponent c, int x, int y) [Inherited From ComponentUI]
  Returns true if the specified x,y location is contained within the look and feel's defined shape of the specified component.
protected BasicButtonListener createButtonListener (AbstractButton b) [Inherited From BasicButtonUI]
publicstatic ComponentUI createUI (JComponent b) [Overrides BasicToggleButtonUI]
public Accessible getAccessibleChild (JComponent c, int i) [Inherited From ComponentUI]
  Returns the ith Accessible child of the object.
public int getAccessibleChildrenCount (JComponent c) [Inherited From ComponentUI]
  Returns the number of accessible children in the object.
public int getBaseline (JComponent c, int width, int height) [Inherited From BasicButtonUI]
  Returns the baseline.
public BaselineResizeBehavior getBaselineResizeBehavior (JComponent c) [Inherited From BasicButtonUI]
  Returns an enum indicating how the baseline of the component changes as the size changes.
public int getDefaultTextIconGap (AbstractButton b) [Inherited From BasicButtonUI]
protected Color getDisabledTextColor ()
protected Color getFocusColor ()
public Dimension getMaximumSize (JComponent c) [Inherited From BasicButtonUI]
public Dimension getMinimumSize (JComponent c) [Inherited From BasicButtonUI]
public Dimension getPreferredSize (JComponent c) [Inherited From BasicButtonUI]
protected String getPropertyPrefix () [Inherited From BasicToggleButtonUI]
protected Color getSelectColor ()
protected int getTextShiftOffset () [Inherited From BasicToggleButtonUI]
Overriden so that the text will not be rendered as shifted for Toggle buttons and subclasses.
public void installDefaults (AbstractButton b) [Overrides BasicButtonUI]
protected void installKeyboardActions (AbstractButton b) [Inherited From BasicButtonUI]
protected void installListeners (AbstractButton b) [Inherited From BasicButtonUI]
public void installUI (JComponent c) [Inherited From BasicButtonUI]
public void paint (Graphics g, JComponent c) [Inherited From BasicToggleButtonUI]
protected void paintButtonPressed (Graphics g, AbstractButton b) [Overrides BasicButtonUI]
protected void paintFocus (Graphics g, AbstractButton b, Rectangle viewRect, Rectangle textRect, Rectangle iconRect) [Overrides BasicButtonUI]
protected void paintIcon (Graphics g, AbstractButton b, Rectangle iconRect) [Overrides BasicToggleButtonUI]
  Paints the appropriate icon of the button b in the space iconRect.
protected void paintIcon (Graphics g, JComponent c, Rectangle iconRect) [Inherited From BasicButtonUI]
protected void paintText (Graphics g, AbstractButton b, Rectangle textRect, String text) [Inherited From BasicButtonUI]
  Method which renders the text of the current button.
protected void paintText (Graphics g, JComponent c, Rectangle textRect, String text) [Overrides BasicButtonUI]
protected void setTextShiftOffset () [Inherited From BasicButtonUI]
protected void uninstallDefaults (AbstractButton b) [Overrides BasicButtonUI]
protected void uninstallKeyboardActions (AbstractButton b) [Inherited From BasicButtonUI]
protected void uninstallListeners (AbstractButton b) [Inherited From BasicButtonUI]
public void uninstallUI (JComponent c) [Inherited From BasicButtonUI]
public void update (Graphics g, JComponent c) [Overrides ComponentUI]
  If necessary paints the background of the component, then invokes paint.
Fields
Hide/Show inherited fields
protected int defaultTextIconGap [Inherited From BasicButtonUI]
protected int defaultTextShiftOffset [Inherited From BasicButtonUI]
protected Color disabledTextColor
protected Color focusColor
protected Color selectColor
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar