Class AbstractTableListEditor.AbstractEntryListModel
- java.lang.Object
-
- javax.swing.AbstractListModel<String>
-
- org.openstreetmap.josm.gui.preferences.advanced.AbstractTableListEditor.AbstractEntryListModel
-
- All Implemented Interfaces:
Serializable
,ListModel<String>
- Direct Known Subclasses:
ListListEditor.EntryListModel
,MapListEditor.EntryListModel
- Enclosing class:
- AbstractTableListEditor<T>
protected abstract static class AbstractTableListEditor.AbstractEntryListModel extends AbstractListModel<String>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javax.swing.AbstractListModel
listenerList
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractEntryListModel()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description (package private) abstract void
add()
(package private) abstract void
remove(int idx)
-
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.swing.ListModel
getElementAt, getSize
-
-
-
-
Constructor Detail
-
AbstractEntryListModel
protected AbstractEntryListModel()
-
-