@Deprecated public final class DefaultRenderingResultFactory extends Object implements RenderingResultRowFactory<org.eclipse.swt.widgets.Control>
| Constructor and Description |
|---|
DefaultRenderingResultFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
RenderingResultRow<org.eclipse.swt.widgets.Control> |
createRenderingResultRow(org.eclipse.swt.widgets.Control... controls)
Deprecated.
Creates a
RenderingResultRow from a list of controls. |
public RenderingResultRow<org.eclipse.swt.widgets.Control> createRenderingResultRow(org.eclipse.swt.widgets.Control... controls)
RenderingResultRow from a list of controls. If the Factory can't handle the provided amount of
controls it must throw an IllegalArgumentException.createRenderingResultRow in interface RenderingResultRowFactory<org.eclipse.swt.widgets.Control>controls - a list of Controls to put into one rowRenderingResultRow or throws a IllegalArgumentExceptionorg.eclipse.emf.ecp.view.spi.renderer.RenderingResultRowFactory#createRenderingResultRow(org.eclipse.swt.widgets.Control[])Copyright © 2018. All rights reserved.