Uses of Interface
net.officefloor.gef.editor.AdaptedChildVisualFactoryContext
-
-
Uses of AdaptedChildVisualFactoryContext in net.officefloor.gef.activity
-
Uses of AdaptedChildVisualFactoryContext in net.officefloor.gef.editor
Methods in net.officefloor.gef.editor with parameters of type AdaptedChildVisualFactoryContext Modifier and Type Method Description javafx.scene.Node
AdaptedChild. createVisual(AdaptedChildVisualFactoryContext<M> context)
Creates the visualNode
.javafx.scene.Node
AdaptedChildVisualFactory. createVisual(M model, AdaptedChildVisualFactoryContext<M> context)
Creates the visualNode
. -
Uses of AdaptedChildVisualFactoryContext in net.officefloor.gef.editor.internal.models
Methods in net.officefloor.gef.editor.internal.models with parameters of type AdaptedChildVisualFactoryContext Modifier and Type Method Description javafx.scene.Node
AdaptedChildFactory.AdaptedChildImpl. createVisual(AdaptedChildVisualFactoryContext<M> context)
-
Uses of AdaptedChildVisualFactoryContext in net.officefloor.gef.editor.internal.parts
Classes in net.officefloor.gef.editor.internal.parts that implement AdaptedChildVisualFactoryContext Modifier and Type Class Description class
AdaptedChildVisualFactoryContextImpl<M extends Model>
AdaptedChildVisualFactoryContext
implementation. -
Uses of AdaptedChildVisualFactoryContext in net.officefloor.gef.ide.editor
Methods in net.officefloor.gef.ide.editor with parameters of type AdaptedChildVisualFactoryContext Modifier and Type Method Description abstract javafx.scene.Node
AbstractItem. visual(M model, AdaptedChildVisualFactoryContext<M> context)
Creates the visual for theModel
. -
Uses of AdaptedChildVisualFactoryContext in net.officefloor.gef.item
Methods in net.officefloor.gef.item with parameters of type AdaptedChildVisualFactoryContext Modifier and Type Method Description javafx.scene.layout.Pane
AbstractExceptionItem. visual(M model, AdaptedChildVisualFactoryContext<M> context)
javafx.scene.layout.Pane
AbstractProcedureItem. visual(M model, AdaptedChildVisualFactoryContext<M> context)
javafx.scene.layout.Pane
AbstractSectionItem. visual(M model, AdaptedChildVisualFactoryContext<M> context)
-
Uses of AdaptedChildVisualFactoryContext in net.officefloor.gef.section
-
Uses of AdaptedChildVisualFactoryContext in net.officefloor.gef.woof
-