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.SelectorItemUserQueryList.EditItemDialog. itemToEditFields 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. itemsprivate javax.swing.JList<UserQueryList.SelectorItem>UserQueryList.QueryListMouseAdapter. listprivate SearchTextResultListPanel.ResultListModel<UserQueryList.SelectorItem>UserQueryList.QueryListMouseAdapter. modelprivate java.util.Optional<UserQueryList.SelectorItem>UserQueryList.EditItemDialog. outputItemAdded/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.SelectorItemif 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.ComponentUserQueryList.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.ComponentUserQueryList.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)
-