fr.ifremer.isisfish.ui.models.analyzeplan
Class AnalyzePlanComboModel
java.lang.Object
javax.swing.AbstractListModel
javax.swing.DefaultComboBoxModel
fr.ifremer.isisfish.ui.models.analyzeplan.AnalyzePlanComboModel
- All Implemented Interfaces:
- Serializable, ComboBoxModel, ListModel, MutableComboBoxModel
public class AnalyzePlanComboModel
- extends DefaultComboBoxModel
Model pour la liste des plans d'analyse.
- Version:
- $Revision: 2418 $
Last update : $Date: 2009-06-22 14:52:27 +0200 (lun., 22 juin 2009) $
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 |
analyzePlanNames
protected List<String> analyzePlanNames
- Analyze plan names.
AnalyzePlanComboModel
public AnalyzePlanComboModel()
- Empty constructor.
AnalyzePlanComboModel
public AnalyzePlanComboModel(List<String> analyzePlanNames)
- Constructor with rule list.
- Parameters:
analyzePlanNames - analysePlan Names
getAnalyzePlanNames
public List<String> getAnalyzePlanNames()
- Get analyze plan names.
- Returns:
- the analyze plan names
setAnalyzePlanNames
public void setAnalyzePlanNames(List<String> analyzePlanNames)
- Set analyze plan names.
- Parameters:
analyzePlanNames - the analyze plan names to set
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-2010 CodeLutin. All Rights Reserved.