Package | Description |
---|---|
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.layer |
Provides classes for handling the different kinds of map layers.
|
org.openstreetmap.josm.gui.layer.geoimage |
Provides classes for handling layers displaying geottaged pictures.
|
org.openstreetmap.josm.gui.layer.gpx |
Provides classes for handling GPX layers.
|
org.openstreetmap.josm.gui.layer.markerlayer |
Provides classes for handling marker layers.
|
Modifier and Type | Class and Description |
---|---|
static class |
LayerListDialog.AbstractLayerPropertySliderAction
Abstract action which allows to adjust a double value using a slider
|
class |
LayerListDialog.DeleteLayerAction
The action to delete the currently selected layer
|
static class |
LayerListDialog.LayerGammaAction
Action which allows to change the gamma of one imagery layer.
|
static class |
LayerListDialog.LayerOpacityAction
Action which allows to change the opacity of one or more layers.
|
class |
LayerListDialog.MergeAction
The action to merge the currently selected layer into another layer.
|
class |
LayerListDialog.ShowHideLayerAction
Action which will toggle the visibility of the currently selected layers.
|
Modifier and Type | Class and Description |
---|---|
private class |
AbstractTileSourceLayer.AutoLoadTilesAction |
private class |
AbstractTileSourceLayer.AutoZoomAction |
private class |
AbstractTileSourceLayer.ShowErrorsAction |
class |
CustomizeColor |
class |
ImageryLayer.OffsetAction |
static class |
Layer.SeparatorLayerAction
Special class that can be returned by getMenuEntries when JSeparator needs to be created
|
Modifier and Type | Class and Description |
---|---|
class |
ShowThumbnailAction
Toggle the image display between thumbnails and symbols.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomizeDrawingAction |
Modifier and Type | Class and Description |
---|---|
static class |
MarkerLayer.ShowHideMarkerText |