Uses of Interface
de.xima.fc.prompt.plugin.IPluginPromptConnectionBean
Packages that use IPluginPromptConnectionBean
-
Uses of IPluginPromptConnectionBean in de.xima.fc.prompt.mgmt.gui.model
Classes in de.xima.fc.prompt.mgmt.gui.model that implement interfaces with type arguments of type IPluginPromptConnectionBeanMethods in de.xima.fc.prompt.mgmt.gui.model that return types with arguments of type IPluginPromptConnectionBeanModifier and TypeMethodDescriptionIterable<Class<? extends IPluginPromptConnectionBean>> EPromptConnectionPluginGuiExtractor.getUnmanagedBeans(IPluginPromptService plugin) PromptConnectionBeanEnvironment.guiBeanCache()Method parameters in de.xima.fc.prompt.mgmt.gui.model with type arguments of type IPluginPromptConnectionBeanModifier and TypeMethodDescriptionPromptConnectionBeanEnvironment.Builder.guiBeanCache(GuiBeanCache<String, IPromptConnectionBean<?>, IPluginPromptService, IPluginPromptConnectionBean> guiBeanCache) -
Uses of IPluginPromptConnectionBean in de.xima.fc.prompt.plugin
Classes in de.xima.fc.prompt.plugin that implement interfaces with type arguments of type IPluginPromptConnectionBeanModifier and TypeClassDescriptionfinal classDefault implementation ofIPluginGenericCustomGUIthat uses theXHTMLandmain bean classof the prompt service handler; and allows for additional unmanaged beans to be specified.Methods in de.xima.fc.prompt.plugin that return types with arguments of type IPluginPromptConnectionBeanModifier and TypeMethodDescriptiondefault IPluginGenericCustomGUI<? extends IPluginPromptConnectionBean> IPluginPromptService.getPromptConnectionCustomGUI()Gets the custom GUI for managing prompt connections.The default implementation just delegates to theXHTMLandmain beanclass of theIPromptServiceHandler.Iterable<Class<? extends IPluginPromptConnectionBean>> DefaultPromptConnectionCustomGUI.getUnmanagedBeans()Constructor parameters in de.xima.fc.prompt.plugin with type arguments of type IPluginPromptConnectionBeanModifierConstructorDescriptionDefaultPromptConnectionCustomGUI(IPromptServiceHandler<Model, ?> handler, Iterable<Class<? extends IPluginPromptConnectionBean>> unmanagedBeans) Creates a new default prompt connection custom GUI instance that uses the XHTML and main bean class of the given prompt service handler, and allows for additional unmanaged beans to be specified.