fr.ifremer.isisfish.ui.input.metier
Class MetierSeasonInfoComboModel
java.lang.Object
javax.swing.AbstractListModel
javax.swing.DefaultComboBoxModel
fr.ifremer.isisfish.ui.input.metier.MetierSeasonInfoComboModel
- All Implemented Interfaces:
- Serializable, ComboBoxModel, ListModel, MutableComboBoxModel
public class MetierSeasonInfoComboModel
- extends DefaultComboBoxModel
Model pour la liste des MetierSeasonInfo.
Pas de selection par defaut.
- Version:
- $Revision: 3124 $
Last update : $Date: 2010-11-29 19:14:09 +0100 (lun., 29 nov. 2010) $
By : $Author: chatellier $
- Author:
- chatellier
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
metierSeasonInfo
protected List<MetierSeasonInfo> metierSeasonInfo
- MetierSeasonInfo list
MetierSeasonInfoComboModel
public MetierSeasonInfoComboModel(List<MetierSeasonInfo> metierSeasonInfo)
- Constructor with species list.
- Parameters:
metierSeasonInfo - species list
getElementAt
public Object getElementAt(int index)
- Specified by:
getElementAt in interface ListModel- Overrides:
getElementAt in class DefaultComboBoxModel
getSize
public int getSize()
- Specified by:
getSize in interface ListModel- Overrides:
getSize in class DefaultComboBoxModel
Copyright © 1999-2011 CodeLutin. All Rights Reserved.