Uses of Class
org.openstreetmap.josm.gui.widgets.SearchTextResultListPanel.ResultListModel
-
Packages that use SearchTextResultListPanel.ResultListModel Package Description org.openstreetmap.josm.gui.download Provides GUI classes for the download dialog.org.openstreetmap.josm.gui.widgets Provides GUI widgets customized for JOSM needs. -
-
Uses of SearchTextResultListPanel.ResultListModel in org.openstreetmap.josm.gui.download
Fields in org.openstreetmap.josm.gui.download declared as SearchTextResultListPanel.ResultListModel Modifier and Type Field Description private SearchTextResultListPanel.ResultListModel<UserQueryList.SelectorItem>
UserQueryList.QueryListMouseAdapter. model
Constructors in org.openstreetmap.josm.gui.download with parameters of type SearchTextResultListPanel.ResultListModel Constructor Description QueryListMouseAdapter(javax.swing.JList<UserQueryList.SelectorItem> list, SearchTextResultListPanel.ResultListModel<UserQueryList.SelectorItem> listModel)
-
Uses of SearchTextResultListPanel.ResultListModel in org.openstreetmap.josm.gui.widgets
Fields in org.openstreetmap.josm.gui.widgets declared as SearchTextResultListPanel.ResultListModel Modifier and Type Field Description protected SearchTextResultListPanel.ResultListModel<T>
SearchTextResultListPanel. lsResultModel
-