Uses of Enum
de.xima.fc.pluginstore.EPluginStoreItemInstallScope
Packages that use EPluginStoreItemInstallScope
- 
Uses of EPluginStoreItemInstallScope in de.xima.fc.pluginstore
Methods in de.xima.fc.pluginstore that return EPluginStoreItemInstallScopeModifier and TypeMethodDescriptionPluginStoreItem.getScope()Gets the scope of the plugin.static EPluginStoreItemInstallScopeReturns the enum constant of this type with the specified name.static EPluginStoreItemInstallScope[]EPluginStoreItemInstallScope.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.pluginstore with parameters of type EPluginStoreItemInstallScopeModifier and TypeMethodDescriptionPluginStoreItem.Builder.scope(EPluginStoreItemInstallScope scope) Sets the scope of the plugin, if it is installed.