public class

MotifRadioButtonUI

extends BasicRadioButtonUI
java.lang.Object
   ↳ javax.swing.plaf.ComponentUI
     ↳ javax.swing.plaf.ButtonUI
       ↳ javax.swing.plaf.basic.BasicButtonUI
         ↳ javax.swing.plaf.basic.BasicToggleButtonUI
           ↳ javax.swing.plaf.basic.BasicRadioButtonUI
             ↳ com.sun.java.swing.plaf.motif.MotifRadioButtonUI
Known Direct Subclasses

Class Overview

RadioButtonUI implementation for MotifRadioButtonUI

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 focusColor
[Expand]
Inherited Fields
From class javax.swing.plaf.basic.BasicRadioButtonUI
From class javax.swing.plaf.basic.BasicButtonUI
Public Constructors
MotifRadioButtonUI()
Public Methods
static ComponentUI createUI(JComponent c)
void installDefaults(AbstractButton b)
Protected Methods
Color getFocusColor()
void paintFocus(Graphics g, Rectangle t, Dimension d)
void uninstallDefaults(AbstractButton b)
[Expand]
Inherited Methods
From class javax.swing.plaf.basic.BasicRadioButtonUI
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 focusColor

Public Constructors

public MotifRadioButtonUI ()

Public Methods

public static ComponentUI createUI (JComponent c)

public void installDefaults (AbstractButton b)

Protected Methods

protected Color getFocusColor ()

protected void paintFocus (Graphics g, Rectangle t, Dimension d)

protected void uninstallDefaults (AbstractButton b)