Uses of Class
org.openstreetmap.josm.gui.widgets.JosmTextArea
-
Packages that use JosmTextArea 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.bugreport Provides GUI classes for the bug report system, allowing users to create tickets on issue tracker directly from JOSM.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. -
-
Uses of JosmTextArea in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions with parameters of type JosmTextArea Modifier and Type Method Description private static javax.swing.JScrollPane
AboutAction. createScrollPane(JosmTextArea area)
-
Uses of JosmTextArea in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui declared as JosmTextArea Modifier and Type Field Description private JosmTextArea
PleaseWaitDialog. taLog
the text area and the scroll pane for the logprivate JosmTextArea
NoteInputDialog. textArea
-
Uses of JosmTextArea in org.openstreetmap.josm.gui.bugreport
Fields in org.openstreetmap.josm.gui.bugreport declared as JosmTextArea Modifier and Type Field Description private JosmTextArea
DebugTextDisplay. textArea
-
Uses of JosmTextArea in org.openstreetmap.josm.gui.dialogs.changeset
Fields in org.openstreetmap.josm.gui.dialogs.changeset declared as JosmTextArea Modifier and Type Field Description private JosmTextArea
ChangesetDetailPanel. taComment
-
Uses of JosmTextArea in org.openstreetmap.josm.gui.download
Fields in org.openstreetmap.josm.gui.download declared as JosmTextArea Modifier and Type Field Description private JosmTextArea
BookmarkSelection. bboxDisplay
private JosmTextArea
OverpassDownloadSource.OverpassDownloadSourcePanel. overpassQuery
private JosmTextArea
UserQueryList.EditItemDialog. query
private JosmTextArea
BoundingBoxSelection. showUrl
private JosmTextArea
BoundingBoxSelection. tfOsmUrl
-
Uses of JosmTextArea in org.openstreetmap.josm.gui.history
Fields in org.openstreetmap.josm.gui.history declared as JosmTextArea Modifier and Type Field Description private JosmTextArea
CoordinateInfoViewer.DistanceViewer. lblDistance
private JosmTextArea
CoordinateInfoViewer.LatLonViewer. lblLat
private JosmTextArea
CoordinateInfoViewer.LatLonViewer. lblLon
Methods in org.openstreetmap.josm.gui.history that return JosmTextArea Modifier and Type Method Description private static JosmTextArea
CoordinateInfoViewer. newTextArea()
-
Uses of JosmTextArea in org.openstreetmap.josm.gui.preferences.imagery
Fields in org.openstreetmap.josm.gui.preferences.imagery declared as JosmTextArea Modifier and Type Field Description private JosmTextArea
AddMVTLayerPanel. mvtUrl
protected JosmTextArea
AddImageryPanel. rawUrl
private JosmTextArea
AddTMSLayerPanel. tmsUrl
private JosmTextArea
AddWMSLayerPanel. wmsUrl
-
Uses of JosmTextArea in org.openstreetmap.josm.gui.widgets
Methods in org.openstreetmap.josm.gui.widgets that return JosmTextArea Modifier and Type Method Description JosmTextArea
JosmTextArea. transferFocusOnTab()
Restore default behaviour of focus transfer with TAB, overridden byJTextArea
.
-