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 java.util.Map<java.lang.String,UserQueryList.SelectorItem>
UserQueryList. items
private javax.swing.JList<UserQueryList.SelectorItem>
UserQueryList.QueryListMouseAdapter. list
private SearchTextResultListPanel.ResultListModel<UserQueryList.SelectorItem>
UserQueryList.QueryListMouseAdapter. model
private java.util.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 java.util.Optional<UserQueryList.SelectorItem>
UserQueryList.EditItemDialog. getOutputItem()
Gets a newUserQueryList.SelectorItem
if one was created/modified.java.util.Optional<UserQueryList.SelectorItem>
UserQueryList. getSelectedItem()
Returns currently selected element from the list.private java.util.Map<java.lang.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 java.awt.Component
UserQueryList.QueryCellRendered. getListCellRendererComponent(javax.swing.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 java.awt.Component
UserQueryList.QueryCellRendered. getListCellRendererComponent(javax.swing.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(java.awt.Component parent, java.lang.String title, UserQueryList.SelectorItem itemToEdit, java.lang.String... buttonTexts)
Constructor parameters in org.openstreetmap.josm.gui.download with type arguments of type UserQueryList.SelectorItem Constructor Description QueryListMouseAdapter(javax.swing.JList<UserQueryList.SelectorItem> list, SearchTextResultListPanel.ResultListModel<UserQueryList.SelectorItem> listModel)
QueryListMouseAdapter(javax.swing.JList<UserQueryList.SelectorItem> list, SearchTextResultListPanel.ResultListModel<UserQueryList.SelectorItem> listModel)
-