Changeset 27013 in osm for applications/editors/josm/plugins
- Timestamp:
- 2011-11-05T17:52:08+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/BoundsLayerSaveAction.java
r26776 r27013 29 29 * 30 30 */ 31 @SuppressWarnings("serial") 31 32 public class BoundsLayerSaveAction extends LayerSaveAction { 32 33 -
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/BoundsLayerSaveAsAction.java
r26776 r27013 33 33 * 34 34 */ 35 @SuppressWarnings("serial") 35 36 public class BoundsLayerSaveAsAction extends LayerSaveAsAction { 36 37 -
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/ComputeBoundsAction.java
r26808 r27013 47 47 * 48 48 */ 49 @SuppressWarnings("serial") 49 50 public class ComputeBoundsAction extends AbstractAction implements XmlBoundsConstants { 50 51 -
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/ShowBoundsListAction.java
r26776 r27013 30 30 * 31 31 */ 32 @SuppressWarnings("serial") 32 33 public class ShowBoundsListAction extends ShowBoundsAction implements ListSelectionListener { 33 34 -
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/ShowBoundsPropertiesAction.java
r26776 r27013 21 21 import org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.RelationRelated; 22 22 23 @SuppressWarnings("serial") 23 24 public class ShowBoundsPropertiesAction extends ShowBoundsAction implements RelationRelated { 24 25 -
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/ShowBoundsSelectionAction.java
r26776 r27013 26 26 * 27 27 */ 28 @SuppressWarnings("serial") 28 29 public class ShowBoundsSelectionAction extends ShowBoundsAction implements SelectionChangedListener { 29 30
Note:
See TracChangeset
for help on using the changeset viewer.