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.NodeAdaptedChild. createVisual(AdaptedChildVisualFactoryContext<M> context)Creates the visualNode.javafx.scene.NodeAdaptedChildVisualFactory. 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.NodeAdaptedChildFactory.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 classAdaptedChildVisualFactoryContextImpl<M extends Model>AdaptedChildVisualFactoryContextimplementation. -
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.NodeAbstractItem. 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.PaneAbstractExceptionItem. visual(M model, AdaptedChildVisualFactoryContext<M> context)javafx.scene.layout.PaneAbstractProcedureItem. visual(M model, AdaptedChildVisualFactoryContext<M> context)javafx.scene.layout.PaneAbstractSectionItem. visual(M model, AdaptedChildVisualFactoryContext<M> context) -
Uses of AdaptedChildVisualFactoryContext in net.officefloor.gef.section
-
Uses of AdaptedChildVisualFactoryContext in net.officefloor.gef.woof
-