API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf.basic. BasicToggleButtonUI View Source
Author(s)
Jeff Dinkins
Since
Version
1.59 11/17/05
Serial
Hierarchy
 Object
      ComponentUI
          ButtonUI
              BasicButtonUI
                  BasicToggleButtonUI
Implements
Subclasses
Description
public class BasicToggleButtonUI
  BasicToggleButton implementation
See also:   
Constructors
public BasicToggleButtonUI ()
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 BasicButtonUI]
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]
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 () [Overrides BasicButtonUI]
protected int getTextShiftOffset () [Overrides BasicButtonUI]
Overriden so that the text will not be rendered as shifted for Toggle buttons and subclasses.
protected void installDefaults (AbstractButton b) [Inherited From 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) [Overrides BasicButtonUI]
protected void paintButtonPressed (Graphics g, AbstractButton b) [Inherited From BasicButtonUI]
protected void paintFocus (Graphics g, AbstractButton b, Rectangle viewRect, Rectangle textRect, Rectangle iconRect) [Inherited From BasicButtonUI]
protected void paintIcon (Graphics g, AbstractButton b, Rectangle 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) [Inherited From BasicButtonUI]
  As of Java 2 platform v 1.4 this method should not be used or overriden.
protected void setTextShiftOffset () [Inherited From BasicButtonUI]
protected void uninstallDefaults (AbstractButton b) [Inherited From 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) [Inherited From ComponentUI]
  Notifies this UI delegate that it's time to paint the specified component.
Fields
Hide/Show inherited fields
protected int defaultTextIconGap [Inherited From BasicButtonUI]
protected int defaultTextShiftOffset [Inherited From BasicButtonUI]
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar