Public Methods | |
ChoiceMenu (String[] choices) | |
ChoiceMenu (String[] choices, String label) | |
ChoiceMenu (String[] choices, String label, int layout) | |
void | setLabel (String label) |
void | select (int pos) |
void | select (String str) |
void | setEnabled (boolean enable) |
void | itemStateChanged (ItemEvent e) |
void | addItemListener (ItemListener l) |
Object[] | getSelectedObjects () |
void | removeItemListener (ItemListener l) |
Static Public Attributes | |
final int | VERTICAL = 0 |
final int | HORIZONTAL = 1 |
Protected Attributes | |
Vector | listeners = new Vector() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|