|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.util.PreferenceList
public class PreferenceList
| Constructor Summary | |
|---|---|
PreferenceList()
_more_ |
|
PreferenceList(List list)
_more_ |
|
PreferenceList(List list,
Object chosen,
String listId,
String chosenId,
PersistentStore store)
_more_ |
|
| Method Summary | |
|---|---|
JComboBox |
createComboBox(String actionName,
ActionListener listener)
_more_ |
JComboBox |
createComboBox(String actionName,
ActionListener listener,
boolean fireEventOnBoxAction)
_more_ |
void |
saveState(JComboBox box)
This sets the currently chosen selection to the selected item of the given box. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PreferenceList()
public PreferenceList(List list)
list -
public PreferenceList(List list,
Object chosen,
String listId,
String chosenId,
PersistentStore store)
list - chosen - listId - chosenId - store - | Method Detail |
|---|
public JComboBox createComboBox(String actionName,
ActionListener listener)
actionName - listener -
public JComboBox createComboBox(String actionName,
ActionListener listener,
boolean fireEventOnBoxAction)
actionName - listener - fireEventOnBoxAction -
public void saveState(JComboBox box)
box -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||