Changeset 655 in josm for trunk/src/org/openstreetmap/josm/actions
- Timestamp:
- 2008-06-15T12:28:42+02:00 (17 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/actions
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/AboutAction.java
r627 r655 154 154 155 155 /** 156 * Load the specified res source into an TextArea and return it.156 * Load the specified resource into an TextArea and return it. 157 157 * @param resource The resource url to load 158 158 * @return An read-only text area with the content of "resource" -
trunk/src/org/openstreetmap/josm/actions/AlignInCircleAction.java
r627 r655 22 22 23 23 /** 24 * Aligns all selected nodes within a circle. (Useful lfor roundabouts)24 * Aligns all selected nodes within a circle. (Useful for roundabouts) 25 25 * 26 26 * @author Matthew Newton -
trunk/src/org/openstreetmap/josm/actions/DiskAccessAction.java
r627 r655 12 12 13 13 /** 14 * Helper class for all actions ,that access the disk14 * Helper class for all actions that access the disk 15 15 */ 16 16 abstract public class DiskAccessAction extends JosmAction { -
trunk/src/org/openstreetmap/josm/actions/DownloadAction.java
r627 r655 19 19 20 20 /** 21 * Action that opens a connection to the osm server and download map data. 21 * Action that opens a connection to the osm server and downloads map data. 22 22 * 23 23 * An dialog is displayed asking the user to specify a rectangle to grab. -
trunk/src/org/openstreetmap/josm/actions/DuplicateAction.java
r627 r655 18 18 public DuplicateAction() { 19 19 super(tr("Duplicate"), "duplicate", 20 tr("Duplicate selection by Copy and immediatePaste."),20 tr("Duplicate selection by copy and immediate paste."), 21 21 KeyEvent.VK_D, KeyEvent.CTRL_MASK, true); 22 22 setEnabled(false); -
trunk/src/org/openstreetmap/josm/actions/ExitAction.java
r627 r655 10 10 11 11 /** 12 * Exit the application. May ask for permi tion first (if something has changed).12 * Exit the application. May ask for permission first (if something has changed). 13 13 * 14 14 * @author imi -
trunk/src/org/openstreetmap/josm/actions/HelpAction.java
r627 r655 149 149 150 150 /** 151 * Displays the help (or browse on the already open help) tothe online page151 * Displays the help (or browse on the already open help) on the online page 152 152 * with the given help topic. Use this for larger help descriptions. 153 153 */ -
trunk/src/org/openstreetmap/josm/actions/OpenAction.java
r627 r655 26 26 27 27 /** 28 * Open a file chooser dialog and select an file to import. Th an call the gpx-import28 * Open a file chooser dialog and select an file to import. Then call the gpx-import 29 29 * driver. Finally open an internal frame into the main window with the gpx data shown. 30 30 * -
trunk/src/org/openstreetmap/josm/actions/PasteTagsAction.java
r627 r655 76 76 77 77 /** 78 * determines whether to enable the widget depending on the contents of the paste78 * Determines whether to enable the widget depending on the contents of the paste 79 79 * buffer and current selection 80 80 * @param pasteBuffer -
trunk/src/org/openstreetmap/josm/actions/RedoAction.java
r627 r655 19 19 20 20 /** 21 * Construct the action with " Undo" as label.21 * Construct the action with "Redo" as label. 22 22 */ 23 23 public RedoAction() { -
trunk/src/org/openstreetmap/josm/actions/RenameLayerAction.java
r627 r655 30 30 31 31 /** 32 * @param file The file nof the original location of this layer.32 * @param file The file of the original location of this layer. 33 33 * If null, no possibility to "rename the file as well" is provided. 34 34 */ -
trunk/src/org/openstreetmap/josm/actions/SaveAction.java
r627 r655 13 13 14 14 /** 15 * Export the data as OSM internxml file.15 * Export the data as an OSM xml file. 16 16 * 17 17 * @author imi -
trunk/src/org/openstreetmap/josm/actions/SaveActionBase.java
r627 r655 59 59 /** 60 60 * Checks whether it is ok to launch a save (whether we have data, 61 * there is no conflict etc. ..)62 * @return <code>true</code>, if it is sa ve to save.61 * there is no conflict etc.) 62 * @return <code>true</code>, if it is safe to save. 63 63 */ 64 64 public boolean checkSaveConditions(Layer layer) { … … 211 211 /** 212 212 * Check the data set if it would be empty on save. It is empty, if it contains 213 * no objects (after all objects that are created and deleted without be eing213 * no objects (after all objects that are created and deleted without being 214 214 * transfered to the server have been removed). 215 215 * -
trunk/src/org/openstreetmap/josm/actions/SplitWayAction.java
r627 r655 169 169 /** 170 170 * Split a way into two or more parts, starting at a selected node. 171 *172 * FIXME: what do the following "arguments" refer to?173 * @param way the way to split174 * @param nodes the node(s) to split the way at; must be part of the way.175 171 */ 176 172 private void splitWay() { -
trunk/src/org/openstreetmap/josm/actions/UploadAction.java
r627 r655 26 26 27 27 /** 28 * Action that opens a connection to the osm server and upload all changes. 28 * Action that opens a connection to the osm server and uploads all changes. 29 29 * 30 30 * An dialog is displayed asking the user to specify a rectangle to grab. … … 52 52 * if they want to be able to veto an upload. 53 53 * 54 * Be d afault, the standard upload dialog is the only element in the list.55 * Plugins shold normally insert their code before that, so that the upload 54 * Be default, the standard upload dialog is the only element in the list. 55 * Plugins should normally insert their code before that, so that the upload 56 56 * dialog is the last thing shown before upload really starts; on occasion 57 57 * however, a plugin might also want to insert something after that. -
trunk/src/org/openstreetmap/josm/actions/mapmode/DeleteAction.java
r627 r655 31 31 * An action that enables the user to delete nodes and other objects. 32 32 * 33 * The user can click on an object, which get deleted if possible. When Ctrl is 33 * The user can click on an object, which gets deleted if possible. When Ctrl is 34 34 * pressed when releasing the button, the objects and all its references are 35 * deleted. The exact definition of "all its references" are in 36 * @see#deleteWithReferences(OsmPrimitive)35 * deleted. The exact definition of "all its references" are in 36 * {@link #deleteWithReferences deleteWithReferences}. 37 37 * 38 38 * If the user did not press Ctrl and the object has any references, the user … … 159 159 * 160 160 * @param selection The objects to delete. 161 * @param alsoDeleteNodesInWay trueif nodes should be deleted as well161 * @param alsoDeleteNodesInWay <code>true</code> if nodes should be deleted as well 162 162 * @return command A command to perform the deletions, or null of there is 163 163 * nothing to delete. -
trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java
r644 r655 478 478 } 479 479 480 /* 480 /** 481 481 * Adjusts the position of a node to lie on a segment (or a segment 482 482 * intersection). -
trunk/src/org/openstreetmap/josm/actions/mapmode/ExtrudeAction.java
r627 r655 53 53 private Cursor oldCursor; 54 54 /** 55 * The curren tposition of the mouse55 * The current position of the mouse 56 56 */ 57 57 private Point mousePos; -
trunk/src/org/openstreetmap/josm/actions/mapmode/SelectAction.java
r627 r655 29 29 import org.openstreetmap.josm.tools.ImageProvider; 30 30 /** 31 * Move is an action that can move all kind of OsmPrimitives (except Keys for now).31 * Move is an action that can move all kind of OsmPrimitives (except keys for now). 32 32 * 33 33 * If an selected object is under the mouse when dragging, move all selected objects.
Note:
See TracChangeset
for help on using the changeset viewer.