fr.ifremer.isisfish.ui.input.model
Class TripTypeListModel
java.lang.Object
javax.swing.AbstractListModel
javax.swing.DefaultListModel
fr.ifremer.isisfish.ui.input.model.TripTypeListModel
- All Implemented Interfaces:
- Serializable, ListModel
public class TripTypeListModel
- extends DefaultListModel
Model pour la liste des TripType.
Pas de selection par defaut.
- Version:
- $Revision: 3276 $
Last update : $Date: 2011-04-20 17:36:48 +0200 (Wed, 20 Apr 2011) $
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 |
tripTypes
protected List<TripType> tripTypes
- Trip types list
TripTypeListModel
public TripTypeListModel(List<TripType> tripTypes)
- Constructor with trip types list.
- Parameters:
tripTypes - Trip types 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-2012 CodeLutin. All Rights Reserved.