org.eclipse.emf.ecp.edit.internal.swt.util
Interface ECPControlSWT

All Known Implementing Classes:
AbstractTextControl, AttributeMultiControl, BooleanControl, ControlRootEClassControl, ControlTargetFeatureControl, DateTimeControl, EClassifierControl, EClassifierOnlyEClassControl, EClassifierOnlyEDataTypeControl, EEnumControl, ExpectedValueControl, LinkControl, MultiControl, NumericalControl, ReferenceMultiControl, RuleFeaturePathControl, SingleControl, StringControl, SWTControl, TableColumnDomainModelReferenceControl, TableControl, TemplateColorControl, TemplateIconControl, ViewEditorIDEViewRootControl, XmlDateControlText

public interface ECPControlSWT

Interface describing a control which can be renderer with SWT.

Author:
Eugen Neufeld

Method Summary
 List<RenderingResultRow<org.eclipse.swt.widgets.Control>> createControls(org.eclipse.swt.widgets.Composite parent)
          Renders a control on the provided parent and returning a list of RenderingResultRows.
 

Method Detail

createControls

List<RenderingResultRow<org.eclipse.swt.widgets.Control>> createControls(org.eclipse.swt.widgets.Composite parent)
Renders a control on the provided parent and returning a list of RenderingResultRows.

Parameters:
parent - the Composite to render onto
Returns:
the list of RenderingResultRows


Copyright © 2014. All Rights Reserved.