fr.ifremer.isisfish.ui.input.variable
Class VariableTypeComboModel
java.lang.Object
javax.swing.AbstractListModel
javax.swing.DefaultComboBoxModel
fr.ifremer.isisfish.ui.input.variable.VariableTypeComboModel
- All Implemented Interfaces:
- Serializable, ComboBoxModel, ListModel, MutableComboBoxModel
public class VariableTypeComboModel
- extends DefaultComboBoxModel
Modele pour la liste des type possible de variable.
- Version:
- $Revision: 3614 $
Last update : $Date: 2012-02-20 13:12:45 +0100 (Mon, 20 Feb 2012) $
By : $Author: echatellier $
- Author:
- chatellier
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
variableTypes
protected VariableType[] variableTypes
- Values list
VariableTypeComboModel
public VariableTypeComboModel()
- 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-2012 CodeLutin. All Rights Reserved.