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 IPluginResourceHelper
IPluginDefaultLifecycleData. getResourceHelper()
Gets the helper-class for working with resources -
Uses of IPluginResourceHelper in de.xima.fc.plugin.abstracts
Methods in de.xima.fc.plugin.abstracts that return IPluginResourceHelper Modifier and Type Method Description IPluginResourceHelper
APluginGenericCustomGUIBean. 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 IPluginResourceHelper
IPluginGenericCustomGUIBean. 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 IPluginResourceHelper
PluginResourceHelper. 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 IPluginResourceHelper
DefaultPluginLifecycleData. getResourceHelper()
-