Package org.opa.module

This package is responsible for the loading of OPA modules into OPA.

See:
          Description

Class Summary
AppRestarter  
ModuleInstallerAction  
OPADefaultModuleInstallerPanel  
OPADefaultModuleManager  
OPAModuleVerifier  
 

Package org.opa.module Description

This package is responsible for the loading of OPA modules into OPA. OPA modules provide an OPALoader class. This class contains all the commands that the module needs performed to use OPA services. For example, if a module needs a button added to the application toolbar, it should provide Java statements to add an OPAAction to OPAActionManager. All the OPAManager classes are available from OPAKernel, which is a singleton class. NOTE: this package is likely to change in future releases. Module loading and module installing services are likely to be alagamated into a single Module manager.