org.chorem.lima.ui.combobox
Class SubAccountComboBoxModel

java.lang.Object
  extended by javax.swing.AbstractListModel
      extended by org.chorem.lima.ui.combobox.SubAccountComboBoxModel
All Implemented Interfaces:
Serializable, ComboBoxModel, ListModel, ServiceListener

public class SubAccountComboBoxModel
extends AbstractListModel
implements ComboBoxModel, ServiceListener

Account combo box model.

See Also:
Serialized Form

Field Summary
protected  AccountServiceMonitorable accountService
           
protected  List<Account> datasCache
           
protected  Object selectedAccount
           
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
SubAccountComboBoxModel()
           
 
Method Summary
 List<Account> getDataList()
           
 Object getElementAt(int index)
           
 Object getSelectedItem()
           
 int getSize()
           
 void notifyMethod(String serviceName, String methodeName)
           
 void refresh()
           
 void setSelectedItem(Object anItem)
           
 
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.ListModel
addListDataListener, removeListDataListener
 

Field Detail

selectedAccount

protected Object selectedAccount

datasCache

protected List<Account> datasCache

accountService

protected AccountServiceMonitorable accountService
Constructor Detail

SubAccountComboBoxModel

public SubAccountComboBoxModel()
Method Detail

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<Account> 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.