Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
Method Summary | |
void | addActionListener(ActionListener l)
|
void | addChangeListener(ChangeListener l)
|
void | addItemListener(ItemListener l)
|
String | getActionCommand()
|
int | getMnemonic()
|
boolean | isArmed()
|
boolean | isEnabled()
|
boolean | isPressed()
|
boolean | isRollover()
|
boolean | isSelected()
|
void | removeActionListener(ActionListener l)
|
void | removeChangeListener(ChangeListener l)
|
void | removeItemListener(ItemListener l)
|
void | setActionCommand(String s)
|
void | setArmed(boolean b)
|
void | setEnabled(boolean b)
|
void | setGroup(ButtonGroup group)
|
void | setMnemonic(int key)
|
void | setPressed(boolean b)
|
void | setRollover(boolean b)
|
void | setSelected(boolean b)
|
Method Detail |
public boolean isArmed()
public boolean isSelected()
public boolean isEnabled()
public boolean isPressed()
public boolean isRollover()
public void setArmed(boolean b)
b
- true to arm the button so it can be selected
public void setSelected(boolean b)
public void setEnabled(boolean b)
public void setPressed(boolean b)
public void setRollover(boolean b)
public void setMnemonic(int key)
public int getMnemonic()
public void setActionCommand(String s)
public String getActionCommand()
public void setGroup(ButtonGroup group)
public void addActionListener(ActionListener l)
public void removeActionListener(ActionListener l)
public void addItemListener(ItemListener l)
public void removeItemListener(ItemListener l)
public void addChangeListener(ChangeListener l)
public void removeChangeListener(ChangeListener l)
Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |