Package | Description |
---|---|
org.openstreetmap.josm.actions.relation |
Provides the classes for JOSM actions that work with
relations . |
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.layer |
Toggle dialog allowing to display the list of layers.
|
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.io |
Provides GUI classes for handling input/output operations (download, upload, save).
|
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 |
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
|
Modifier and Type | Method and Description |
---|---|
protected java.awt.Component |
ToggleDialog.createLayout(java.awt.Component data,
boolean scroll,
java.util.Collection<SideButton> buttons)
Create a component with the given layout for this component.
|
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 |
LayerVisibilityAction.sideButton |
Modifier and Type | Method and Description |
---|---|
void |
LayerVisibilityAction.setCorrespondingSideButton(SideButton sideButton)
Sets the corresponding side button.
|
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 |
---|---|
private SideButton |
CloseChangesetDialog.btnCloseChangesets |
private SideButton |
UploadSelectionDialog.btnContinue |