fr.ifremer.isisfish.ui.models.simulationplan
Class SimulationPlanListModel
java.lang.Object
javax.swing.AbstractListModel
fr.ifremer.isisfish.ui.models.simulationplan.SimulationPlanListModel
- All Implemented Interfaces:
- Serializable, ListModel
public class SimulationPlanListModel
- extends AbstractListModel
Model pour la liste des instances de plans de simulation.
- Version:
- $Revision: 3445 $
Last update : $Date: 2011-07-15 15:12:45 +0200 (Fri, 15 Jul 2011) $
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<SimulationPlan> plans
SimulationPlanListModel
public SimulationPlanListModel()
- Empty constructor.
SimulationPlanListModel
public SimulationPlanListModel(List<SimulationPlan> plans)
- Constructor with plan list.
- Parameters:
plans - plans
getSimulationPlans
public List<SimulationPlan> getSimulationPlans()
- Get plans list.
- Returns:
- the plans
setSimulationPlan
public void setSimulationPlan(List<SimulationPlan> plans)
- Set plans list.
- Parameters:
plans - the plans to set
getElementAt
public Object getElementAt(int index)
getSize
public int getSize()
Copyright © 1999-2012 CodeLutin. All Rights Reserved.