Package | Description |
---|---|
org.openstreetmap.josm.actions.relation | |
org.openstreetmap.josm.gui.conflict.tags | |
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
|
org.openstreetmap.josm.gui.dialogs.properties |
Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.
|
org.openstreetmap.josm.gui.download |
Provides GUI classes for the download dialog.
|
org.openstreetmap.josm.gui.io |
Provides GUI classes for handling input/output operations (download, upload, save).
|
org.openstreetmap.josm.gui.preferences.server |
Provides classes for handling connection preferences, including server authentication and proxy settings.
|
Modifier and Type | Field and Description |
---|---|
private SideButton |
RecentRelationsAction.editButton |
Constructor and Description |
---|
RecentRelationsAction(SideButton editButton)
Constructs a new
RecentRelationsAction . |
Modifier and Type | Field and Description |
---|---|
private SideButton |
CombinePrimitiveResolverDialog.btnApply
the apply button
|
Modifier and Type | Field and Description |
---|---|
private SideButton |
DeleteFromRelationConfirmationDialog.btnOK |
private SideButton |
ValidatorDialog.fixButton
The fix button
|
private SideButton |
ValidatorDialog.ignoreButton
The ignore button
|
private SideButton |
ValidatorDialog.lookupButton
The lookup button
|
private SideButton |
ValidatorDialog.selectButton
The select button
|
private SideButton |
LayerListDialog.AbstractLayerPropertySliderAction.sideButton |
Modifier and Type | Method and Description |
---|---|
(package private) void |
LayerListDialog.AbstractLayerPropertySliderAction.setCorrespondingSideButton(SideButton sideButton)
Sets the corresponding side button.
|
Modifier and Type | Method and Description |
---|---|
protected java.awt.Component |
ToggleDialog.createLayout(java.awt.Component data,
boolean scroll,
java.util.Collection<SideButton> buttons) |
protected java.awt.Component |
ToggleDialog.createLayout(java.awt.Component data,
boolean scroll,
java.util.Collection<SideButton> firstButtons,
java.util.Collection<SideButton>... nextButtons) |
Modifier and Type | Field and Description |
---|---|
private SideButton |
PropertiesDialog.btnAdd
The Add button (needed to be able to disable it)
|
private SideButton |
PropertiesDialog.btnDel
The Delete button (needed to be able to disable it)
|
private SideButton |
PropertiesDialog.btnEdit
The Edit button (needed to be able to disable it)
|
Modifier and Type | Field and Description |
---|---|
protected SideButton |
DownloadDialog.btnDownload |
Modifier and Type | Field and Description |
---|---|
private SideButton |
CloseChangesetDialog.btnCloseChangesets |
private SideButton |
UploadSelectionDialog.btnContinue |
Modifier and Type | Field and Description |
---|---|
private SideButton |
OsmApiUrlInputPanel.btnTest |