public class

MotifCheckBoxUI

extends MotifRadioButtonUI
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
               ↳ com.sun.java.swing.plaf.motif.MotifCheckBoxUI

Class Overview

MotifCheckBox 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

[Expand]
Inherited Fields
From class com.sun.java.swing.plaf.motif.MotifRadioButtonUI
From class javax.swing.plaf.basic.BasicRadioButtonUI
From class javax.swing.plaf.basic.BasicButtonUI
Public Constructors
MotifCheckBoxUI()
Public Methods
static ComponentUI createUI(JComponent c)
String getPropertyPrefix()
void installDefaults(AbstractButton b)
Protected Methods
void uninstallDefaults(AbstractButton b)
[Expand]
Inherited Methods
From class com.sun.java.swing.plaf.motif.MotifRadioButtonUI
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

Public Constructors

public MotifCheckBoxUI ()

Public Methods

public static ComponentUI createUI (JComponent c)

public String getPropertyPrefix ()

public void installDefaults (AbstractButton b)

Protected Methods

protected void uninstallDefaults (AbstractButton b)