All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.swing.motif.MotifCheckBoxUI

java.lang.Object
    |
    +----java.awt.swing.plaf.ComponentUI
            |
            +----java.awt.swing.plaf.ButtonUI
                    |
                    +----java.awt.swing.plaf.ToggleButtonUI
                            |
                            +----java.awt.swing.basic.BasicToggleButtonUI
                                    |
                                    +----java.awt.swing.basic.BasicRadioButtonUI
                                            |
                                            +----java.awt.swing.motif.MotifRadioButtonUI
                                                    |
                                                    +----java.awt.swing.motif.MotifCheckBoxUI

public class MotifCheckBoxUI
extends MotifRadioButtonUI
MotifCheckBox implementation


Constructor Index

 o MotifCheckBoxUI()

Method Index

 o createIcon()
Creates the radio dot
 o createUI(JComponent)

Constructors

 o MotifCheckBoxUI
public MotifCheckBoxUI()

Methods

 o createUI
public static ComponentUI createUI(JComponent c)
 o createIcon
public Icon createIcon()
Creates the radio dot

Overrides:
createIcon in class MotifRadioButtonUI

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature