Package org.eclipse.gef.fx.swt.canvas


package org.eclipse.gef.fx.swt.canvas
This package provides a replacement for the FXCanvas , adding support for various JavaFX/SWT integration functionality: FXCanvasEx.
  • Class
    Description
    A replacement of FXCanvas that fixes the following issues: JDK-8088147 - [SWT] FXCanvas: implement custom cursors [workaround for JavaSE-1.8 only, as fixed by SWTCursors in JavaSE-1.9] JDK-8161282 - FXCanvas does not forward horizontal mouse scroll events to the embedded scene.
    The IFXCanvasFactory provides a method for the creation of an FXCanvas inside a Composite.