All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.java.swing.basic.BasicCheckBoxUI

java.lang.Object
   |
   +----com.sun.java.swing.plaf.ComponentUI
           |
           +----com.sun.java.swing.plaf.ButtonUI
                   |
                   +----com.sun.java.swing.plaf.ToggleButtonUI
                           |
                           +----com.sun.java.swing.basic.BasicToggleButtonUI
                                   |
                                   +----com.sun.java.swing.basic.BasicRadioButtonUI
                                           |
                                           +----com.sun.java.swing.basic.BasicCheckBoxUI

public class BasicCheckBoxUI
extends BasicRadioButtonUI
CheckboxUI implementation for BasicCheckboxUI


Variable Index

 o checkboxUI

Constructor Index

 o BasicCheckBoxUI()

Method Index

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

Variables

 o checkboxUI
 protected static ToggleButtonUI checkboxUI

Constructors

 o BasicCheckBoxUI
 public BasicCheckBoxUI()

Methods

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

Overrides:
createIcon in class BasicRadioButtonUI

All Packages  Class Hierarchy  This Package  Previous  Next  Index