Uses of Interface
net.officefloor.eclipse.editor.AdaptedChildVisualFactoryContext
-
-
Uses of AdaptedChildVisualFactoryContext in net.officefloor.eclipse.editor
Methods in net.officefloor.eclipse.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.eclipse.editor.internal.models
Methods in net.officefloor.eclipse.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.eclipse.editor.internal.parts
Classes in net.officefloor.eclipse.editor.internal.parts that implement AdaptedChildVisualFactoryContext Modifier and Type Class Description class
AdaptedChildVisualFactoryContextImpl<M extends Model>
AdaptedChildVisualFactoryContext
implementation. -
Uses of AdaptedChildVisualFactoryContext in net.officefloor.eclipse.ide.editor
Methods in net.officefloor.eclipse.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.eclipse.section
-
Uses of AdaptedChildVisualFactoryContext in net.officefloor.eclipse.woof
-