Uses of Class
de.xima.fc.pluginstore.PluginStoreModel
Packages that use PluginStoreModel
-
Uses of PluginStoreModel in de.xima.fc.gui.bean.plugin
Methods in de.xima.fc.gui.bean.plugin that return PluginStoreModel -
Uses of PluginStoreModel in de.xima.fc.pluginstore
Methods in de.xima.fc.pluginstore that return PluginStoreModelModifier and TypeMethodDescriptionstatic PluginStoreModel
PluginStoreModel.empty()
Returns an empty store model with no items.Methods in de.xima.fc.pluginstore that return types with arguments of type PluginStoreModelModifier and TypeMethodDescription<R> StageChain<PluginStoreModel,
R> PluginStoreLoader.loadPublicItems
(IPublicPromaInvocationContext pc, String productVersion, Locale locale, List<VersionedPluginGroupMeta> installedPlugins, Set<PluginID> overloadedPlugins, String licenseKey) Loads all freely available plugins that are compatible with the given product version.<R> StageChain<PluginStoreModel,
R> PluginStoreLoader.loadPublicItems
(IPublicPromaInvocationContext pc, String productVersion, Locale locale, Map<String, de.xima.fc.pluginstore.PluginStoreLoader.PluginStoreItemMeta> installedPlugins, String licenseKey) Loads all freely available plugins that are compatible with the given product version.