public class

MotifRadioButtonMenuItemUI

extends BasicRadioButtonMenuItemUI
java.lang.Object
   ↳ javax.swing.plaf.ComponentUI
     ↳ javax.swing.plaf.ButtonUI
       ↳ javax.swing.plaf.MenuItemUI
         ↳ javax.swing.plaf.basic.BasicMenuItemUI
           ↳ javax.swing.plaf.basic.BasicRadioButtonMenuItemUI
             ↳ com.sun.java.swing.plaf.motif.MotifRadioButtonMenuItemUI

Class Overview

MotifRadioButtonMenuItem 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

Nested Classes
class MotifRadioButtonMenuItemUI.ChangeHandler  
class MotifRadioButtonMenuItemUI.MouseInputHandler  
Fields
protected ChangeListener changeListener
[Expand]
Inherited Fields
From class javax.swing.plaf.basic.BasicMenuItemUI
Public Constructors
MotifRadioButtonMenuItemUI()
Public Methods
static ComponentUI createUI(JComponent b)
Protected Methods
ChangeListener createChangeListener(JComponent c)
MouseInputListener createMouseInputListener(JComponent c)
void installListeners()
void uninstallListeners()
[Expand]
Inherited Methods
From class javax.swing.plaf.basic.BasicRadioButtonMenuItemUI
From class javax.swing.plaf.basic.BasicMenuItemUI
From class javax.swing.plaf.ComponentUI
From class java.lang.Object

Fields

protected ChangeListener changeListener

Public Constructors

public MotifRadioButtonMenuItemUI ()

Public Methods

public static ComponentUI createUI (JComponent b)

Protected Methods

protected ChangeListener createChangeListener (JComponent c)

protected MouseInputListener createMouseInputListener (JComponent c)

protected void installListeners ()

protected void uninstallListeners ()