Class CompositeTableLayout

  • Direct Known Subclasses:
    AbstractGridRowLayout

    abstract class CompositeTableLayout
    extends org.eclipse.swt.widgets.Layout
    (non-API) An abstract superclass for all layout managers in the CompositeTable package.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      protected abstract org.eclipse.swt.graphics.Point computeSize​(org.eclipse.swt.widgets.Composite composite, int wHint, int hHint, boolean flushCache)  
      protected abstract void layout​(org.eclipse.swt.widgets.Composite composite, boolean flushCache)  
      • Methods inherited from class org.eclipse.swt.widgets.Layout

        flushCache
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CompositeTableLayout

        CompositeTableLayout()
    • Method Detail

      • computeSize

        protected abstract org.eclipse.swt.graphics.Point computeSize​(org.eclipse.swt.widgets.Composite composite,
                                                                      int wHint,
                                                                      int hHint,
                                                                      boolean flushCache)
        Specified by:
        computeSize in class org.eclipse.swt.widgets.Layout
      • layout

        protected abstract void layout​(org.eclipse.swt.widgets.Composite composite,
                                       boolean flushCache)
        Specified by:
        layout in class org.eclipse.swt.widgets.Layout