Package | Description |
---|---|
org.openstreetmap.josm.gui.download |
Provides GUI classes for the download dialog.
|
Modifier and Type | Field and Description |
---|---|
private UserQueryList.SelectorItem |
UserQueryList.EditItemDialog.itemToEdit |
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Optional<UserQueryList.SelectorItem> |
UserQueryList.EditItemDialog.getOutputItem()
Gets a new
UserQueryList.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 from
Main.pref . |
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
UserQueryList.QueryCellRendered.getListCellRendererComponent(javax.swing.JList<? extends UserQueryList.SelectorItem> list,
UserQueryList.SelectorItem value,
int index,
boolean isSelected,
boolean cellHasFocus) |
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
UserQueryList.QueryCellRendered.getListCellRendererComponent(javax.swing.JList<? extends UserQueryList.SelectorItem> list,
UserQueryList.SelectorItem value,
int index,
boolean isSelected,
boolean cellHasFocus) |
Constructor and Description |
---|
EditItemDialog(java.awt.Component parent,
java.lang.String title,
UserQueryList.SelectorItem itemToEdit,
java.lang.String... buttonTexts) |
Constructor and 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) |