org.eclipse.emf.ecp.view.spi.renderer
Interface RenderingResultRowFactory<CONTROL>

Type Parameters:
CONTROL - the type of the control this RenderingResultRowFactory works on
All Known Implementing Classes:
DefaultRenderingResultFactory

Deprecated.

@Deprecated
public interface RenderingResultRowFactory<CONTROL>

A Factory for creating RenderingResultRow. By providing an own implementation the layout can be extended.

Since:
1.2
Author:
Eugen Neufeld

Method Summary
 RenderingResultRow<CONTROL> createRenderingResultRow(CONTROL... controls)
          Deprecated. Creates a RenderingResultRow from a list of controls.
 

Method Detail

createRenderingResultRow

RenderingResultRow<CONTROL> createRenderingResultRow(CONTROL... controls)
Deprecated. 
Creates a RenderingResultRow from a list of controls. If the Factory can't handle the provided amount of controls it must throw an IllegalArgumentException.

Parameters:
controls - a list of Controls to put into one row
Returns:
a RenderingResultRow or throws a IllegalArgumentException


Copyright © 2015. All Rights Reserved.