Package net.officefloor.gef.editor
Interface AdaptedActionVisualFactory
-
public interface AdaptedActionVisualFactoryCreates the visualNodefor theModelAction.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javafx.scene.NodecreateVisual(AdaptedActionVisualFactoryContext context)Creates the visualNode.
-
-
-
Method Detail
-
createVisual
javafx.scene.Node createVisual(AdaptedActionVisualFactoryContext context)
Creates the visualNode.- Parameters:
context-AdaptedActionVisualFactoryContext.- Returns:
Pane.
-
-