Uses of Class
ca.corbett.updates.UpdateManager
Packages that use UpdateManager
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 for showing "About" information
in your application (author, date published, release notes, project url, license and so on).
Contains classes and utilities to support dynamic application and extension updates from one
or more configured remote sources.
-
Uses of UpdateManager in ca.corbett.extensions
Methods in ca.corbett.extensions with parameters of type UpdateManagerModifier and TypeMethodDescriptionbooleanAppProperties.showExtensionDialog(Window owner, UpdateManager updateManager) Generates and shows an ExtensionManagerDialog to allow the user to view all currently loaded extensions, and to enable or disable them. -
Uses of UpdateManager in ca.corbett.extensions.ui
Fields in ca.corbett.extensions.ui declared as UpdateManagerModifier and TypeFieldDescriptionprotected final UpdateManagerAvailableExtensionsPanel.updateManagerprotected final UpdateManagerInstalledExtensionsPanel.updateManagerConstructors in ca.corbett.extensions.ui with parameters of type UpdateManagerModifierConstructorDescriptionAvailableExtensionsPanel(Window owner, ExtensionManager<?> extManager, UpdateManager updateManager, String appName, String appVersion) 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, UpdateManager updateManager) -
Uses of UpdateManager in ca.corbett.extras.about
Fields in ca.corbett.extras.about declared as UpdateManagerModifier and TypeFieldDescriptionAboutInfo.updateManagerOptional - if you supply an UpdateManager, it can be interrogated for the latest available application version, so that we can show an informational notice on the AboutPanel/AboutDialog if a newer version is available. -
Uses of UpdateManager in ca.corbett.updates
Methods in ca.corbett.updates with parameters of type UpdateManagerModifier and TypeMethodDescriptionvoidUpdateManagerListener.downloadFailed(UpdateManager manager, URL requestedUrl, String errorMessage) voidUpdateManagerListener.jarFileDownloaded(UpdateManager manager, URL sourceUrl, File jarFile) voidUpdateManagerListener.publicKeyDownloaded(UpdateManager manager, URL sourceUrl, PublicKey publicKey) voidUpdateManagerListener.screenshotDownloaded(UpdateManager manager, URL sourceUrl, BufferedImage screenshot) voidUpdateManagerListener.signatureFileDownloaded(UpdateManager manager, URL sourceUrl, File signatureFile) voidUpdateManagerListener.versionManifestDownloaded(UpdateManager manager, URL sourceUrl, VersionManifest versionManifest)