Class VerticalLayoutAlgorithm

All Implemented Interfaces:
LayoutAlgorithm, LayoutAlgorithm.Zest1, Stoppable

@Deprecated(since="2.0", forRemoval=true) public class VerticalLayoutAlgorithm 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.VERTICAL 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

    • VerticalLayoutAlgorithm

      @Deprecated public VerticalLayoutAlgorithm()
      Deprecated.
      Veertical Layout Algorithm constructor with no styles.
    • VerticalLayoutAlgorithm

      @Deprecated public VerticalLayoutAlgorithm(int styles)
      Deprecated.
  • Method Details