Package org.eclipse.gef.fx.swt.controls
Interface FXControlAdapter.IControlFactory<T extends Control>
-
- Type Parameters:
T
- The kind ofControl
to be created by this factory
- Enclosing class:
- FXControlAdapter<T extends Control>
public static interface FXControlAdapter.IControlFactory<T extends Control>
TheFXControlAdapter.IControlFactory
can be used in conjunction withFXControlAdapter
to create the wrapped SWTControl
when the surroundingFXCanvas
changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
createControl(Composite parent)
-