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.NodeAdaptedActionVisualFactory. 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.NodeAdaptedAction. 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 classAdaptedActionHandlePart<R extends Model,O,M extends Model>classAdaptedChildVisualFactoryContextImpl<M extends Model>AdaptedChildVisualFactoryContextimplementation.classAdaptedModelVisualFactoryContextImpl<M extends Model>AdaptedChildVisualFactoryContextimplementation.
-