Package | Description |
---|---|
org.eclipse.emf.ecp.edit.internal.swt.controls | |
org.eclipse.emf.ecp.edit.internal.swt.util | |
org.eclipse.emf.ecp.view.spi.renderer |
Modifier and Type | Method and Description |
---|---|
List<RenderingResultRow<org.eclipse.swt.widgets.Control>> |
TableControl.createControls(org.eclipse.swt.widgets.Composite parent)
Deprecated.
Renders a control on the provided parent and returning a list of
RenderingResultRows . |
Modifier and Type | Class and Description |
---|---|
class |
DoubleColumnRow
Deprecated.
|
class |
SingleColumnRow
Deprecated.
|
class |
ThreeColumnRow
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RenderingResultRow<org.eclipse.swt.widgets.Control> |
DefaultRenderingResultFactory.createRenderingResultRow(org.eclipse.swt.widgets.Control... controls)
Deprecated.
Creates a
RenderingResultRow from a list of controls. |
Modifier and Type | Method and Description |
---|---|
List<RenderingResultRow<org.eclipse.swt.widgets.Control>> |
ECPControlSWT.createControls(org.eclipse.swt.widgets.Composite parent)
Deprecated.
Renders a control on the provided parent and returning a list of
RenderingResultRows . |
List<RenderingResultRow<org.eclipse.swt.widgets.Control>> |
SWTControl.createControls(org.eclipse.swt.widgets.Composite parent)
Deprecated.
Renders a control on the provided parent and returning a list of
RenderingResultRows . |
Modifier and Type | Method and Description |
---|---|
RenderingResultRow<CONTROL> |
RenderingResultRowFactory.createRenderingResultRow(CONTROL... controls)
Deprecated.
Creates a
RenderingResultRow from a list of controls. |
Copyright © 2019. All rights reserved.