com.jurismarches.vradi.ui.models
Class FieldTypeModel
java.lang.Object
javax.swing.AbstractListModel
com.jurismarches.vradi.ui.models.FieldTypeModel
- All Implemented Interfaces:
- Serializable, ComboBoxModel, ListModel, MutableComboBoxModel
public class FieldTypeModel
- extends AbstractListModel
- implements MutableComboBoxModel
- Author:
- letellier
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
selected
protected FieldTypeEnum selected
values
protected FieldTypeEnum[] values
FieldTypeModel
public FieldTypeModel()
getSize
public int getSize()
- Specified by:
getSize in interface ListModel
getElementAt
public Object getElementAt(int index)
- Specified by:
getElementAt in interface ListModel
addElement
public void addElement(Object obj)
- Specified by:
addElement in interface MutableComboBoxModel
removeElement
public void removeElement(Object obj)
- Specified by:
removeElement in interface MutableComboBoxModel
insertElementAt
public void insertElementAt(Object obj,
int index)
- Specified by:
insertElementAt in interface MutableComboBoxModel
removeElementAt
public void removeElementAt(int index)
- Specified by:
removeElementAt in interface MutableComboBoxModel
setSelectedItem
public void setSelectedItem(Object anItem)
- Specified by:
setSelectedItem in interface ComboBoxModel
getSelectedItem
public Object getSelectedItem()
- Specified by:
getSelectedItem in interface ComboBoxModel
Copyright © 2009-2010 JurisMarches. All Rights Reserved.