Class FXControlAdapter<T extends Control>

java.lang.Object
javafx.scene.Node
javafx.scene.Parent
javafx.scene.layout.Region
org.eclipse.gef.fx.swt.controls.FXControlAdapter<T>
Type Parameters:
T - The SWT Control class which is wrapped by this FXControlAdapter.
All Implemented Interfaces:
javafx.css.Styleable, EventTarget

public class FXControlAdapter<T extends Control> extends Region
The FXControlAdapter can be used to embed SWT controls into a JavaFX scene graph.