Modifier and Type | Class and Description |
---|---|
class |
AboutAction
Nice about screen.
|
class |
AbstractInfoAction |
class |
AbstractMergeAction |
class |
AddImageryLayerAction |
class |
AddNodeAction
This action displays a dialog where the user can enter a latitude and longitude,
and when ok is pressed, a new node is created at the specified position.
|
class |
AlignInCircleAction
Aligns all selected nodes within a circle.
|
class |
AlignInLineAction
Aligns all selected nodes into a straight line (useful for
roads that should be straight, but have side roads and
therefore need multiple nodes)
|
class |
AutoScaleAction
Toggles the autoScale feature of the mapView
|
class |
ChangesetManagerToggleAction
This action toggles the visibility of the
ChangesetCacheManager dialog. |
class |
CloseChangesetAction |
class |
CombineWayAction
Combines multiple ways into one.
|
class |
CopyAction
Copy OSM primitives to clipboard in order to paste them, or their tags, somewhere else.
|
class |
CopyCoordinatesAction |
class |
CreateCircleAction
- Create a new circle from two selected nodes or a way with 2 nodes which represent the diameter of the circle
|
class |
CreateMultipolygonAction
Create multipolygon from selected ways automatically.
|
class |
DeleteAction |
class |
DialogsToggleAction
This action toggles visibility of dialogs panel and other panels to free more space for drawing (GIMP-like)
|
class |
DiskAccessAction
Helper class for all actions that access the disk.
|
class |
DistributeAction
Distributes the selected nodes to equal distances along a line.
|
class |
DownloadAction
Action that opens a connection to the osm server and downloads map data.
|
class |
DownloadAlongAction
Abstract superclass of DownloadAlongTrackAction and DownloadAlongWayAction
|
class |
DownloadPrimitiveAction
Download an OsmPrimitive by specifying type and ID
|
class |
DownloadReferrersAction
This action loads the set of primitives referring to the current selection from the OSM
server.
|
class |
DuplicateAction |
class |
ExitAction
Exit the application.
|
class |
ExpertToggleAction
This action toggles the Expert mode.
|
class |
FollowLineAction
Follow line action - Makes easier to draw a line that shares points with another line
Aimed at those who want to draw two or more lines related with
each other, but carry different information (i.e. a river acts as boundary at
some part of its course.
|
class |
FullscreenToggleAction
This class toggles the full-screen mode.
|
class |
GpxExportAction
Exports data to gpx.
|
class |
HistoryInfoAction
Display history information about OSM ways, nodes, or relations.
|
class |
HistoryInfoWebAction |
class |
ImageryAdjustAction |
class |
InfoAction |
class |
InfoWebAction |
class |
JoinAreasAction
Join Areas (i.e. closed ways and multipolygons)
|
class |
JoinNodeWayAction |
class |
JosmAction
Base class helper for all Actions in JOSM.
|
class |
JumpToAction
Allows to jump to a specific location.
|
class |
LassoModeAction |
class |
MapRectifierWMSmenuAction |
class |
MergeLayerAction |
class |
MergeNodesAction
Merges a collection of nodes into one node.
|
class |
MergeSelectionAction |
class |
MirrorAction
Mirror the selected nodes or ways along the vertical axis
Note: If a ways are selected, their nodes are mirrored
|
class |
MoveAction
Moves the selection
|
class |
MoveNodeAction
This action displays a dialog with the coordinates of a node where the user can change them,
and when ok is pressed, the node is relocated to the specified position.
|
class |
NewAction |
class |
OpenFileAction
Open a file chooser dialog and select an file to import.
|
class |
OpenLocationAction
Open an URL input dialog and load data from the given URL.
|
class |
OrthogonalizeAction
Tools / Orthogonalize
Align edges of a way so all angles are angles of 90 or 180 degrees.
|
static class |
OrthogonalizeAction.Undo
Undo the previous orthogonalization for certain nodes.
|
class |
PasteAction
Paste OSM primitives from clipboard to the current edit layer.
|
class |
PasteTagsAction
Action, to paste all tags from one primitive to another.
|
class |
PreferencesAction
Open the Preferences dialog.
|
class |
PreferenceToggleAction |
class |
PurgeAction
The action to purge the selected primitives, i.e. remove them from the
data layer, or remove their content and make them incomplete.
|
class |
RedoAction
Redoes the last command.
|
class |
RestartAction
Restarts JOSM as it was launched.
|
class |
ReverseWayAction |
class |
SaveAction
Export the data as an OSM xml file.
|
class |
SaveActionBase |
class |
SaveAsAction
Export the data.
|
class |
SelectAllAction |
class |
SessionLoadAction
Loads a JOSM session
|
class |
SessionSaveAsAction
Saves a JOSM session
|
class |
ShowStatusReportAction |
class |
SimplifyWayAction
Delete unnecessary nodes from a way
|
class |
SplitWayAction
Splits a way into multiple ways (all identical except for their node list).
|
class |
ToggleAction
Abtract class for Toggle Actions.
|
class |
ToggleGPXLinesAction |
class |
ToggleUploadDiscouragedLayerAction |
class |
UndoAction
Undoes the last command.
|
class |
UnGlueAction
Duplicate nodes that are used by multiple ways.
|
class |
UnJoinNodeWayAction |
class |
UnselectAllAction |
class |
UpdateDataAction |
class |
UpdateModifiedAction
This action synchronizes a set of primitives with their state on the server.
|
class |
UpdateSelectionAction
This action synchronizes a set of primitives with their state on the server.
|
class |
UploadAction
Action that opens a connection to the osm server and uploads all changes.
|
class |
UploadSelectionAction
Uploads the current selection to the server.
|
class |
ValidateAction
The action that does the validate thing.
|
class |
ViewportFollowToggleAction
This action toggles automatic moving of the map view to last placed node
|
class |
WireframeToggleAction
This class toggles the wireframe rendering mode.
|
class |
ZoomInAction
Zoom in map.
|
class |
ZoomOutAction
Zoom out map.
|
Modifier and Type | Class and Description |
---|---|
class |
AudioBackAction
Jump the audio backward 10 seconds and start playing if paused.
|
class |
AudioFasterAction
Increase the speed of audio playback.
|
class |
AudioFastSlowAction
Abstract superclass of
AudioFasterAction and AudioSlowerAction . |
class |
AudioFwdAction
Jump the audio forward 10 seconds.
|
class |
AudioNextAction
Play the sound track from the Audio Marker after the one most recently played.
|
class |
AudioPlayPauseAction
If not playing, play the sound track from the first Audio Marker, or from the point at which it was paused.
|
class |
AudioPrevAction
Play the sound track from the Audio Marker before the one most recently played.
|
class |
AudioSlowerAction
Decrease the speed of audio playback.
|
Modifier and Type | Class and Description |
---|---|
class |
DrawAction
Mapmode to add nodes, create and extend ways.
|
private class |
DrawAction.SnapChangeAction |
class |
ExtrudeAction
Makes a rectangle from a line, or modifies a rectangle.
|
class |
ImproveWayAccuracyAction |
class |
MapMode
A class implementing MapMode is able to be selected as an mode for map editing.
|
class |
ParallelWayAction
MapMode for making parallel ways.
|
class |
PlayHeadDragMode
Singleton marker class to track position of audio.
|
class |
SelectAction
Move is an action that can move all kind of OsmPrimitives (except keys for now).
|
class |
ZoomAction
Enable the zoom mode within the MapFrame.
|
Modifier and Type | Class and Description |
---|---|
class |
SearchAction |
Modifier and Type | Class and Description |
---|---|
class |
IconToggleButton
Just a toggle button, with smaller border and icon only to display in
MapFrame toolbars.
|
static class |
MainApplet.UploadPreferencesAction |
class |
MapFrame
One Map frame with one dataset behind.
|
class |
MapMover
Enables moving of the map by holding down the right mouse button and drag
the mouse.
|
class |
MapStatus
A component that manages some status information display about the map.
|
class |
SideButton
Button that is usually used in toggle dialogs
|
Modifier and Type | Class and Description |
---|---|
class |
ChangesetDialog
ChangesetDialog is a toggle dialog which displays the current list of changesets.
|
class |
CommandStackDialog |
class |
ConflictDialog
This dialog displays the
ConflictCollection of the active OsmDataLayer in a toggle
dialog on the right of the main frame. |
class |
DialogsPanel |
class |
FilterDialog |
class |
HistoryDialog
HistoryDialog displays a list of the currently selected primitives and provides
two actions for (1) (re)loading the history of the selected primitives and (2)
for launching a history browser for each selected primitive.
|
class |
LayerListDialog
This is a toggle dialog which displays the list of layers.
|
class |
MapPaintDialog |
class |
RelationListDialog
A dialog showing all known relations, with buttons to add, edit, and
delete them.
|
class |
SelectionListDialog
A small tool dialog for displaying the current selection.
|
class |
ToggleDialog
This class is a toggle dialog that can be turned on and off.
|
class |
ToggleDialog.ToggleDialogAction
The action to toggle the visibility state of this toggle dialog.
|
class |
UserListDialog
Displays a dialog with all users who have last edited something in the
selection area, along with the number of objects.
|
(package private) class |
UserListDialog.ShowUserInfoAction |
class |
ValidatorDialog
A small tool dialog for displaying the current errors.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertiesDialog
This dialog displays the tags of the current selected primitives.
|
(package private) class |
PropertiesDialog.AddAction
Action handling add button press in properties dialog.
|
(package private) class |
PropertiesDialog.DeleteAction
Action handling delete button press in properties dialog.
|
(package private) class |
PropertiesDialog.EditAction
Action handling edit button press in properties dialog.
|
Modifier and Type | Class and Description |
---|---|
class |
ValidatorTreePanel
A panel that displays the error tree.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
VersionTable.ChangesetInfoAction |
Modifier and Type | Class and Description |
---|---|
class |
GpxLayer |
class |
ImageryLayer |
class |
Layer
A layer encapsulates the gui component of one dataset and its representation.
|
class |
OsmDataLayer
A layer that holds OSM data from a specific dataset.
|
class |
TMSLayer
Class that displays a slippy map layer.
|
class |
ValidatorLayer
A layer showing error messages.
|
class |
WMSLayer
This is a layer that grabs the current screen from an WMS server.
|
Modifier and Type | Class and Description |
---|---|
class |
GeoImageLayer
Layer displaying geottaged pictures.
|
class |
ImageViewerDialog |
Modifier and Type | Class and Description |
---|---|
class |
DownloadAlongTrackAction
Action that issues a series of download requests to the API, following the GPX track.
|
Modifier and Type | Class and Description |
---|---|
class |
MarkerLayer
A layer holding markers.
|
Modifier and Type | Class and Description |
---|---|
private static class |
MapPaintMenu.MapPaintAction |
Modifier and Type | Class and Description |
---|---|
class |
TaggingPresetSearchAction
The tagging presets search action (F3).
|