Uses of Class
org.openstreetmap.josm.gui.dialogs.SearchDialog.PanelOptions
-
Packages that use SearchDialog.PanelOptions Package Description org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything else -
-
Uses of SearchDialog.PanelOptions in org.openstreetmap.josm.gui.dialogs
Methods in org.openstreetmap.josm.gui.dialogs with parameters of type SearchDialog.PanelOptions Modifier and Type Method Description private static JPanel
SearchDialog. buildHintsSection(AutoCompComboBox<SearchSetting> hcbSearchString, SearchDialog.PanelOptions options)
private JPanel
SearchDialog. buildPanel(SearchDialog.PanelOptions options)
Constructors in org.openstreetmap.josm.gui.dialogs with parameters of type SearchDialog.PanelOptions Constructor Description SearchDialog(SearchSetting initialValues, AutoCompComboBoxModel<SearchSetting> model, SearchDialog.PanelOptions options, Component mainFrame, String title, String... buttonTexts)
-