Uses of Class
de.xima.fc.pluginstore.PluginStoreItem
-
Packages that use PluginStoreItem Package Description de.xima.fc.gui.bean.plugin de.xima.fc.pluginstore -
-
Uses of PluginStoreItem in de.xima.fc.gui.bean.plugin
Methods in de.xima.fc.gui.bean.plugin with parameters of type PluginStoreItem Modifier and Type Method Description booleanPluginStoreBean. checkOverload(PluginStoreItem plugin)Checks if a client can install a plugin, which already is installed in the system scope.StringPluginStoreBean. 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 PluginStoreItem Modifier and Type Method Description PluginStoreItemPluginStoreItem.Builder. build()Creates a new store item with the current data.PluginStoreItemSelectedPluginStoreItem. getItem()Gets the base store item data for the selected plugin.Methods in de.xima.fc.pluginstore that return types with arguments of type PluginStoreItem Modifier and Type Method Description List<PluginStoreItem>PluginStoreModel. getAvailableItems()A list of all store items (plugins) that are currently not installed but available to install.List<PluginStoreItem>PluginStoreModel. getInstalledItems()A list of all store items (plugins) that are currently installed.List<PluginStoreItem>PluginStoreModel. getItems()A list of all store items (plugins) that are currently installed.List<PluginStoreItem>PluginStoreModel. getUnavailableItems()A list of all store items (plugins) that are currently not installed and unavailable e.g.Constructors in de.xima.fc.pluginstore with parameters of type PluginStoreItem Constructor Description SelectedPluginStoreItem(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 PluginStoreItem Constructor Description PluginStoreModel(List<PluginStoreItem> items)Creates a new store model with the given data.
-