Uses of Package
standup.profiling

Packages that use standup.profiling
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. 
 

Classes in standup.profiling used by standup.clouds
Options
          A subclass of Options stores various option settings chosen by a user.
OptionsGUI
          This is a Java Swing-based GUI that extends JPanel and is used to edit an Options subclass.
Profile
          A subclass of Profile stores user-specific information for a corresponding Profileable implementation.
Profileable
          A class that implements Profileable can be configured in various ways to alter its behaviour and functionality, and this configuration can be recorded as a user Profile.
ProfileException
          A very simple subclass of Exception that is specifically for Exceptions arising from within the profiling mechanism.
 

Classes in standup.profiling used by standup.joke
Options
          A subclass of Options stores various option settings chosen by a user.
OptionsGUI
          This is a Java Swing-based GUI that extends JPanel and is used to edit an Options subclass.
Profile
          A subclass of Profile stores user-specific information for a corresponding Profileable implementation.
Profileable
          A class that implements Profileable can be configured in various ways to alter its behaviour and functionality, and this configuration can be recorded as a user Profile.
ProfileException
          A very simple subclass of Exception that is specifically for Exceptions arising from within the profiling mechanism.
 

Classes in standup.profiling used by standup.lexicon
Options
          A subclass of Options stores various option settings chosen by a user.
OptionsGUI
          This is a Java Swing-based GUI that extends JPanel and is used to edit an Options subclass.
Profile
          A subclass of Profile stores user-specific information for a corresponding Profileable implementation.
Profileable
          A class that implements Profileable can be configured in various ways to alter its behaviour and functionality, and this configuration can be recorded as a user Profile.
ProfileException
          A very simple subclass of Exception that is specifically for Exceptions arising from within the profiling mechanism.
 

Classes in standup.profiling used by standup.profiling
Options
          A subclass of Options stores various option settings chosen by a user.
OptionsGUI
          This is a Java Swing-based GUI that extends JPanel and is used to edit an Options subclass.
OptionsPackage
          An OptionsPackage contains a collection of Options, and defines a complete configuration of a STANDUP system.
Profile
          A subclass of Profile stores user-specific information for a corresponding Profileable implementation.
Profileable
          A class that implements Profileable can be configured in various ways to alter its behaviour and functionality, and this configuration can be recorded as a user Profile.
ProfileException
          A very simple subclass of Exception that is specifically for Exceptions arising from within the profiling mechanism.