Package | Description |
---|---|
org.openstreetmap.josm.gui.dialogs.changeset.query |
Modifier and Type | Field and Description |
---|---|
private Map<BasicChangesetQueryPanel.BasicQuery,JMultilineLabel> |
BasicChangesetQueryPanel.lblQueries |
private Map<BasicChangesetQueryPanel.BasicQuery,JRadioButton> |
BasicChangesetQueryPanel.rbQueries |
Modifier and Type | Method and 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.
|