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 forIPluginCustomGUIBean
object -
Uses of IPluginCustomGUIBean in de.xima.fc.plugin.abstracts
Classes in de.xima.fc.plugin.abstracts that implement IPluginCustomGUIBean Modifier and Type Class Description class
APluginCustomGUIBean
Helper class for a custom beans used by a processing plugin -
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. annotations such asPostConstruct
andManagedProperty
will not work.default Iterable<Class<? extends IPluginCustomGUIBean>>
IPluginCustomGUI. getUnmanagedBeans()
-