Class TableExColumnLayout


  • public class TableExColumnLayout
    extends org.eclipse.nebula.jface.gridviewer.GridColumnLayout
    TableEx columns layout
    • Field Summary

      • Fields inherited from class org.eclipse.jface.layout.AbstractColumnLayout

        LAYOUT_DATA
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void setColumnWidths​(org.eclipse.swt.widgets.Scrollable tableTree, int[] widths)  
      • Methods inherited from class org.eclipse.nebula.jface.gridviewer.GridColumnLayout

        getColumnCount, getLayoutData, updateColumnData
      • Methods inherited from class org.eclipse.jface.layout.AbstractColumnLayout

        computeSize, getColumnTrim, layout, setColumnData
      • Methods inherited from class org.eclipse.swt.widgets.Layout

        flushCache
    • Constructor Detail

      • TableExColumnLayout

        public TableExColumnLayout​(TableEx table)
        Constructor
        Parameters:
        table - TableEx parent table
    • Method Detail

      • setColumnWidths

        protected void setColumnWidths​(org.eclipse.swt.widgets.Scrollable tableTree,
                                       int[] widths)
        Overrides:
        setColumnWidths in class org.eclipse.nebula.jface.gridviewer.GridColumnLayout