|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileMenuFrame | |
|---|---|
| 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 FileMenuFrame in cdx.scorebot.app |
|---|
| Subclasses of FileMenuFrame in cdx.scorebot.app | |
|---|---|
class |
WrapperGUI
This is the main GUI for scorebot. |
| Uses of FileMenuFrame in cdx.scorebot.app.auditor |
|---|
| Subclasses of FileMenuFrame in cdx.scorebot.app.auditor | |
|---|---|
class |
AuditorGUI
GUI which displays TestEvents (and audits to them) and allows one to "audit" the TestEvent. |
| Uses of FileMenuFrame in cdx.scorebot.app.configurer |
|---|
| Subclasses of FileMenuFrame in cdx.scorebot.app.configurer | |
|---|---|
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 FileMenuFrame in cdx.scorebot.app.reporter |
|---|
| Subclasses of FileMenuFrame in cdx.scorebot.app.reporter | |
|---|---|
class |
ReporterGUI
Compiles ScoreEvents into HTML products. |
| Uses of FileMenuFrame in cdx.scorebot.app.scorecompiler |
|---|
| Subclasses of FileMenuFrame in cdx.scorebot.app.scorecompiler | |
|---|---|
class |
ScoreComilerGUI
Compiles scoring information from TestEvent files and saves each resulting ScoreEvent to a file. |
| Uses of FileMenuFrame in cdx.scorebot.app.tester |
|---|
| Subclasses of FileMenuFrame in cdx.scorebot.app.tester | |
|---|---|
class |
TesterGUI
Runs tests and saves each resulting TestEvent to a file. |
| Uses of FileMenuFrame in cdx.scorebot.util.swing |
|---|
| Subclasses of FileMenuFrame in cdx.scorebot.util.swing | |
|---|---|
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 with parameters of type FileMenuFrame | |
|---|---|
static void |
GUIHelper.addListenersToSubcomponents(FileMenuFrame f,
java.util.Vector<BoundComponent> compons)
Adds a listener to each component so that when it is saved the change variable in f is flagged as true |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||