fr.ifremer.isisfish.ui.models.analyzeplan
Class AnalyzePlanListModel
java.lang.Object
javax.swing.AbstractListModel
fr.ifremer.isisfish.ui.models.analyzeplan.AnalyzePlanListModel
- All Implemented Interfaces:
- Serializable, ListModel
public class AnalyzePlanListModel
- extends AbstractListModel
Model pour la liste des instances de plans d'analyse.
- 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 |
plans
protected List<AnalysePlan> plans
AnalyzePlanListModel
public AnalyzePlanListModel()
- Empty constructor.
AnalyzePlanListModel
public AnalyzePlanListModel(List<AnalysePlan> plans)
- Constructor with plan list.
- Parameters:
plans - plans
getAnalyzePlans
public List<AnalysePlan> getAnalyzePlans()
- Get plans list.
- Returns:
- the plans
setAnalyzePlan
public void setAnalyzePlan(List<AnalysePlan> plans)
- Set plans list.
- Parameters:
plans - the plans to set
getElementAt
public Object getElementAt(int index)
getSize
public int getSize()
Copyright © 1999-2011 CodeLutin. All Rights Reserved.