Uses of Interface
de.xima.fc.interfaces.plugin.lifecycle.helper.IPluginFileHelper
- 
Packages that use IPluginFileHelper Package Description de.xima.fc.interfaces.plugin.lifecycle de.xima.fc.plugin.abstracts de.xima.fc.plugin.gui de.xima.fc.plugin.helper de.xima.fc.plugin.lifecycle  - 
- 
Uses of IPluginFileHelper in de.xima.fc.interfaces.plugin.lifecycle
Methods in de.xima.fc.interfaces.plugin.lifecycle that return IPluginFileHelper Modifier and Type Method Description IPluginFileHelperIPluginDefaultLifecycleData. getFileHelper()Gets the helper-class for working with plugin-files - 
Uses of IPluginFileHelper in de.xima.fc.plugin.abstracts
Methods in de.xima.fc.plugin.abstracts that return IPluginFileHelper Modifier and Type Method Description IPluginFileHelperAPluginGenericCustomGUIBean. getFileHelper()Methods in de.xima.fc.plugin.abstracts with parameters of type IPluginFileHelper Modifier and Type Method Description voidAFCPlugin. setFileHelper(IPluginFileHelper fileHelper)Deprecated. - 
Uses of IPluginFileHelper in de.xima.fc.plugin.gui
Methods in de.xima.fc.plugin.gui that return IPluginFileHelper Modifier and Type Method Description IPluginFileHelperIPluginGenericCustomGUIBean. getFileHelper()Lets you access the file helper of the plugin that provided this UI. - 
Uses of IPluginFileHelper in de.xima.fc.plugin.helper
Methods in de.xima.fc.plugin.helper that return IPluginFileHelper Modifier and Type Method Description static IPluginFileHelperPluginFileHelper. createFacade(PluginRuntime runtime)Creates a new plugin file helper that delegates to the given runtime. - 
Uses of IPluginFileHelper in de.xima.fc.plugin.lifecycle
Methods in de.xima.fc.plugin.lifecycle that return IPluginFileHelper Modifier and Type Method Description IPluginFileHelperDefaultPluginLifecycleData. getFileHelper() 
 -