Uses of Interface
net.officefloor.gef.editor.AdaptedActionVisualFactoryContext
-
Packages that use AdaptedActionVisualFactoryContext Package Description net.officefloor.gef.editor net.officefloor.gef.editor.internal.models net.officefloor.gef.editor.internal.parts -
-
Uses of AdaptedActionVisualFactoryContext in net.officefloor.gef.editor
Methods in net.officefloor.gef.editor with parameters of type AdaptedActionVisualFactoryContext Modifier and Type Method Description javafx.scene.Node
AdaptedActionVisualFactory. createVisual(AdaptedActionVisualFactoryContext context)
Creates the visualNode
. -
Uses of AdaptedActionVisualFactoryContext in net.officefloor.gef.editor.internal.models
Methods in net.officefloor.gef.editor.internal.models with parameters of type AdaptedActionVisualFactoryContext Modifier and Type Method Description javafx.scene.Node
AdaptedAction. createVisual(AdaptedActionVisualFactoryContext context)
Creates the visual. -
Uses of AdaptedActionVisualFactoryContext in net.officefloor.gef.editor.internal.parts
Classes in net.officefloor.gef.editor.internal.parts that implement AdaptedActionVisualFactoryContext Modifier and Type Class Description class
AdaptedActionHandlePart<R extends Model,O,M extends Model>
class
AdaptedChildVisualFactoryContextImpl<M extends Model>
AdaptedChildVisualFactoryContext
implementation.class
AdaptedModelVisualFactoryContextImpl<M extends Model>
AdaptedChildVisualFactoryContext
implementation.
-