public class MapListModel
extends javax.swing.AbstractListModel
| Constructor and Description |
|---|
MapListModel(java.util.Map map) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getElementAt(int index) |
int |
getSize() |
void |
setMap(java.util.Map map) |
void |
update() |