public class VesselTypeComboModel extends DefaultComboBoxModel
VesselType.
Pas de selection par defaut.| Modifier and Type | Field and Description |
|---|---|
protected List<VesselType> |
vesselTypeList
VesselType list
|
listenerList| Constructor and Description |
|---|
VesselTypeComboModel(List<VesselType> vesselTypeList)
Constructor with ports list.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getElementAt(int index) |
int |
getSize() |
addElement, getIndexOf, getSelectedItem, insertElementAt, removeAllElements, removeElement, removeElementAt, setSelectedItemaddListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListDataListener, removeListDataListenerprotected List<VesselType> vesselTypeList
public VesselTypeComboModel(List<VesselType> vesselTypeList)
vesselTypeList - ports listpublic Object getElementAt(int index)
getElementAt in interface ListModelgetElementAt in class DefaultComboBoxModelpublic int getSize()
getSize in interface ListModelgetSize in class DefaultComboBoxModelCopyright © 1999-2012 CodeLutin. All Rights Reserved.