Class SearchTextResultListPanel.ResultListModel<T>
- java.lang.Object
-
- javax.swing.AbstractListModel<T>
-
- org.openstreetmap.josm.gui.widgets.SearchTextResultListPanel.ResultListModel<T>
-
- All Implemented Interfaces:
java.io.Serializable
,javax.swing.ListModel<T>
- Enclosing class:
- SearchTextResultListPanel<T>
protected static class SearchTextResultListPanel.ResultListModel<T> extends javax.swing.AbstractListModel<T>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ResultListModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getElementAt(int index)
int
getSize()
boolean
isEmpty()
void
setItems(java.util.List<T> items)
-
-
-
Constructor Detail
-
ResultListModel
protected ResultListModel()
-
-