public class

MetalCheckBoxUI

extends MetalRadioButtonUI
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
             ↳ javax.swing.plaf.metal.MetalRadioButtonUI
               ↳ javax.swing.plaf.metal.MetalCheckBoxUI

Class Overview

CheckboxUI implementation for MetalCheckboxUI

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. As of 1.4, support for long term storage of all JavaBeansTM has been added to the java.beans package. Please see XMLEncoder.

Summary

[Expand]
Inherited Fields
From class javax.swing.plaf.metal.MetalRadioButtonUI
From class javax.swing.plaf.basic.BasicRadioButtonUI
From class javax.swing.plaf.basic.BasicButtonUI
Public Constructors
MetalCheckBoxUI()
Public Methods
static ComponentUI createUI(JComponent b)
String getPropertyPrefix()
void installDefaults(AbstractButton b)
Protected Methods
void uninstallDefaults(AbstractButton b)
[Expand]
Inherited Methods
From class javax.swing.plaf.metal.MetalRadioButtonUI
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 MetalCheckBoxUI ()

Public Methods

public static ComponentUI createUI (JComponent b)

public String getPropertyPrefix ()

public void installDefaults (AbstractButton b)

Protected Methods

protected void uninstallDefaults (AbstractButton b)