Uses of Class
org.openstreetmap.josm.actions.mapmode.MapMode
-
Packages that use MapMode Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.actions.mapmode Provides the classes for JOSMmap modes.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.autofilter Provides the classes for automatic filters (filters automatically created on current data).org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything elseorg.openstreetmap.josm.gui.layer.geoimage Provides classes for handling layers displaying geotagged pictures.org.openstreetmap.josm.gui.layer.markerlayer Provides classes for handling marker layers. -
-
Uses of MapMode in org.openstreetmap.josm.actions
Subclasses of MapMode in org.openstreetmap.josm.actions Modifier and Type Class Description classImageryAdjustActionAdjust the position of an imagery layer.Fields in org.openstreetmap.josm.actions declared as MapMode Modifier and Type Field Description private MapModeImageryAdjustAction. oldMapMode -
Uses of MapMode in org.openstreetmap.josm.actions.mapmode
Subclasses of MapMode in org.openstreetmap.josm.actions.mapmode Modifier and Type Class Description classAddNoteActionMap mode to add a new note.classDeleteActionA map mode that enables the user to delete nodes and other objects.classDrawActionMapmode to add nodes, create and extend ways.classExtrudeActionMakes a rectangle from a line, or modifies a rectangle.classImproveWayAccuracyActionA special map mode that is optimized for improving way geometry.classParallelWayActionMapMode for making parallel ways.classPlayHeadDragModeSingleton marker class to track position of audio.classSelectActionMove is an action that can move all kind of OsmPrimitives (except keys for now).classSelectLassoActionLasso selection mode: select objects within a hand-drawn region.classSplitModeMap mode for splitting ways.classZoomActionEnable the zoom mode within the MapFrame. -
Uses of MapMode in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui declared as MapMode Modifier and Type Field Description MapModeMapFrame. mapModeThe current mode, this frame operates.Fields in org.openstreetmap.josm.gui with type parameters of type MapMode Modifier and Type Field Description private java.util.Map<Layer,MapMode>MapFrame. lastMapModeMethods in org.openstreetmap.josm.gui that return MapMode Modifier and Type Method Description private MapModeMapFrame. getLastMapMode(Layer newLayer)Methods in org.openstreetmap.josm.gui with parameters of type MapMode Modifier and Type Method Description java.util.Optional<javax.swing.JCheckBoxMenuItem>MainMenu. findMapModeMenuItem(MapMode mode)Returns theJCheckBoxMenuItemfor the givenMapMode.protected static voidMapFrame. fireMapModeChanged(MapMode oldMapMode, MapMode newMapMode)voidMapFrame.MapModeChangeListener. mapModeChange(MapMode oldMapMode, MapMode newMapMode)Trigerred when map mode changes.booleanMapFrame. selectMapMode(MapMode newMapMode)Change the operating map mode for the view.booleanMapFrame. selectMapMode(MapMode newMapMode, Layer newLayer)Another version of the selectMapMode for changing layer action. -
Uses of MapMode in org.openstreetmap.josm.gui.autofilter
Methods in org.openstreetmap.josm.gui.autofilter with parameters of type MapMode Modifier and Type Method Description voidAutoFilterManager. mapModeChange(MapMode oldMapMode, MapMode newMapMode) -
Uses of MapMode in org.openstreetmap.josm.gui.dialogs
Methods in org.openstreetmap.josm.gui.dialogs with parameters of type MapMode Modifier and Type Method Description voidFilterDialog. mapModeChange(MapMode oldMapMode, MapMode newMapMode) -
Uses of MapMode in org.openstreetmap.josm.gui.layer.geoimage
Fields in org.openstreetmap.josm.gui.layer.geoimage with type parameters of type MapMode Modifier and Type Field Description private static java.util.List<MapMode>GeoImageLayer. supportedMapModesMethods in org.openstreetmap.josm.gui.layer.geoimage with parameters of type MapMode Modifier and Type Method Description private static booleanGeoImageLayer. isSupportedMapMode(MapMode mapMode)Determines if the functionality of this layer is available in the specified map mode.static voidGeoImageLayer. registerSupportedMapMode(MapMode mapMode)Registers a map mode for which the functionality of this layer should be available. -
Uses of MapMode in org.openstreetmap.josm.gui.layer.markerlayer
Fields in org.openstreetmap.josm.gui.layer.markerlayer declared as MapMode Modifier and Type Field Description private MapModePlayHeadMarker. oldMode
-