Uses of Interface
de.xima.fc.interfaces.plugin.lifecycle.helper.IPluginResourceHelper
-
-
Uses of IPluginResourceHelper in de.xima.fc.interfaces.plugin.lifecycle
Methods in de.xima.fc.interfaces.plugin.lifecycle that return IPluginResourceHelper Modifier and Type Method Description IPluginResourceHelperIPluginDefaultLifecycleData. getResourceHelper()Gets the helper-class for working with resources -
Uses of IPluginResourceHelper in de.xima.fc.plugin
Methods in de.xima.fc.plugin with parameters of type IPluginResourceHelper Modifier and Type Method Description static Map<String,IBundleConfigParam>PluginHelper. readBundleConfigParams(List<IBundleProperties> bundleProps, IPluginResourceHelper resourceHelper, Locale locale)Given a set ofbundle propertyinstances from a plugin, reads and returns all configuration parameters from that plugin. -
Uses of IPluginResourceHelper in de.xima.fc.plugin.abstracts
Methods in de.xima.fc.plugin.abstracts that return IPluginResourceHelper Modifier and Type Method Description IPluginResourceHelperAPluginGenericCustomGUIBean. getResourceHelper() -
Uses of IPluginResourceHelper in de.xima.fc.plugin.config
Methods in de.xima.fc.plugin.config with parameters of type IPluginResourceHelper Modifier and Type Method Description default Map<String,IBundleConfigParam>IBundleProperties. getConfigProperties(IPluginResourceHelper resHelper, Locale currentLocale)Returns a map with definitions of bundle configuration parameters. -
Uses of IPluginResourceHelper in de.xima.fc.plugin.gui
Methods in de.xima.fc.plugin.gui that return IPluginResourceHelper Modifier and Type Method Description IPluginResourceHelperIPluginGenericCustomGUIBean. getResourceHelper()Lets you access the resource helper of the plugin that provided this UI. -
Uses of IPluginResourceHelper in de.xima.fc.plugin.helper
Methods in de.xima.fc.plugin.helper that return IPluginResourceHelper Modifier and Type Method Description static IPluginResourceHelperPluginResourceHelper. createFacade(PluginRuntime runtime) -
Uses of IPluginResourceHelper in de.xima.fc.plugin.lifecycle
Methods in de.xima.fc.plugin.lifecycle that return IPluginResourceHelper Modifier and Type Method Description IPluginResourceHelperDefaultPluginLifecycleData. getResourceHelper()
-