fr.ifremer.isisfish.ui.input.population
Class ZoneListModel
java.lang.Object
javax.swing.AbstractListModel
javax.swing.DefaultListModel
fr.ifremer.isisfish.ui.input.population.ZoneListModel
- All Implemented Interfaces:
- Serializable, ListModel
public class ZoneListModel
- extends DefaultListModel
Model pour la liste des Zone.
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 javax.swing.DefaultListModel |
add, addElement, capacity, clear, contains, copyInto, elementAt, elements, ensureCapacity, firstElement, get, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, removeAllElements, removeElement, removeElementAt, removeRange, set, setElementAt, setSize, size, toArray, toString, trimToSize |
zones
protected List<Zone> zones
- Zones list
ZoneListModel
public ZoneListModel(List<Zone> zones)
- Constructor with zone list.
- Parameters:
zones - zones list
getElementAt
public Object getElementAt(int index)
- Specified by:
getElementAt in interface ListModel- Overrides:
getElementAt in class DefaultListModel
getSize
public int getSize()
- Specified by:
getSize in interface ListModel- Overrides:
getSize in class DefaultListModel
Copyright © 1999-2011 CodeLutin. All Rights Reserved.