Changed Constructors |
Checkbox(String )
|
Change in exceptions thrown from no exceptions to HeadlessException .
Documentation changed from old to new. |
Creates a check box with the specified label. |
Checkbox(String, boolean)
|
Change in exceptions thrown from no exceptions to HeadlessException .
Documentation changed from old to new. |
Creates a check box with the specified label and sets the specified state. |
Checkbox(String, boolean, CheckboxGroup)
|
Change in exceptions thrown from no exceptions to HeadlessException .
Documentation changed from old to new. |
Constructs a Checkbox with the specified label set to the specified state and in the specified check box group. |
Checkbox(String, CheckboxGroup, boolean)
|
Change in exceptions thrown from no exceptions to HeadlessException .
Documentation changed from old to new. |
Creates a check box with the specified label in the specified check box group and set to the specified state. |
Checkbox(void )
|
Change in exceptions thrown from no exceptions to HeadlessException .
Documentation changed from old to new. |
Creates a check box with no label. |
Changed Methods |
void addItemListener(ItemListener )
|
Documentation changed from old to new. |
Adds the specified item listener to receive item events from this check box. |
CheckboxGroup getCheckboxGroup()
|
Documentation changed from old to new. |
Determines this check box's group. |
String getLabel()
|
Documentation changed from old to new. |
Gets the label of this check box. |
EventListener[] getListeners(Class )
|
Documentation changed from old to new. |
Returns an array of all the objects currently registered as FooListener s upon this Checkbox . |
boolean getState()
|
Documentation changed from old to new. |
Determines whether this check box is in the "on" or "off" state. |
String paramString()
|
Documentation changed from old to new. |
Returns a string representing the state of this Checkbox . |
void processEvent(AWTEvent )
|
Documentation changed from old to new. |
Processes events on this check box. |
void processItemEvent(ItemEvent )
|
Documentation changed from old to new. |
Processes item events occurring on this check box by dispatching them to any registered ItemListener objects. |
void removeItemListener(ItemListener )
|
Documentation changed from old to new. |
Removes the specified item listener so that the item listener no longer receives item events from this check box. |
void setCheckboxGroup(CheckboxGroup )
|
Documentation changed from old to new. |
Sets this check box's group to be the specified check box group. |
void setLabel(String )
|
Documentation changed from old to new. |
Sets this check box's label to be the string argument. |
void setState(boolean )
|
Documentation changed from old to new. |
Sets the state of this check box to the specified state. |