Uses of Class
standup.profiling.OptionsGUI

Packages that use OptionsGUI
standup.clouds This package provides the implementation for the STANDUP user interface. 
standup.joke This package provides joke generation functionality and all its related data structures. 
standup.lexicon This package provides classes and interfaces that handle access and manipulation of the STANDUP lexicon. 
standup.profiling This package provides facilities for an arbitrary profileable application to be configurable through user profiles, a collection of files which can be loaded and saved to a specific folder. 
 

Uses of OptionsGUI in standup.clouds
 

Subclasses of OptionsGUI in standup.clouds
 class OptionsGUICloudFrontend
           
 

Methods in standup.clouds that return OptionsGUI
 OptionsGUI OptionsCloudFrontend.getGUI(Dimension size)
           
 

Uses of OptionsGUI in standup.joke
 

Subclasses of OptionsGUI in standup.joke
 class OptionsGUIJokeGeneration
          A Swing-based GUI for editing the various joke generation options.
 

Methods in standup.joke that return OptionsGUI
 OptionsGUI OptionsJokeGeneration.getGUI(Dimension size)
           
 

Uses of OptionsGUI in standup.lexicon
 

Subclasses of OptionsGUI in standup.lexicon
 class OptionsGUILexicon
          A Java Swing-based GUI for editing an OptionsLexicon.
 

Methods in standup.lexicon that return OptionsGUI
 OptionsGUI OptionsLexicon.getGUI(Dimension size)
          For now, simply returns null -- we haven't properly implemented OptionsGUILexicon yet.
 

Uses of OptionsGUI in standup.profiling
 

Fields in standup.profiling with type parameters of type OptionsGUI
(package private)  Hashtable<String,OptionsGUI> OptionsAuthoringTool.optionsGUIs
           
 

Methods in standup.profiling that return OptionsGUI
abstract  OptionsGUI Options.getGUI(Dimension size)
          Returns an instance of an appropriate OptionsGUI.