Interface FXControlAdapter.IControlFactory<T extends Control>

Type Parameters:
T - The kind of Control to be created by this factory
Enclosing class:
FXControlAdapter<T extends Control>

public static interface FXControlAdapter.IControlFactory<T extends Control>
The FXControlAdapter.IControlFactory can be used in conjunction with FXControlAdapter to create the wrapped SWT Control when the surrounding FXCanvas changes.