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

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

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

Methods in cdx.scorebot.app.reporter that return ReporterGUI.REPORT_TYPE
static ReporterGUI.REPORT_TYPE ReporterGUI.REPORT_TYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ReporterGUI.REPORT_TYPE[] ReporterGUI.REPORT_TYPE.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_TYPE
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