Package | Description |
---|---|
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 |
CombinePrimitiveResolverDialog.btnApply
the apply button
|
Modifier and Type | Field and Description |
---|---|
private SideButton |
DeleteFromRelationConfirmationDialog.btnOK |
private SideButton |
ValidatorDialog.fixButton
The fix button
|
private SideButton |
LayerListDialog.gammaButton |
private SideButton |
ValidatorDialog.ignoreButton
The ignore button
|
private SideButton |
ValidatorDialog.lookupButton
The lookup button
|
private SideButton |
LayerListDialog.opacityButton |
private SideButton |
ValidatorDialog.selectButton
The select button
|
Modifier and Type | Method and Description |
---|---|
protected abstract SideButton |
LayerListDialog.AbstractLayerPropertySliderAction.getCorrespondingSideButton() |
protected SideButton |
LayerListDialog.LayerOpacityAction.getCorrespondingSideButton() |
protected SideButton |
LayerListDialog.LayerGammaAction.getCorrespondingSideButton() |
Modifier and Type | Method and Description |
---|---|
protected Component |
ToggleDialog.createLayout(Component data,
boolean scroll,
Collection<SideButton> buttons) |
protected Component |
ToggleDialog.createLayout(Component data,
boolean scroll,
Collection<SideButton> firstButtons,
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 |