public static class ObservableList.EDTMirror<S> extends Objectimplements ComboBoxModel <S>
| Modifier and Type | Method and Description |
|---|---|
void |
addListDataListener(ListDataListener
|
S |
getElementAt(int index)
|
Object |
getSelectedItem()
|
int |
getSize()
|
int |
indexOf(S element)
|
void |
refresh(boolean immediately)
Refresh the contents of this list.
|
void |
removeListDataListener(ListDataListener
|
void |
setSelectedItem(Object
|
public void refresh(boolean immediately)
immediately - if true then this is a blocking call, otherwise this uses SwingUtilities.invokeLater to update the list.
public void addListDataListener(ListDataListenerlistener)
public S getElementAt(int index)
public int getSize()
public void removeListDataListener(ListDataListenerlistener)
public void setSelectedItem(ObjectanItem)
public ObjectgetSelectedItem()
public int indexOf(S element)