Uses of Class
org.openstreetmap.josm.tools.bugreport.BugReport
-
Packages that use BugReport Package Description 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.tools.bugreport Provides core classes for the bug report system, allowing to save technical information used later in tickets on issue tracker. -
-
Uses of BugReport in org.openstreetmap.josm.gui.bugreport
Fields in org.openstreetmap.josm.gui.bugreport declared as BugReport Modifier and Type Field Description private BugReport
BugReportDialog. report
Constructors in org.openstreetmap.josm.gui.bugreport with parameters of type BugReport Constructor Description BugReportDialog(BugReport report)
Create a new dialog.BugReportSettingsPanel(BugReport report)
Creates the new settings panel.DebugTextDisplay(BugReport report)
Creates a new text area that displays the bug report data -
Uses of BugReport in org.openstreetmap.josm.tools.bugreport
Methods in org.openstreetmap.josm.tools.bugreport with parameters of type BugReport Modifier and Type Method Description void
BugReport.BugReportListener. bugReportChanged(BugReport report)
Called whenever this bug report was changed, e.g.
-