Class org.aswing.JCheckBox

Description

An implementation of a check box -- an item that can be selected or deselected, and which displays its state to the user. By convention, any number of check boxes in a group can be selected.

Field Index

Inherited from AbstractButton

Inherited from Component

Inherited from EventDispatcher

Method Index

new JCheckBox()
getUIClassID()

Inherited from JToggleButton

Inherited from AbstractButton

Inherited from Component

Inherited from EventDispatcher

Constructor Detail

JCheckBox

public function JCheckBox(text:String, icon:Icon)

JCheckBox(text:String, icon:Icon)
JCheckBox(text:String)
JCheckBox(icon:Icon)

Method Detail

getUIClassID

public function getUIClassID():String

Description copied from Component

Returns the UIDefaults key used to look up the name of the org.aswing.plaf.ComponentUI class that defines the look and feel for this component. Most applications will never need to call this method. Subclasses of Component that support pluggable look and feel should override this method to return a UIDefaults key that maps to the ComponentUI subclass that defines their look and feel.

Overrides

getUIClassID() in org.aswing.JToggleButton