Class HorizontalLayoutAlgorithm

All Implemented Interfaces:
LayoutAlgorithm, LayoutAlgorithm.Zest1, Stoppable

@Deprecated(since="2.0", forRemoval=true) public class HorizontalLayoutAlgorithm extends GridLayoutAlgorithm.Zest1
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used in Zest 2.x. This class will be removed in a future release. Use BoxLayoutAlgorithm with SWT.HORIZONTAL instead.
@noextend
This class is not intended to be subclassed by clients.
@noreference
This class is not intended to be referenced by clients.
@noinstantiate
This class is not intended to be instantiated by clients.
  • Constructor Details

    • HorizontalLayoutAlgorithm

      @Deprecated public HorizontalLayoutAlgorithm(int styles)
      Deprecated.
    • HorizontalLayoutAlgorithm

      @Deprecated public HorizontalLayoutAlgorithm()
      Deprecated.
      Horizontal Layout Algorithm constructor. Sets the Style to none.
  • Method Details