|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractListModel
javax.swing.DefaultComboBoxModel
fr.ifremer.isisfish.ui.input.gear.PopulationComboModel
public class PopulationComboModel
Model pour la liste des Population.
Pas de selection par defaut.
| Field Summary | |
|---|---|
protected java.util.List<Population> |
populations
Population list |
| Fields inherited from class javax.swing.AbstractListModel |
|---|
listenerList |
| Constructor Summary | |
|---|---|
PopulationComboModel(java.util.List<Population> populations)
Constructor with species list. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getElementAt(int index)
|
int |
getSize()
|
| Methods inherited from class javax.swing.DefaultComboBoxModel |
|---|
addElement, getIndexOf, getSelectedItem, insertElementAt, removeAllElements, removeElement, removeElementAt, setSelectedItem |
| Methods inherited from class javax.swing.AbstractListModel |
|---|
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.swing.ListModel |
|---|
addListDataListener, removeListDataListener |
| Field Detail |
|---|
protected java.util.List<Population> populations
| Constructor Detail |
|---|
public PopulationComboModel(java.util.List<Population> populations)
populations - populations list| Method Detail |
|---|
public java.lang.Object getElementAt(int index)
getElementAt in interface javax.swing.ListModelgetElementAt in class javax.swing.DefaultComboBoxModelpublic int getSize()
getSize in interface javax.swing.ListModelgetSize in class javax.swing.DefaultComboBoxModel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||