Uses of Class
cdx.scorebot.net.CompetitionConfiguration

Packages that use CompetitionConfiguration
cdx.scorebot.app ScoreBot front-ends 
cdx.scorebot.app.configurer Contains classes related to the Configurer. 
cdx.scorebot.app.reporter Contains classes related to the Reporter. 
 

Uses of CompetitionConfiguration in cdx.scorebot.app
 

Methods in cdx.scorebot.app that return CompetitionConfiguration
 CompetitionConfiguration WrapperGUI.makeNew()
          create a new object of type T
 

Uses of CompetitionConfiguration in cdx.scorebot.app.configurer
 

Methods in cdx.scorebot.app.configurer that return CompetitionConfiguration
 CompetitionConfiguration CompetitionConfigurerGUI.makeNew()
          Creates a new competition template
 

Uses of CompetitionConfiguration in cdx.scorebot.app.reporter
 

Methods in cdx.scorebot.app.reporter that return CompetitionConfiguration
 CompetitionConfiguration ReporterGUI.makeNew()
          create a new object of type T
 

Methods in cdx.scorebot.app.reporter with parameters of type CompetitionConfiguration
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