public class

MotifToggleButtonUI

extends BasicToggleButtonUI
java.lang.Object
   ↳ javax.swing.plaf.ComponentUI
     ↳ javax.swing.plaf.ButtonUI
       ↳ javax.swing.plaf.basic.BasicButtonUI
         ↳ javax.swing.plaf.basic.BasicToggleButtonUI
           ↳ com.sun.java.swing.plaf.motif.MotifToggleButtonUI

Class Overview

BasicToggleButton implementation

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. A future release of Swing will provide support for long term persistence.

Summary

Fields
protected Color selectColor
[Expand]
Inherited Fields
From class javax.swing.plaf.basic.BasicButtonUI
Public Constructors
MotifToggleButtonUI()
Public Methods
static ComponentUI createUI(JComponent b)
Insets getInsets(JComponent c)
void installDefaults(AbstractButton b)
Protected Methods
Color getSelectColor()
void paintButtonPressed(Graphics g, AbstractButton b)
void uninstallDefaults(AbstractButton b)
[Expand]
Inherited Methods
From class javax.swing.plaf.basic.BasicToggleButtonUI
From class javax.swing.plaf.basic.BasicButtonUI
From class javax.swing.plaf.ComponentUI
From class java.lang.Object

Fields

protected Color selectColor

Public Constructors

public MotifToggleButtonUI ()

Public Methods

public static ComponentUI createUI (JComponent b)

public Insets getInsets (JComponent c)

public void installDefaults (AbstractButton b)

Protected Methods

protected Color getSelectColor ()

protected void paintButtonPressed (Graphics g, AbstractButton b)

protected void uninstallDefaults (AbstractButton b)