Package org.eclipse.gef.fx.swt.canvas
Interface IFXCanvasFactory
-
public interface IFXCanvasFactory
TheIFXCanvasFactory
provides a method for the creation of anFXCanvas
inside aComposite
. Using theIFXCanvasFactory
allows to exchange theFXCanvas
implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javafx.embed.swt.FXCanvas
createCanvas(Composite parent, int style)
Creates anFXCanvas
inside of the givenComposite
.
-