Uses of Class
ca.corbett.extensions.ExtensionManager
Packages that use ExtensionManager
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.
-
Uses of ExtensionManager in ca.corbett.extensions
Fields in ca.corbett.extensions declared as ExtensionManagerConstructors in ca.corbett.extensions with parameters of type ExtensionManagerModifierConstructorDescriptionprotectedAppProperties(String appName, File propsFile, ExtensionManager<T> extManager) If your application has an ExtensionManager, you can supply it here and this class will handle loading and saving properties for all enabled extensions. -
Uses of ExtensionManager in ca.corbett.extensions.ui
Fields in ca.corbett.extensions.ui declared as ExtensionManagerModifier and TypeFieldDescriptionprotected final ExtensionManager<?> AvailableExtensionsPanel.extensionManagerprotected final ExtensionManager<T> InstalledExtensionsPanel.extManagerConstructors in ca.corbett.extensions.ui with parameters of type ExtensionManagerModifierConstructorDescriptionAvailableExtensionsPanel(Window owner, ExtensionManager<?> extManager, UpdateManager updateManager, String appName, String appVersion) ExtensionErrorsTab(Window owner, ExtensionManager<?> extManager) ExtensionManagerDialog(ExtensionManager<T> manager, Window owner) Creates an ExtensionManager dialog with the given ExtensionManager and the default title of "Extension Manager".ExtensionManagerDialog(ExtensionManager<T> manager, Window owner, UpdateManager updateManager) Creates an ExtensionManager dialog with the given ExtensionManager and the given UpdateSources instance, which may be null.InstalledExtensionsPanel(Window owner, ExtensionManager<T> manager) InstalledExtensionsPanel(Window owner, ExtensionManager<T> manager, UpdateManager updateManager)