public class EffortDescriptionListModel extends DefaultListModel
| Modifier and Type | Field and Description |
|---|---|
protected List<EffortDescription> |
effortDescriptions
Listes des EffortDescription
|
listenerList| Constructor and Description |
|---|
EffortDescriptionListModel()
Empty constructor.
|
EffortDescriptionListModel(List<EffortDescription> effortDescriptions)
Constructor with effortDescriptions list.
|
| Modifier and Type | Method and Description |
|---|---|
List<EffortDescription> |
getEffortDescriptions()
Get effortDescriptions lists.
|
Object |
getElementAt(int index) |
int |
getSize() |
void |
setEffortDescriptions(List<EffortDescription> effortDescriptions)
Set effortDescriptions list.
|
add, addElement, capacity, clear, contains, copyInto, elementAt, elements, ensureCapacity, firstElement, get, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, removeAllElements, removeElement, removeElementAt, removeRange, set, setElementAt, setSize, size, toArray, toString, trimToSizeaddListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerprotected List<EffortDescription> effortDescriptions
public EffortDescriptionListModel()
public EffortDescriptionListModel(List<EffortDescription> effortDescriptions)
effortDescriptions - liste des effortDescriptionspublic List<EffortDescription> getEffortDescriptions()
public void setEffortDescriptions(List<EffortDescription> effortDescriptions)
effortDescriptions - the effortDescriptions list to setpublic Object getElementAt(int index)
getElementAt in interface ListModelgetElementAt in class DefaultListModelpublic int getSize()
getSize in interface ListModelgetSize in class DefaultListModelCopyright © 1999-2013 CodeLutin. All Rights Reserved.