Uses of Class
org.openstreetmap.josm.tools.bugreport.BugReportQueue.SuppressionMode
-
Packages that use BugReportQueue.SuppressionMode 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 BugReportQueue.SuppressionMode in org.openstreetmap.josm.gui.bugreport
Methods in org.openstreetmap.josm.gui.bugreport that return BugReportQueue.SuppressionMode Modifier and Type Method Description BugReportQueue.SuppressionMode
BugReportDialog. shouldSuppressFurtherErrors()
Check if the checkbox to suppress further errors was selectedstatic BugReportQueue.SuppressionMode
BugReportDialog. showFor(ReportedException e, int exceptionCounter)
Show the bug report for a given exception -
Uses of BugReportQueue.SuppressionMode in org.openstreetmap.josm.tools.bugreport
Methods in org.openstreetmap.josm.tools.bugreport that return BugReportQueue.SuppressionMode Modifier and Type Method Description private BugReportQueue.SuppressionMode
BugReportQueue. displayFor(ReportedException e)
BugReportQueue.SuppressionMode
BugReportQueue.BugReportHandler. handle(ReportedException e, int exceptionCounter)
Handle the bug report for a given exceptionstatic BugReportQueue.SuppressionMode
BugReportQueue.SuppressionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static BugReportQueue.SuppressionMode[]
BugReportQueue.SuppressionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.tools.bugreport with parameters of type BugReportQueue.SuppressionMode Modifier and Type Method Description private void
BugReportQueue. handleDialogResult(ReportedException e, BugReportQueue.SuppressionMode suppress)
-