Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
org.openstreetmap.josm.gui.dialogs.changeset |
Standalone dialog allowing to handle OSM changesets (query and display them).
|
org.openstreetmap.josm.gui.download |
Provides GUI classes for the download dialog.
|
org.openstreetmap.josm.gui.history |
Provides GUI classes for handling history of OSM objects.
|
org.openstreetmap.josm.gui.preferences.imagery |
Provides classes for handling imagery preferences.
|
org.openstreetmap.josm.gui.widgets |
Provides GUI widgets customized for JOSM needs.
|
org.openstreetmap.josm.tools.bugreport |
Provides classes for the bug report system, allowing users to create tickets on issue tracker directly from JOSM.
|
Modifier and Type | Field and Description |
---|---|
private JosmTextArea |
OverpassDownloadAction.OverpassDownloadDialog.overpassQuery |
Modifier and Type | Method and Description |
---|---|
private static javax.swing.JScrollPane |
AboutAction.createScrollPane(JosmTextArea area) |
Modifier and Type | Field and Description |
---|---|
private JosmTextArea |
PleaseWaitDialog.taLog
the text area and the scroll pane for the log
|
private JosmTextArea |
NoteInputDialog.textArea |
Modifier and Type | Field and Description |
---|---|
private JosmTextArea |
ChangesetDetailPanel.taComment |
Modifier and Type | Field and Description |
---|---|
private JosmTextArea |
BookmarkSelection.bboxDisplay |
private JosmTextArea |
BoundingBoxSelection.showUrl |
private JosmTextArea |
BoundingBoxSelection.tfOsmUrl |
Modifier and Type | Field and Description |
---|---|
private JosmTextArea |
CoordinateInfoViewer.DistanceViewer.lblDistance |
private JosmTextArea |
CoordinateInfoViewer.LatLonViewer.lblLat |
private JosmTextArea |
CoordinateInfoViewer.LatLonViewer.lblLon |
Modifier and Type | Method and Description |
---|---|
private static JosmTextArea |
CoordinateInfoViewer.newTextArea() |
Modifier and Type | Field and Description |
---|---|
protected JosmTextArea |
AddImageryPanel.rawUrl |
private JosmTextArea |
AddTMSLayerPanel.tmsUrl |
private JosmTextArea |
AddWMSLayerPanel.wmsUrl |
Modifier and Type | Method and Description |
---|---|
JosmTextArea |
JosmTextArea.transferFocusOnTab()
Restore default behaviour of focus transfer with TAB, overriden by
JTextArea . |
Modifier and Type | Field and Description |
---|---|
private JosmTextArea |
DebugTextDisplay.textArea |