com.swtdesigner.api.swt.customizer
Interface ICustomizer


public interface ICustomizer

A customizer class provides a complete custom GUI for customizing a target SWT control.


Method Summary
 org.eclipse.swt.widgets.Control createControl(org.eclipse.swt.widgets.Composite parent, java.lang.Object control)
          Create the control that should be used for customizing target control.
 

Method Detail

createControl

org.eclipse.swt.widgets.Control createControl(org.eclipse.swt.widgets.Composite parent,
                                              java.lang.Object control)
Create the control that should be used for customizing target control.

Parameters:
parent - the widget which will be the parent of the new instance (cannot be null)
control - the object to be customized