Package ca.corbett.extensions


package ca.corbett.extensions
Contains code that enables your applications to define dynamic extensions that can be packaged into jar files and loaded at runtime to alter the behaviour of your application, or even to supplement your application with additional behaviour.

Refer to the swing-extras documentation for more information.

  • Classes
    Class
    Description
    Provides a generic starting point for application extensions.
    Allows an extension to provide some basic metadata about itself.
     
    This class encapsulates a PropertiesManager and an ExtensionManager together into one handy utility that client projects can use more easily than the old approach of having the client projects maintain these things separately.
    Provides a mechanism for scanning for and loading instances of AppExtension for any given application.