fr.ifremer.isisfish.ui.input.population
Class PopulationSeasonInfoComboModel
java.lang.Object
javax.swing.AbstractListModel
javax.swing.DefaultComboBoxModel
fr.ifremer.isisfish.ui.input.population.PopulationSeasonInfoComboModel
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.ComboBoxModel, javax.swing.ListModel, javax.swing.MutableComboBoxModel
public class PopulationSeasonInfoComboModel
- extends javax.swing.DefaultComboBoxModel
Model pour la liste des PopulationSeasonInfo.
- Version:
- $Revision: 2350 $
Last update : $Date: 2009-06-09 13:52:58 +0200 (mar. 09 juin 2009) $
By : $Author: chatellier $
- Author:
- chatellier
- See Also:
- Serialized Form
| Fields inherited from class javax.swing.AbstractListModel |
listenerList |
| Methods inherited from class javax.swing.DefaultComboBoxModel |
addElement, getIndexOf, getSelectedItem, insertElementAt, removeAllElements, removeElement, removeElementAt, setSelectedItem |
| 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 |
populationSeasonInfos
protected java.util.List<PopulationSeasonInfo> populationSeasonInfos
- PopulationSeasonInfo list
PopulationSeasonInfoComboModel
public PopulationSeasonInfoComboModel()
- Empty constructor.
PopulationSeasonInfoComboModel
public PopulationSeasonInfoComboModel(java.util.List<PopulationSeasonInfo> populationSeasonInfos)
- Constructor with population season info list.
- Parameters:
populationSeasonInfos - population season info list
getPopulationSeasonInfos
public java.util.List<PopulationSeasonInfo> getPopulationSeasonInfos()
- Get population season info list.
- Returns:
- population season info list
setPopulationSeasonInfos
public void setPopulationSeasonInfos(java.util.List<PopulationSeasonInfo> populationSeasonInfos)
- Set population season info list.
- Parameters:
populationSeasonInfos - the population season info list to set
getElementAt
public java.lang.Object getElementAt(int index)
- Specified by:
getElementAt in interface javax.swing.ListModel- Overrides:
getElementAt in class javax.swing.DefaultComboBoxModel
getSize
public int getSize()
- Specified by:
getSize in interface javax.swing.ListModel- Overrides:
getSize in class javax.swing.DefaultComboBoxModel
Copyright © 1999-2010 CodeLutin. All Rights Reserved.