Uses of Class
org.openstreetmap.josm.gui.dialogs.changeset.query.BasicChangesetQueryPanel.BasicQuery
-
Packages that use BasicChangesetQueryPanel.BasicQuery Package Description org.openstreetmap.josm.gui.dialogs.changeset.query Provides classes allowing to query changesets to the OSM API. -
-
Uses of BasicChangesetQueryPanel.BasicQuery in org.openstreetmap.josm.gui.dialogs.changeset.query
Fields in org.openstreetmap.josm.gui.dialogs.changeset.query with type parameters of type BasicChangesetQueryPanel.BasicQuery Modifier and Type Field Description private Map<BasicChangesetQueryPanel.BasicQuery,JRadioButton>
BasicChangesetQueryPanel. rbQueries
Methods in org.openstreetmap.josm.gui.dialogs.changeset.query that return BasicChangesetQueryPanel.BasicQuery Modifier and Type Method Description protected BasicChangesetQueryPanel.BasicQuery
BasicChangesetQueryPanel. getSelectedQuery()
static BasicChangesetQueryPanel.BasicQuery
BasicChangesetQueryPanel.BasicQuery. valueOf(String name)
Returns the enum constant of this type with the specified name.static BasicChangesetQueryPanel.BasicQuery[]
BasicChangesetQueryPanel.BasicQuery. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-