Klasse java.awt.Checkbox | 1.0 |
java.lang.Object | +--java.awt.Component | +--java.awt.Checkbox
Konstruktoren | |
---|---|
public | Checkbox() |
public | Checkbox(String label) |
public | Checkbox(String label, boolean state) ![]() |
public | Checkbox(String label, boolean state, CheckboxGroup group) ![]() |
public | Checkbox(String label, CheckboxGroup group, boolean state) |
Methoden | |
---|---|
public synchronized void | addItemListener(ItemListener l) ![]() |
public void | addNotify() |
public AccessibleContext | getAccessibleContext() ![]() |
public CheckboxGroup | getCheckboxGroup() |
public String | getLabel() |
public EventListener[] | getListeners(Class listenerType) ![]() |
public Object[] | getSelectedObjects() ![]() |
public boolean | getState() |
protected String | paramString() |
protected void | processEvent(AWTEvent e) ![]() |
protected void | processItemEvent(ItemEvent e) ![]() |
public synchronized void | removeItemListener(ItemListener l) ![]() |
public void | setCheckboxGroup(CheckboxGroup g) |
public synchronized void | setLabel(String label) |
public void | setState(boolean state) |