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