public class PreferenceList
extends java.lang.Object
Constructor and Description |
---|
PreferenceList()
_more_
|
PreferenceList(java.util.List list)
_more_
|
PreferenceList(java.util.List list,
java.lang.Object chosen,
java.lang.String listId,
java.lang.String chosenId,
PersistentStore store)
_more_
|
Modifier and Type | Method and Description |
---|---|
javax.swing.JComboBox |
createComboBox(java.lang.String actionName,
java.awt.event.ActionListener listener)
_more_
|
javax.swing.JComboBox |
createComboBox(java.lang.String actionName,
java.awt.event.ActionListener listener,
boolean fireEventOnBoxAction)
_more_
|
void |
saveState(javax.swing.JComboBox box)
This sets the currently chosen selection to the selected item of
the given box.
|
public PreferenceList()
public PreferenceList(java.util.List list)
list
- public PreferenceList(java.util.List list, java.lang.Object chosen, java.lang.String listId, java.lang.String chosenId, PersistentStore store)
list
- chosen
- listId
- chosenId
- store
- public javax.swing.JComboBox createComboBox(java.lang.String actionName, java.awt.event.ActionListener listener)
actionName
- listener
- public javax.swing.JComboBox createComboBox(java.lang.String actionName, java.awt.event.ActionListener listener, boolean fireEventOnBoxAction)
actionName
- listener
- fireEventOnBoxAction
- public void saveState(javax.swing.JComboBox box)
box
-