Uses of Class
cdx.scorebot.app.reporter.ReporterGUI.REPORT_SCOPE

Packages that use ReporterGUI.REPORT_SCOPE
cdx.scorebot.app.reporter Contains classes related to the Reporter. 
 

Uses of ReporterGUI.REPORT_SCOPE in cdx.scorebot.app.reporter
 

Methods in cdx.scorebot.app.reporter that return ReporterGUI.REPORT_SCOPE
static ReporterGUI.REPORT_SCOPE ReporterGUI.REPORT_SCOPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ReporterGUI.REPORT_SCOPE[] ReporterGUI.REPORT_SCOPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in cdx.scorebot.app.reporter with parameters of type ReporterGUI.REPORT_SCOPE
static void ReporterGUI.compile(CompetitionConfiguration config, java.lang.String reportComments, java.lang.String outputPath, ReporterGUI.REPORT_SCOPE scope, ReporterGUI.REPORT_TYPE type, boolean openInBrowser)
          compile the report from the current template for each team
static void ReporterGUI.compile(CompetitionConfiguration config, java.lang.String reportComments, java.util.Vector<java.lang.String> teamComments, java.lang.String outputPath, ReporterGUI.REPORT_SCOPE scope, ReporterGUI.REPORT_TYPE type, boolean openInBrowser)
          compile the report from the current template for each team
static void ReporterGUI.compile(CompetitionConfiguration config, java.lang.String reportComments, java.util.Vector<java.lang.String> teamComments, java.lang.String outputPath, ReporterGUI.REPORT_SCOPE scope, ReporterGUI.REPORT_TYPE type, javax.swing.JProgressBar progressBar, boolean openInBrowser)
          compile the report from the current template for each team