T - The kind of Control to be created by this factorypublic interface IControlFactory<T extends Control>
IControlFactory can be used in conjunction with
FXControlAdapter to create the wrapped SWT Control when the
surrounding FXCanvas changes.| Modifier and Type | Method and Description |
|---|---|
T |
createControl(Composite parent)
|
Copyright (c) 2014 itemis AG and others. All rights reserved.