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.
Contains classes and utilities to support dynamic application and extension updates from one
or more configured remote sources.
-
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.Tracks any jar file that failed to load when ExtensionManager started up.
-
Classes in ca.corbett.extensions used by ca.corbett.extensions.uiClassDescriptionProvides 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.
-
Classes in ca.corbett.extensions used by ca.corbett.updates