Package | Description |
---|---|
org.openstreetmap.josm.gui.actionsupport | |
org.openstreetmap.josm.gui.conflict.tags | |
org.openstreetmap.josm.gui.dialogs | |
org.openstreetmap.josm.gui.dialogs.properties | |
org.openstreetmap.josm.gui.download | |
org.openstreetmap.josm.gui.io | |
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 |
DeleteFromRelationConfirmationDialog.btnOK |
Modifier and Type | Field and Description |
---|---|
private SideButton |
CombinePrimitiveResolverDialog.btnApply
the apply button
|
Modifier and Type | Field and Description |
---|---|
private SideButton |
ValidatorDialog.fixButton
The fix button
|
private SideButton |
ValidatorDialog.ignoreButton
The ignore button
|
private SideButton |
LayerListDialog.opacityButton |
private SideButton |
ValidatorDialog.selectButton
The select 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 |