org.chorem.vradi.ui.models
Class FormTypeModel
java.lang.Object
javax.swing.AbstractListModel
javax.swing.DefaultComboBoxModel
org.chorem.vradi.ui.models.FormTypeModel
- All Implemented Interfaces:
- Serializable, ComboBoxModel, ListModel, MutableComboBoxModel, VradiExtensionsListener
public class FormTypeModel
- extends DefaultComboBoxModel
- implements VradiExtensionsListener
- Author:
- letellier
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
firstNull
protected boolean firstNull
FormTypeModel
public FormTypeModel(boolean firstNull)
init
public void init()
getSize
public int getSize()
- Specified by:
getSize in interface ListModel- Overrides:
getSize in class DefaultComboBoxModel
getElementAt
public Object getElementAt(int index)
- Specified by:
getElementAt in interface ListModel- Overrides:
getElementAt in class DefaultComboBoxModel
extensionsAdded
public void extensionsAdded(Set<org.nuiton.wikitty.entities.WikittyExtension> added)
- Specified by:
extensionsAdded in interface VradiExtensionsListener
extensionsRemoved
public void extensionsRemoved(Set<String> removedNames)
- Specified by:
extensionsRemoved in interface VradiExtensionsListener
Copyright © 2009-2011 CodeLutin. All Rights Reserved.