public class ExportListModel extends AbstractListModel
| Modifier and Type | Field and Description |
|---|---|
protected List<Export> |
exports |
listenerList| Constructor and Description |
|---|
ExportListModel()
Empty constructor.
|
ExportListModel(List<Export> exports)
Constructor with plan list.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getElementAt(int index) |
List<Export> |
getExports()
Get exports list.
|
int |
getSize() |
void |
setExport(List<Export> exports)
Set exports list.
|
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerCopyright © 1999-2013 CodeLutin. All Rights Reserved.