Package | Description |
---|---|
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 else
|
Modifier and Type | Method and Description |
---|---|
private static void |
LatLonDialog.setLatLon(LatLonDialog.LatLonHolder latLon,
double coordDeg,
double coordMin,
double coordSec,
String card) |
private static void |
LatLonDialog.setLatLon(LatLonDialog.LatLonHolder latLon,
double coord1deg,
double coord1min,
double coord1sec,
String card1,
double coord2deg,
double coord2min,
double coord2sec,
String card2) |
private static void |
LatLonDialog.setLatLonObj(LatLonDialog.LatLonHolder latLon,
Object coord1deg,
Object coord1min,
Object coord1sec,
Object card1,
Object coord2deg,
Object coord2min,
Object coord2sec,
Object card2) |