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 javax.swing.JPanelSearchDialog. buildHintsSection(AutoCompComboBox<SearchSetting> hcbSearchString, SearchDialog.PanelOptions options)private javax.swing.JPanelSearchDialog. 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, java.awt.Component mainFrame, java.lang.String title, java.lang.String... buttonTexts)
-