Index
All Classes and Interfaces|All Packages|Serialized Form
A
- actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.plugins.damn.actions.AuthenticateAction
- actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.plugins.damn.actions.GetAreaAction
- actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.plugins.damn.actions.GetAreaGeometryAction
- actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.plugins.damn.actions.GetAreasAction
- actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.plugins.damn.actions.GetWorkingOnAction
- actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.plugins.damn.actions.PostDoneSquareAction
- actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.plugins.damn.actions.PostLockSquareOfAreaAction
- actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.plugins.damn.actions.PostMapAreaAction
- actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.plugins.damn.actions.PostMapSquareAction
- actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.plugins.damn.actions.PostReviewAreaAction
- actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.plugins.damn.actions.PostReviewSquareAction
- actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.plugins.damn.actions.PostSplitSquareAction
- actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.plugins.damn.actions.SetMapAction
- actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.plugins.damn.actions.SetReviewAction
- actionPerformed(ActionEvent) - Method in class org.openstreetmap.josm.plugins.damn.actions.SetWhichMapperAction
- addDamnLayer(JsonObject) - Method in class org.openstreetmap.josm.plugins.damn.DamnDialog
-
Add new layer with square data.
- authed() - Method in class org.openstreetmap.josm.plugins.damn.DamnDialog
-
Check if token in preferences, authenticate otherwise.
- AuthenticateAction - Class in org.openstreetmap.josm.plugins.damn.actions
-
Authenticate to OpenStreetMap (over damn server).
- AuthenticateAction() - Constructor for class org.openstreetmap.josm.plugins.damn.actions.AuthenticateAction
-
Constructs a new
AuthenticateAction
.
C
- change1(Component) - Method in class org.openstreetmap.josm.plugins.damn.DamnDialog
-
Change component at index 1.
- change2(Collection<SideButton>) - Method in class org.openstreetmap.josm.plugins.damn.DamnDialog
-
Change component at index 2.
- coords_to_trkseg(String, JsonArray) - Static method in class org.openstreetmap.josm.plugins.damn.DamnDialog
D
- DamnDialog - Class in org.openstreetmap.josm.plugins.damn
-
Base dialog for damn plugin.
- DamnDialog() - Constructor for class org.openstreetmap.josm.plugins.damn.DamnDialog
-
Constructs a new
DamnDialog
. - DamnPlugin - Class in org.openstreetmap.josm.plugins.damn
-
Damn plugin -- client for Divide and Map.
- DamnPlugin(PluginInformation) - Constructor for class org.openstreetmap.josm.plugins.damn.DamnPlugin
-
Constructs a new
DamnPlugin
.
G
- get_jwt(String) - Static method in class org.openstreetmap.josm.plugins.damn.DamnDialog
-
Decode JWT
- GetAreaAction - Class in org.openstreetmap.josm.plugins.damn.actions
-
Get area from damn server.
- GetAreaAction(GetAreaCallback, JsonObject) - Constructor for class org.openstreetmap.josm.plugins.damn.actions.GetAreaAction
- GetAreaCallback - Interface in org.openstreetmap.josm.plugins.damn.callbacks
- GetAreaGeometryAction - Class in org.openstreetmap.josm.plugins.damn.actions
-
Get area from damn server.
- GetAreaGeometryAction(GetAreaGeometryCallback, JsonObject) - Constructor for class org.openstreetmap.josm.plugins.damn.actions.GetAreaGeometryAction
- GetAreaGeometryCallback - Interface in org.openstreetmap.josm.plugins.damn.callbacks
- GetAreasAction - Class in org.openstreetmap.josm.plugins.damn.actions
-
Get areas from damn server.
- GetAreasAction(GetAreasCallback) - Constructor for class org.openstreetmap.josm.plugins.damn.actions.GetAreasAction
- GetAreasCallback - Interface in org.openstreetmap.josm.plugins.damn.callbacks
- GetWorkingOnAction - Class in org.openstreetmap.josm.plugins.damn.actions
-
Get working on from damn server.
- GetWorkingOnAction(GetWorkingOnCallback) - Constructor for class org.openstreetmap.josm.plugins.damn.actions.GetWorkingOnAction
- GetWorkingOnCallback - Interface in org.openstreetmap.josm.plugins.damn.callbacks
M
- mapFrameInitialized(MapFrame, MapFrame) - Method in class org.openstreetmap.josm.plugins.damn.DamnPlugin
O
- onGetArea(JsonObject, JsonObject) - Method in interface org.openstreetmap.josm.plugins.damn.callbacks.GetAreaCallback
- onGetArea(JsonObject, JsonObject) - Method in class org.openstreetmap.josm.plugins.damn.DamnDialog
-
Show area info.
- onGetAreaGeometry(JsonObject) - Method in interface org.openstreetmap.josm.plugins.damn.callbacks.GetAreaGeometryCallback
- onGetAreaGeometry(JsonObject) - Method in class org.openstreetmap.josm.plugins.damn.DamnDialog
-
Show area geometry.
- onGetAreas(JsonArray) - Method in interface org.openstreetmap.josm.plugins.damn.callbacks.GetAreasCallback
- onGetAreas(JsonArray) - Method in class org.openstreetmap.josm.plugins.damn.DamnDialog
-
Show areas.
- onGetWorkingOn(JsonArray) - Method in interface org.openstreetmap.josm.plugins.damn.callbacks.GetWorkingOnCallback
- onGetWorkingOn(JsonArray) - Method in class org.openstreetmap.josm.plugins.damn.DamnDialog
-
Show working on info.
- onPostDoneSquare(JsonObject, JsonObject) - Method in interface org.openstreetmap.josm.plugins.damn.callbacks.PostDoneSquareCallback
- onPostDoneSquare(JsonObject, JsonObject) - Method in class org.openstreetmap.josm.plugins.damn.DamnDialog
-
Show area info after square marked done.
- onPostLockSquareOfArea(JsonObject, JsonObject) - Method in interface org.openstreetmap.josm.plugins.damn.callbacks.PostLockSquareOfAreaCallback
- onPostLockSquareOfArea(JsonObject, JsonObject) - Method in class org.openstreetmap.josm.plugins.damn.DamnDialog
-
Consider manual square lock as mapping.
- onPostMapArea(JsonObject, JsonObject) - Method in interface org.openstreetmap.josm.plugins.damn.callbacks.PostMapAreaCallback
- onPostMapArea(JsonObject, JsonObject) - Method in class org.openstreetmap.josm.plugins.damn.DamnDialog
-
Show square info after map area request.
- onPostMapSquare(JsonObject, JsonObject) - Method in interface org.openstreetmap.josm.plugins.damn.callbacks.PostMapSquareCallback
- onPostMapSquare(JsonObject, JsonObject) - Method in class org.openstreetmap.josm.plugins.damn.DamnDialog
-
Show area info after square marked to map.
- onPostReviewArea(JsonObject, JsonObject) - Method in interface org.openstreetmap.josm.plugins.damn.callbacks.PostReviewAreaCallback
- onPostReviewArea(JsonObject, JsonObject) - Method in class org.openstreetmap.josm.plugins.damn.DamnDialog
-
Show square info after review square request.
- onPostReviewSquare(JsonObject, JsonObject) - Method in interface org.openstreetmap.josm.plugins.damn.callbacks.PostReviewSquareCallback
- onPostReviewSquare(JsonObject, JsonObject) - Method in class org.openstreetmap.josm.plugins.damn.DamnDialog
-
Show area info after marked to review request.
- onPostSplitSquare(JsonObject, JsonObject) - Method in interface org.openstreetmap.josm.plugins.damn.callbacks.PostSplitSquareCallback
- onPostSplitSquare(JsonObject, JsonObject) - Method in class org.openstreetmap.josm.plugins.damn.DamnDialog
-
Show area after marked splitted request.
- org.openstreetmap.josm.plugins.damn - package org.openstreetmap.josm.plugins.damn
- org.openstreetmap.josm.plugins.damn.actions - package org.openstreetmap.josm.plugins.damn.actions
- org.openstreetmap.josm.plugins.damn.callbacks - package org.openstreetmap.josm.plugins.damn.callbacks
P
- PostDoneSquareAction - Class in org.openstreetmap.josm.plugins.damn.actions
-
Post done square query to damn server.
- PostDoneSquareAction(PostDoneSquareCallback, JsonObject) - Constructor for class org.openstreetmap.josm.plugins.damn.actions.PostDoneSquareAction
- PostDoneSquareCallback - Interface in org.openstreetmap.josm.plugins.damn.callbacks
- PostLockSquareOfAreaAction - Class in org.openstreetmap.josm.plugins.damn.actions
-
Manual square lock
- PostLockSquareOfAreaAction(PostLockSquareOfAreaCallback, JsonObject) - Constructor for class org.openstreetmap.josm.plugins.damn.actions.PostLockSquareOfAreaAction
- PostLockSquareOfAreaCallback - Interface in org.openstreetmap.josm.plugins.damn.callbacks
- PostMapAreaAction - Class in org.openstreetmap.josm.plugins.damn.actions
-
Post map area query to damn server.
- PostMapAreaAction(PostMapAreaCallback, JsonObject) - Constructor for class org.openstreetmap.josm.plugins.damn.actions.PostMapAreaAction
- PostMapAreaCallback - Interface in org.openstreetmap.josm.plugins.damn.callbacks
- PostMapSquareAction - Class in org.openstreetmap.josm.plugins.damn.actions
-
Map square again query to damn server.
- PostMapSquareAction(PostMapSquareCallback, JsonObject) - Constructor for class org.openstreetmap.josm.plugins.damn.actions.PostMapSquareAction
- PostMapSquareCallback - Interface in org.openstreetmap.josm.plugins.damn.callbacks
- PostReviewAreaAction - Class in org.openstreetmap.josm.plugins.damn.actions
-
Post review area query to damn server.
- PostReviewAreaAction(PostReviewAreaCallback, JsonObject) - Constructor for class org.openstreetmap.josm.plugins.damn.actions.PostReviewAreaAction
- PostReviewAreaCallback - Interface in org.openstreetmap.josm.plugins.damn.callbacks
- PostReviewSquareAction - Class in org.openstreetmap.josm.plugins.damn.actions
-
Review square (again) query to damn server.
- PostReviewSquareAction(PostReviewSquareCallback, JsonObject) - Constructor for class org.openstreetmap.josm.plugins.damn.actions.PostReviewSquareAction
- PostReviewSquareCallback - Interface in org.openstreetmap.josm.plugins.damn.callbacks
- PostSplitSquareAction - Class in org.openstreetmap.josm.plugins.damn.actions
-
Split square query to damn server.
- PostSplitSquareAction(PostSplitSquareCallback, JsonObject) - Constructor for class org.openstreetmap.josm.plugins.damn.actions.PostSplitSquareAction
- PostSplitSquareCallback - Interface in org.openstreetmap.josm.plugins.damn.callbacks
- preferenceChanged(PreferenceChangeEvent) - Method in class org.openstreetmap.josm.plugins.damn.DamnDialog
R
- removeDamnLayers() - Static method in class org.openstreetmap.josm.plugins.damn.DamnDialog
-
Remove layers added by
addDamnLayer
.
S
- SetMapAction - Class in org.openstreetmap.josm.plugins.damn.actions
-
Set default _map_ action (new lock action).
- SetMapAction(String) - Constructor for class org.openstreetmap.josm.plugins.damn.actions.SetMapAction
-
Constructs a new
SetMapAction
. - SetReviewAction - Class in org.openstreetmap.josm.plugins.damn.actions
-
Set default _review_ action (new lock action).
- SetReviewAction(String) - Constructor for class org.openstreetmap.josm.plugins.damn.actions.SetReviewAction
-
Constructs a new
SetReviewAction
. - SetWhichMapperAction - Class in org.openstreetmap.josm.plugins.damn.actions
-
Set to which mapper relate map/review actions to.
- SetWhichMapperAction() - Constructor for class org.openstreetmap.josm.plugins.damn.actions.SetWhichMapperAction
All Classes and Interfaces|All Packages|Serialized Form