|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Destroyable in org.openstreetmap.josm.actions |
---|
Classes in org.openstreetmap.josm.actions that implement Destroyable | |
---|---|
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
|
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 |
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 |
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
|
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. |
class |
FullscreenToggleAction
|
class |
GpxExportAction
Exports data to gpx. |
class |
HistoryInfoAction
|
class |
HistoryInfoWebAction
|
class |
ImageryAdjustAction
|
class |
InfoAction
|
class |
InfoWebAction
|
class |
JoinAreasAction
Join Areas (i.e. |
class |
JoinNodeWayAction
|
class |
JosmAction
Base class helper for all Actions in JOSM. |
class |
JumpToAction
|
class |
LassoModeAction
|
class |
Map_Rectifier_WMSmenuAction
|
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
|
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. |
class |
RedoAction
Redoes the last command. |
class |
ReverseWayAction
|
class |
SaveAction
Export the data as an OSM xml file. |
class |
SaveActionBase
|
class |
SaveAsAction
Export the data. |
class |
SelectAllAction
|
class |
SessionLoadAction
|
class |
SessionSaveAsAction
|
class |
ShowStatusReportAction
|
class |
SimplifyWayAction
|
class |
SplitWayAction
Splits a way into multiple ways (all identical except for their node list). |
class |
ToggleGPXLinesAction
|
class |
ToggleUploadDiscouragedLayerAction
|
class |
UndoAction
Undoes the last command. |
class |
UnGlueAction
Duplicate nodes that are used by multiple ways. |
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
|
class |
WireframeToggleAction
|
class |
ZoomInAction
|
class |
ZoomOutAction
|
Uses of Destroyable in org.openstreetmap.josm.actions.audio |
---|
Classes in org.openstreetmap.josm.actions.audio that implement Destroyable | |
---|---|
class |
AudioBackAction
|
class |
AudioFasterAction
|
class |
AudioFastSlowAction
|
class |
AudioFwdAction
|
class |
AudioNextAction
|
class |
AudioPlayPauseAction
|
class |
AudioPrevAction
|
class |
AudioSlowerAction
|
Uses of Destroyable in org.openstreetmap.josm.actions.mapmode |
---|
Classes in org.openstreetmap.josm.actions.mapmode that implement Destroyable | |
---|---|
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. |
Uses of Destroyable in org.openstreetmap.josm.actions.search |
---|
Classes in org.openstreetmap.josm.actions.search that implement Destroyable | |
---|---|
class |
SearchAction
|
Uses of Destroyable in org.openstreetmap.josm.gui |
---|
Classes in org.openstreetmap.josm.gui that implement Destroyable | |
---|---|
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 |
SideButton
|
Uses of Destroyable in org.openstreetmap.josm.gui.dialogs |
---|
Classes in org.openstreetmap.josm.gui.dialogs that implement Destroyable | |
---|---|
class |
ToggleDialog.ToggleDialogAction
The action to toggle the visibility state of this toggle dialog. |
(package private) class |
UserListDialog.ShowUserInfoAction
|
Uses of Destroyable in org.openstreetmap.josm.gui.dialogs.properties |
---|
Classes in org.openstreetmap.josm.gui.dialogs.properties that implement Destroyable | |
---|---|
(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. |
Uses of Destroyable in org.openstreetmap.josm.gui.history |
---|
Classes in org.openstreetmap.josm.gui.history that implement Destroyable | |
---|---|
(package private) static class |
VersionTable.ChangesetInfoAction
|
Uses of Destroyable in org.openstreetmap.josm.gui.layer |
---|
Classes in org.openstreetmap.josm.gui.layer that implement Destroyable | |
---|---|
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. |
Uses of Destroyable in org.openstreetmap.josm.gui.layer.geoimage |
---|
Classes in org.openstreetmap.josm.gui.layer.geoimage that implement Destroyable | |
---|---|
class |
GeoImageLayer
|
Uses of Destroyable in org.openstreetmap.josm.gui.layer.markerlayer |
---|
Classes in org.openstreetmap.josm.gui.layer.markerlayer that implement Destroyable | |
---|---|
class |
MarkerLayer
A layer holding markers. |
Uses of Destroyable in org.openstreetmap.josm.gui.mappaint |
---|
Classes in org.openstreetmap.josm.gui.mappaint that implement Destroyable | |
---|---|
private static class |
MapPaintMenu.MapPaintAction
|
Uses of Destroyable in org.openstreetmap.josm.gui.tagging |
---|
Classes in org.openstreetmap.josm.gui.tagging that implement Destroyable | |
---|---|
class |
TaggingPresetSearchAction
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |