Uses of Interface
de.xima.fc.plugin.gui.IPluginCustomGUIBean
- 
Packages that use IPluginCustomGUIBean Package Description de.xima.fc.gui.bean.workflow de.xima.fc.plugin.abstracts de.xima.fc.plugin.config  - 
- 
Uses of IPluginCustomGUIBean in de.xima.fc.gui.bean.workflow
Methods in de.xima.fc.gui.bean.workflow that return types with arguments of type IPluginCustomGUIBean Modifier and Type Method Description Map<String,IPluginCustomGUIBean>ProcessingBean. getPluginCustomGUIBean()Deprecated.Getter forIPluginCustomGUIBeanobject - 
Uses of IPluginCustomGUIBean in de.xima.fc.plugin.abstracts
Classes in de.xima.fc.plugin.abstracts that implement IPluginCustomGUIBean Modifier and Type Class Description classAPluginCustomGUIBeanDeprecated.Use the new workflow engine, see e.g. - 
Uses of IPluginCustomGUIBean in de.xima.fc.plugin.config
Methods in de.xima.fc.plugin.config that return types with arguments of type IPluginCustomGUIBean Modifier and Type Method Description Class<? extends IPluginCustomGUIBean>IPluginCustomGUI. getManagedBean()Deprecated.UseIPluginCustomGUI.getUnmanagedBeans(), the bean will not be managed, ie.default Iterable<Class<? extends IPluginCustomGUIBean>>IPluginCustomGUI. getUnmanagedBeans()Deprecated. 
 -