Uses of Class
ca.corbett.updates.VersionManifest.Extension
Packages that use VersionManifest.Extension
Package
Description
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.
-
Uses of VersionManifest.Extension in ca.corbett.extensions.ui
Methods in ca.corbett.extensions.ui that return VersionManifest.ExtensionMethods in ca.corbett.extensions.ui with parameters of type VersionManifest.ExtensionModifier and TypeMethodDescriptionprotected booleanAvailableExtensionsPanel.isInstalled(VersionManifest.Extension extension) Constructors in ca.corbett.extensions.ui with parameters of type VersionManifest.ExtensionModifierConstructorDescriptionExtensionPlaceholder(VersionManifest.Extension extension, boolean isInstalled) -
Uses of VersionManifest.Extension in ca.corbett.updates
Methods in ca.corbett.updates that return types with arguments of type VersionManifest.ExtensionModifier and TypeMethodDescriptionVersionManifest.findExtensionForExtensionVersion(VersionManifest.ExtensionVersion extVersion) This is a bit wonky, but because ExtensionVersion does not know about the Extension that contains it, I have to have this lookup function to find the Extension for a given ExtensionVersion.VersionManifest.ApplicationVersion.getExtensions()Returns a copy of the list of all extensions for this application version.Methods in ca.corbett.updates with parameters of type VersionManifest.ExtensionModifier and TypeMethodDescriptionvoidVersionManifest.ApplicationVersion.addExtension(VersionManifest.Extension extension) voidVersionManifest.ApplicationVersion.removeExtension(VersionManifest.Extension extension)