Uses of Interface
de.xima.fc.plugin.config.IProcessingBean
-
Packages that use IProcessingBean Package Description de.xima.fc.gui.bean.workflow de.xima.fc.plugin.abstracts de.xima.fc.plugin.gui -
-
Uses of IProcessingBean in de.xima.fc.gui.bean.workflow
Classes in de.xima.fc.gui.bean.workflow that implement IProcessingBean Modifier and Type Class Description class
ProcessingBean
Deprecated.Use the new workflow engine. -
Uses of IProcessingBean in de.xima.fc.plugin.abstracts
Classes in de.xima.fc.plugin.abstracts that implement IProcessingBean Modifier and Type Class Description class
APluginCustomGUIBean
Helper class for a custom beans used by a processing pluginMethods in de.xima.fc.plugin.abstracts that return IProcessingBean Modifier and Type Method Description IProcessingBean
APluginCustomGUIBean. getProcessingBean()
Methods in de.xima.fc.plugin.abstracts with parameters of type IProcessingBean Modifier and Type Method Description void
APluginCustomGUIBean. setProcessingBean(IProcessingBean bean)
-
Uses of IProcessingBean in de.xima.fc.plugin.gui
Methods in de.xima.fc.plugin.gui that return IProcessingBean Modifier and Type Method Description IProcessingBean
IPluginCustomGUIBean. getProcessingBean()
Deprecated.Use aManagedProperty
withprocessingBean
.Methods in de.xima.fc.plugin.gui with parameters of type IProcessingBean Modifier and Type Method Description void
IPluginCustomGUIBean. setProcessingBean(IProcessingBean bean)
Deprecated.Use aManagedProperty
withprocessingBean
.
-