org.chorem.lima.ui.combobox
Class LetterComboBoxModel
java.lang.Object
javax.swing.AbstractListModel
org.chorem.lima.ui.combobox.LetterComboBoxModel
- All Implemented Interfaces:
- Serializable, ComboBoxModel, ListModel, ServiceListener
public class LetterComboBoxModel
- extends AbstractListModel
- implements ComboBoxModel, ServiceListener
Account combo box model.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
selectedAccount
protected Object selectedAccount
datasCache
protected List<Letter> datasCache
service
protected FinancialTransactionServiceMonitorable service
LetterComboBoxModel
public LetterComboBoxModel()
getSelectedItem
public Object getSelectedItem()
- Specified by:
getSelectedItem in interface ComboBoxModel
setSelectedItem
public void setSelectedItem(Object anItem)
- Specified by:
setSelectedItem in interface ComboBoxModel
getElementAt
public Object getElementAt(int index)
- Specified by:
getElementAt in interface ListModel
getSize
public int getSize()
- Specified by:
getSize in interface ListModel
getDataList
public List<Letter> getDataList()
refresh
public void refresh()
notifyMethod
public void notifyMethod(String serviceName,
String methodeName)
- Specified by:
notifyMethod in interface ServiceListener
Copyright © 2008-2010 CodeLutin. All Rights Reserved.