Uses of Class
de.xima.fc.pluginstore.PluginStoreModel
-
Packages that use PluginStoreModel Package Description de.xima.fc.gui.bean.plugin de.xima.fc.pluginstore -
-
Uses of PluginStoreModel in de.xima.fc.gui.bean.plugin
Methods in de.xima.fc.gui.bean.plugin that return PluginStoreModel Modifier and Type Method Description PluginStoreModel
PluginStoreBean. getModel()
-
Uses of PluginStoreModel in de.xima.fc.pluginstore
Methods in de.xima.fc.pluginstore that return PluginStoreModel Modifier and Type Method Description static PluginStoreModel
PluginStoreModel. empty()
Returns an empty store model with no items.Methods in de.xima.fc.pluginstore that return types with arguments of type PluginStoreModel Modifier and Type Method Description <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.
-