Uses of Interface
cdx.scorebot.util.swing.FileOpener

Packages that use FileOpener
cdx.scorebot.app ScoreBot front-ends 
cdx.scorebot.app.auditor Contains classes related to the Auditor. 
cdx.scorebot.app.configurer Contains classes related to the Configurer. 
cdx.scorebot.app.reporter Contains classes related to the Reporter. 
cdx.scorebot.app.scorecompiler Contains classes related to the Score Compiler GUI. 
cdx.scorebot.app.tester Contains classeses related to the Tester. 
cdx.scorebot.util.swing Swing utilities 
 

Uses of FileOpener in cdx.scorebot.app
 

Classes in cdx.scorebot.app that implement FileOpener
 class WrapperGUI
          This is the main GUI for scorebot.
 

Uses of FileOpener in cdx.scorebot.app.auditor
 

Classes in cdx.scorebot.app.auditor that implement FileOpener
 class AuditorGUI
          GUI which displays TestEvents (and audits to them) and allows one to "audit" the TestEvent.
 

Uses of FileOpener in cdx.scorebot.app.configurer
 

Classes in cdx.scorebot.app.configurer that implement FileOpener
 class CompetitionConfigurerGUI
          This GUI allows the user to maintain competition configuration templates based on existing Network Test Packages.
 class ConfigurerGUI
          GUI which creates/edits configuration files which describe which tests to use for which services and how to score each service.
 class TeamConfigurerGUI
          This GUI allows the user to maintain team configuration templates based on existing Network Test Packages.
 

Uses of FileOpener in cdx.scorebot.app.reporter
 

Classes in cdx.scorebot.app.reporter that implement FileOpener
 class ReporterGUI
          Compiles ScoreEvents into HTML products.
 

Uses of FileOpener in cdx.scorebot.app.scorecompiler
 

Classes in cdx.scorebot.app.scorecompiler that implement FileOpener
 class ScoreComilerGUI
          Compiles scoring information from TestEvent files and saves each resulting ScoreEvent to a file.
 

Uses of FileOpener in cdx.scorebot.app.tester
 

Classes in cdx.scorebot.app.tester that implement FileOpener
 class TesterGUI
          Runs tests and saves each resulting TestEvent to a file.
 

Uses of FileOpener in cdx.scorebot.util.swing
 

Classes in cdx.scorebot.util.swing that implement FileOpener
 class FileMenuFrame
          Defines a menu bar with basic File-Open-Save-Save As functionality.
 class FileMenuNTPTemplate
          This GUI allows the user to use the new-open-save-save as functionality with an object of type T.
 class FileMenuXMLBasedFrame<T>
          This GUI allows the user to use the new-open-save-save as functionality with an object of type T.
 

Methods in cdx.scorebot.util.swing that return FileOpener
 FileOpener SettingsFile.getParent()
          gets the parent class which is used to open files when a menu is clicked
 

Methods in cdx.scorebot.util.swing with parameters of type FileOpener
static SettingsFile SettingsFile.getFromXML(java.lang.String fn, FileOpener parent, javax.swing.JMenuItem[] menus)
          gets a settings file from XML
 void SettingsFile.setParent(FileOpener parent)
          sets the parent class which is used to open files when a menu is clicked