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 classAbstractInstalledPluginAn installed plug-in bridges the gap between a plug-in bundle and the plug-ins that it contains.classInstalledExtensionAnInstalledExtensionbridges the gap between an extension plug-in bundle and the plug-ins that it contains.classInstalledLibraryRepresents an installed library.classInstalledPluginAnInstalledPluginbridges the gap between a plug-in bundle and the plug-ins that it contains.classInstalledThemeProvides the information needed to allow the user to select a theme, and for theThemeInstallerto 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 intInstalledBundleObject. compareTo(InstalledBundleObject o)A comparator that sorts plug-ins by load order, then by priority, then by name, then by catalog ID date.intInstalledTheme. compareTo(InstalledBundleObject o)
-