public static class JListHpr.ItemsModel
extends javax.swing.AbstractListModel
| Constructor and Description |
|---|
ItemsModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getElementAt(int anIndex)
List model method - returns item at given index.
|
int |
getSize()
List model method - returns item count.
|
void |
setItems(java.util.List theItems)
Sets the items.
|