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

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

Deprecated.

@Deprecated
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)
          Deprecated. 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)
Deprecated. 
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 © 2015. All Rights Reserved.