fr.ifremer.isisfish.ui.script
Class ScriptTypesComboModel
java.lang.Object
javax.swing.AbstractListModel
javax.swing.DefaultComboBoxModel
fr.ifremer.isisfish.ui.script.ScriptTypesComboModel
- All Implemented Interfaces:
- Serializable, ComboBoxModel, ListModel, MutableComboBoxModel
public class ScriptTypesComboModel
- extends DefaultComboBoxModel
Model pour la liste des scripts disponibles.
- Version:
- $Revision: 2693 $
Last update : $Date: 2009-10-26 16:19:57 +0100 (lun., 26 oct. 2009) $
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 |
mappings
protected List<ScriptAction.ScriptMapping> mappings
- Mapping list.
ScriptTypesComboModel
public ScriptTypesComboModel()
- Empty constructor.
getElementAt
public Object getElementAt(int index)
- Specified by:
getElementAt in interface ListModel- Overrides:
getElementAt in class DefaultComboBoxModel
getSize
public int getSize()
- Specified by:
getSize in interface ListModel- Overrides:
getSize in class DefaultComboBoxModel
Copyright © 1999-2010 CodeLutin. All Rights Reserved.