Package | Description |
---|---|
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 BugReport |
BugReportDialog.report |
Modifier and Type | Method and Description |
---|---|
void |
BugReport.BugReportListener.bugReportChanged(BugReport report)
Called whenever this bug report was changed, e.g.
|
Constructor and 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
|