Uses of Interface
de.xima.fc.prompt.service.IPromptConnectionBean
Packages that use IPromptConnectionBean
Package
Description
Contains the API for a prompt service that abstract the details of a particular provider.
-
Uses of IPromptConnectionBean in de.xima.fc.prompt.mgmt.gui.bean
Methods in de.xima.fc.prompt.mgmt.gui.bean that return IPromptConnectionBeanModifier and TypeMethodDescriptionPromptConnectionBean.getGuiBean()Gets the bean instance needed by the custom GUI of the prompt service handler. -
Uses of IPromptConnectionBean in de.xima.fc.prompt.mgmt.gui.model
Methods in de.xima.fc.prompt.mgmt.gui.model that return IPromptConnectionBeanModifier and TypeMethodDescriptionPromptConnectionSelectionModel.guiBean()Gets the bean instance needed by the custom GUI provided by the prompt service handler.Methods in de.xima.fc.prompt.mgmt.gui.model that return types with arguments of type IPromptConnectionBeanMethod parameters in de.xima.fc.prompt.mgmt.gui.model with type arguments of type IPromptConnectionBeanModifier and TypeMethodDescriptionPromptConnectionBeanEnvironment.Builder.guiBeanCache(GuiBeanCache<String, IPromptConnectionBean<?>, IPluginPromptService, IPluginPromptConnectionBean> guiBeanCache) -
Uses of IPromptConnectionBean in de.xima.fc.prompt.mgmt.service
Methods in de.xima.fc.prompt.mgmt.service that return types with arguments of type IPromptConnectionBeanModifier and TypeMethodDescription<ConnectionConfig>
Class<? extends IPromptConnectionBean<ConnectionConfig>> IPromptTypeService.getConnectionViewBeanClass(IPromptServiceType<ConnectionConfig, ?> type) Gets the class of the bean that backs the UI for configuring connections of the given prompt service type. -
Uses of IPromptConnectionBean in de.xima.fc.prompt.service
Fields in de.xima.fc.prompt.service with type parameters of type IPromptConnectionBeanModifier and TypeFieldDescriptionstatic final Class<IPromptConnectionBean<?>> IPromptConnectionBean.GENERIC_TYPEMethods in de.xima.fc.prompt.service that return types with arguments of type IPromptConnectionBeanModifier and TypeMethodDescriptiondefault Class<? extends IPromptConnectionBean<ConnectionConfig>> IPromptServiceHandler.getConnectionViewBeanClass()Returns the class of the bean that should be used when editing the properties of a prompt connection.