Uses of Package
ca.corbett.extensions
Packages that use ca.corbett.extensions
Package
Description
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.
Contains UI classes for the app-extensions code, most notably the ExtensionManagerDialog.
-
Classes in ca.corbett.extensions used by ca.corbett.extensionsClassDescriptionProvides a generic starting point for application extensions.Allows an extension to provide some basic metadata about itself.Provides a mechanism for scanning for and loading instances of AppExtension for any given application.This is used internally to combine a source jar file, the extension that it contained, and an isEnabled status flag into one handy location.
-
Classes in ca.corbett.extensions used by ca.corbett.extensions.uiClassDescriptionProvides a generic starting point for application extensions.Provides a mechanism for scanning for and loading instances of AppExtension for any given application.