Uses of Interface
cst.loggingTool.plugins.GeneralPurposePluginAPI

Packages that use GeneralPurposePluginAPI
cst.loggingTool.plugins   
cst.loggingTool.plugins.examples Sample code for various types of plugins supported by CST. 
 

Uses of GeneralPurposePluginAPI in cst.loggingTool.plugins
 

Classes in cst.loggingTool.plugins that implement GeneralPurposePluginAPI
 class StubGeneralPurposePlugin
          
 

Methods in cst.loggingTool.plugins that return types with arguments of type GeneralPurposePluginAPI
 java.util.ArrayList<GeneralPurposePluginAPI> PluginManager.getImportExportPlugins()
           
 java.util.ArrayList<GeneralPurposePluginAPI> PluginManager.getReportPlugins()
           
 

Constructors in cst.loggingTool.plugins with parameters of type GeneralPurposePluginAPI
GeneralPluginMenuItem(SessionProperties sessionProperties, GeneralPurposePluginAPI generalPurposePlugin)
           
 

Uses of GeneralPurposePluginAPI in cst.loggingTool.plugins.examples
 

Classes in cst.loggingTool.plugins.examples that implement GeneralPurposePluginAPI
 class CompletedActivityPiGraphPlugin
          An example of a plugin which could generate reports.
 class ExportToXMLPlugin
          An example of a general purpose plugin that can export activity data to an XML format.