|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JosmAction in org.openstreetmap.josm |
---|
Methods in org.openstreetmap.josm with parameters of type JosmAction | |
---|---|
static void |
Main.registerActionShortcut(JosmAction action)
|
static void |
Main.unregisterActionShortcut(JosmAction action)
|
Uses of JosmAction in org.openstreetmap.josm.actions |
---|
Subclasses of JosmAction in org.openstreetmap.josm.actions | |
---|---|
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 |
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 JosmAction in org.openstreetmap.josm.actions.audio |
---|
Subclasses of JosmAction in org.openstreetmap.josm.actions.audio | |
---|---|
class |
AudioBackAction
|
class |
AudioFasterAction
|
class |
AudioFastSlowAction
|
class |
AudioFwdAction
|
class |
AudioNextAction
|
class |
AudioPlayPauseAction
|
class |
AudioPrevAction
|
class |
AudioSlowerAction
|
Uses of JosmAction in org.openstreetmap.josm.actions.mapmode |
---|
Subclasses of JosmAction in org.openstreetmap.josm.actions.mapmode | |
---|---|
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 JosmAction in org.openstreetmap.josm.actions.search |
---|
Subclasses of JosmAction in org.openstreetmap.josm.actions.search | |
---|---|
class |
SearchAction
|
Uses of JosmAction in org.openstreetmap.josm.gui |
---|
Subclasses of JosmAction in org.openstreetmap.josm.gui | |
---|---|
static class |
MainApplet.UploadPreferencesAction
|
Methods in org.openstreetmap.josm.gui with parameters of type JosmAction | ||
---|---|---|
static javax.swing.JMenuItem |
MainMenu.add(javax.swing.JMenu menu,
JosmAction action)
Add a JosmAction at the end of a menu. |
|
static javax.swing.JMenuItem |
MainMenu.add(javax.swing.JMenu menu,
JosmAction action,
boolean isExpert)
Add a JosmAction at the end of a menu. |
|
static javax.swing.JMenuItem |
MainMenu.add(javax.swing.JMenu menu,
JosmAction action,
boolean isExpert,
java.lang.Integer index)
Add a JosmAction at the end of a menu. |
|
static
|
MainMenu.add(javax.swing.JMenu menu,
JosmAction action,
java.lang.Enum<E> group)
Add a JosmAction to a menu. |
|
static javax.swing.JMenuItem |
MainMenu.addAfter(javax.swing.JMenu menu,
JosmAction actionToBeInserted,
boolean isExpert,
JosmAction existingMenuEntryAction)
Add the JosmAction actionToBeInserted directly below existingMenuEntryAction . |
|
static
|
MainMenu.addWithCheckbox(javax.swing.JMenu menu,
JosmAction action,
java.lang.Enum<E> group)
Add a JosmAction to a menu and automatically prints accelerator if available. |
Uses of JosmAction in org.openstreetmap.josm.gui.dialogs |
---|
Subclasses of JosmAction in org.openstreetmap.josm.gui.dialogs | |
---|---|
class |
ToggleDialog.ToggleDialogAction
The action to toggle the visibility state of this toggle dialog. |
(package private) class |
UserListDialog.ShowUserInfoAction
|
Uses of JosmAction in org.openstreetmap.josm.gui.dialogs.properties |
---|
Subclasses of JosmAction in org.openstreetmap.josm.gui.dialogs.properties | |
---|---|
(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. |
Fields in org.openstreetmap.josm.gui.dialogs.properties declared as JosmAction | |
---|---|
private JosmAction[] |
PropertiesDialog.josmActions
|
Method parameters in org.openstreetmap.josm.gui.dialogs.properties with type arguments of type JosmAction | |
---|---|
private void |
PropertiesDialog.suggestRecentlyAddedTags(javax.swing.JPanel p,
AutoCompletingComboBox keys,
AutoCompletingComboBox values,
java.util.List<JosmAction> tagsActions,
int tagsToShow,
java.awt.event.FocusAdapter focus)
|
Uses of JosmAction in org.openstreetmap.josm.gui.help |
---|
Fields in org.openstreetmap.josm.gui.help declared as JosmAction | |
---|---|
private static JosmAction |
HelpBrowser.focusAction
|
Uses of JosmAction in org.openstreetmap.josm.gui.history |
---|
Subclasses of JosmAction in org.openstreetmap.josm.gui.history | |
---|---|
(package private) static class |
VersionTable.ChangesetInfoAction
|
Uses of JosmAction in org.openstreetmap.josm.gui.mappaint |
---|
Subclasses of JosmAction in org.openstreetmap.josm.gui.mappaint | |
---|---|
private static class |
MapPaintMenu.MapPaintAction
|
Uses of JosmAction in org.openstreetmap.josm.gui.tagging |
---|
Subclasses of JosmAction in org.openstreetmap.josm.gui.tagging | |
---|---|
class |
TaggingPresetSearchAction
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |