Uses of Class
de.xima.fc.pluginstore.PluginStoreItem
Packages that use PluginStoreItem
-
Uses of PluginStoreItem in de.xima.fc.gui.bean.plugin
Methods in de.xima.fc.gui.bean.plugin with parameters of type PluginStoreItemModifier and TypeMethodDescriptionboolean
PluginStoreBean.checkOverload
(PluginStoreItem plugin) Checks if a client can install a plugin, which already is installed in the system scope.PluginStoreBean.getInstallButtonText
(PluginStoreItem plugin) Checks if a client can install a plugin, which already is installed in the system scope. -
Uses of PluginStoreItem in de.xima.fc.pluginstore
Methods in de.xima.fc.pluginstore that return PluginStoreItemModifier and TypeMethodDescriptionPluginStoreItem.Builder.build()
Creates a new store item with the current data.SelectedPluginStoreItem.getItem()
Gets the base store item data for the selected plugin.Methods in de.xima.fc.pluginstore that return types with arguments of type PluginStoreItemModifier and TypeMethodDescriptionPluginStoreModel.getAvailableFreeItems()
A list of all free store items (plugins) that are currently not installed but available to install.PluginStoreModel.getAvailableLicensedItems()
A list of all licensed store items (plugins) that are currently not installed but available to install.PluginStoreModel.getInstalledItems()
A list of all store items (plugins) that are currently installed.PluginStoreModel.getItems()
A list of all store items (plugins) that are currently installed.PluginStoreModel.getUnavailableItems()
A list of all store items (plugins) that are currently not installed and unavailable e.g. due to not included in the current license.Constructors in de.xima.fc.pluginstore with parameters of type PluginStoreItemModifierConstructorDescriptionSelectedPluginStoreItem
(PluginStoreItem item, List<PluginChangelogEntry> changelog) Creates a new model with the given data.Constructor parameters in de.xima.fc.pluginstore with type arguments of type PluginStoreItemModifierConstructorDescriptionPluginStoreModel
(List<PluginStoreItem> items) Creates a new store model with the given data.