public class LetterComboBoxModel extends AbstractListModel implements ComboBoxModel, ServiceListener
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
datasCache |
protected FinancialTransactionService |
financialTransactionService |
protected Object |
selectedAccount |
listenerList| Constructor and Description |
|---|
LetterComboBoxModel() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDataList() |
Object |
getElementAt(int index) |
Object |
getSelectedItem() |
int |
getSize() |
void |
notifyMethod(String serviceName,
String methodeName) |
void |
refresh() |
void |
setSelectedItem(Object anItem) |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListDataListener, removeListDataListenerprotected Object selectedAccount
protected FinancialTransactionService financialTransactionService
public Object getSelectedItem()
getSelectedItem in interface ComboBoxModelpublic void setSelectedItem(Object anItem)
setSelectedItem in interface ComboBoxModelpublic Object getElementAt(int index)
getElementAt in interface ListModelpublic void refresh()
public void notifyMethod(String serviceName, String methodeName)
notifyMethod in interface ServiceListenerCopyright © 2008–2014 CodeLutin. All rights reserved.