Class DefaultRenderingResultFactory

  • All Implemented Interfaces:
    RenderingResultRowFactory<org.eclipse.swt.widgets.Control>

    @Deprecated
    public final class DefaultRenderingResultFactory
    extends java.lang.Object
    implements RenderingResultRowFactory<org.eclipse.swt.widgets.Control>
    Deprecated.
    Author:
    Eugen Neufeld
    • Constructor Detail

      • DefaultRenderingResultFactory

        public DefaultRenderingResultFactory()
        Deprecated.
    • Method Detail

      • createRenderingResultRow

        public RenderingResultRow<org.eclipse.swt.widgets.Control> createRenderingResultRow​(org.eclipse.swt.widgets.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.
        Specified by:
        createRenderingResultRow in interface RenderingResultRowFactory<org.eclipse.swt.widgets.Control>
        Parameters:
        controls - a list of Controls to put into one row
        Returns:
        a RenderingResultRow or throws a IllegalArgumentException
        See Also:
        org.eclipse.emf.ecp.view.spi.renderer.RenderingResultRowFactory#createRenderingResultRow(org.eclipse.swt.widgets.Control[])