Uses of Class
de.xima.fc.gui.model.designer.DesignerConversationModel
Packages that use DesignerConversationModel
Package
Description
-
Uses of DesignerConversationModel in de.xima.fc.gui.bean.designer.conversation
Method parameters in de.xima.fc.gui.bean.designer.conversation with type arguments of type DesignerConversationModelModifier and TypeMethodDescription<R> R
DesignerConversationBean.withDesignerConversationModel
(Function<DesignerConversationModel, R> fn) The designer conversation model is shared between different views and may thus be accessed in simultaneously by different threads handling different requests.<R> R
DesignerPageBean.withDesignerConversationModel
(Function<DesignerConversationModel, R> fn) The designer conversation model is shared between different views and may thus be accessed in simultaneously by different threads handling different requests. -
Uses of DesignerConversationModel in de.xima.fc.gui.model.designer
Methods in de.xima.fc.gui.model.designer that return DesignerConversationModelModifier and TypeMethodDescriptionstatic DesignerConversationModel
DesignerConversationModel.empty()
-
Uses of DesignerConversationModel in de.xima.fc.gui.utils.designer
Methods in de.xima.fc.gui.utils.designer with parameters of type DesignerConversationModelModifier and TypeMethodDescriptionstatic void
DesignerConversationModelHelper.initConversationModel
(DesignerConversationModel conversationModel, FrameDesignerModel frameDesignerModel, DesignerConversationEnvironmentData environmentData) Initializes the designer conversation model when the main designer frame was loaded.