Class MapListEditor.EntryListModel
- java.lang.Object
-
- javax.swing.AbstractListModel<String>
-
- org.openstreetmap.josm.gui.preferences.advanced.AbstractTableListEditor.AbstractEntryListModel
-
- org.openstreetmap.josm.gui.preferences.advanced.MapListEditor.EntryListModel
-
- All Implemented Interfaces:
Serializable
,ListModel<String>
- Enclosing class:
- MapListEditor
private class MapListEditor.EntryListModel extends AbstractTableListEditor.AbstractEntryListModel
-
-
Field Summary
-
Fields inherited from class javax.swing.AbstractListModel
listenerList
-
-
Constructor Summary
Constructors Modifier Constructor Description private
EntryListModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add()
String
getElementAt(int index)
int
getSize()
void
remove(int idx)
-
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
-
-
-
-
Constructor Detail
-
EntryListModel
private EntryListModel()
-
-
Method Detail
-
getElementAt
public String getElementAt(int index)
-
getSize
public int getSize()
-
add
public void add()
- Specified by:
add
in classAbstractTableListEditor.AbstractEntryListModel
-
remove
public void remove(int idx)
- Specified by:
remove
in classAbstractTableListEditor.AbstractEntryListModel
-
-