Uses of Class
org.openstreetmap.josm.gui.download.UserQueryList.SelectorItem
-
Packages that use UserQueryList.SelectorItem Package Description org.openstreetmap.josm.gui.download Provides GUI classes for the download dialog. -
-
Uses of UserQueryList.SelectorItem in org.openstreetmap.josm.gui.download
Fields in org.openstreetmap.josm.gui.download declared as UserQueryList.SelectorItem Modifier and Type Field Description private UserQueryList.SelectorItem
UserQueryList.EditItemDialog. itemToEdit
Fields in org.openstreetmap.josm.gui.download with type parameters of type UserQueryList.SelectorItem Modifier and Type Field Description private Map<String,UserQueryList.SelectorItem>
UserQueryList. items
private JList<UserQueryList.SelectorItem>
UserQueryList.QueryListMouseAdapter. list
private SearchTextResultListPanel.ResultListModel<UserQueryList.SelectorItem>
UserQueryList.QueryListMouseAdapter. model
private Optional<UserQueryList.SelectorItem>
UserQueryList.EditItemDialog. outputItem
Added/Edited object to be returned.Methods in org.openstreetmap.josm.gui.download that return types with arguments of type UserQueryList.SelectorItem Modifier and Type Method Description Optional<UserQueryList.SelectorItem>
UserQueryList.EditItemDialog. getOutputItem()
Gets a newUserQueryList.SelectorItem
if one was created/modified.Optional<UserQueryList.SelectorItem>
UserQueryList. getSelectedItem()
Returns currently selected element from the list.private Map<String,UserQueryList.SelectorItem>
UserQueryList. restorePreferences()
Loads the user saved items fromConfig.getPref()
.Methods in org.openstreetmap.josm.gui.download with parameters of type UserQueryList.SelectorItem Modifier and Type Method Description Component
UserQueryList.QueryCellRendered. getListCellRendererComponent(JList<? extends UserQueryList.SelectorItem> list, UserQueryList.SelectorItem value, int index, boolean isSelected, boolean cellHasFocus)
Method parameters in org.openstreetmap.josm.gui.download with type arguments of type UserQueryList.SelectorItem Modifier and Type Method Description Component
UserQueryList.QueryCellRendered. getListCellRendererComponent(JList<? extends UserQueryList.SelectorItem> list, UserQueryList.SelectorItem value, int index, boolean isSelected, boolean cellHasFocus)
Constructors in org.openstreetmap.josm.gui.download with parameters of type UserQueryList.SelectorItem Constructor Description EditItemDialog(Component parent, String title, UserQueryList.SelectorItem itemToEdit, String... buttonTexts)
Constructor parameters in org.openstreetmap.josm.gui.download with type arguments of type UserQueryList.SelectorItem Constructor Description QueryListMouseAdapter(JList<UserQueryList.SelectorItem> list, SearchTextResultListPanel.ResultListModel<UserQueryList.SelectorItem> listModel)
QueryListMouseAdapter(JList<UserQueryList.SelectorItem> list, SearchTextResultListPanel.ResultListModel<UserQueryList.SelectorItem> listModel)
-