Uses of Class
ca.cgjennings.apps.arkham.plugins.InstalledBundleObject
-
Packages that use InstalledBundleObject Package Description ca.cgjennings.apps.arkham.plugins -
-
Uses of InstalledBundleObject in ca.cgjennings.apps.arkham.plugins
Subclasses of InstalledBundleObject in ca.cgjennings.apps.arkham.plugins Modifier and Type Class Description class
AbstractInstalledPlugin
An installed plug-in bridges the gap between a plug-in bundle and the plug-ins that it contains.class
InstalledExtension
AnInstalledExtension
bridges the gap between an extension plug-in bundle and the plug-ins that it contains.class
InstalledLibrary
Represents an installed library.class
InstalledPlugin
AnInstalledPlugin
bridges the gap between a plug-in bundle and the plug-ins that it contains.class
InstalledTheme
Provides the information needed to allow the user to select a theme, and for theThemeInstaller
to install a selected theme.Methods in ca.cgjennings.apps.arkham.plugins that return InstalledBundleObject Modifier and Type Method Description static InstalledBundleObject[]
BundleInstaller. getInstalledBundleObjectsForUUID(java.util.UUID uuid)
Returns the installed libraries, themes, plug-ins, etc.Methods in ca.cgjennings.apps.arkham.plugins with parameters of type InstalledBundleObject Modifier and Type Method Description int
InstalledBundleObject. compareTo(InstalledBundleObject o)
A comparator that sorts plug-ins by load order, then by priority, then by name, then by catalog ID date.int
InstalledTheme. compareTo(InstalledBundleObject o)
-