Class ControlWithColumnUtils


  • public class ControlWithColumnUtils
    extends Object
    This class has utils method for SWT control with columns.
    • Constructor Detail

      • ControlWithColumnUtils

        public ControlWithColumnUtils()
    • Method Detail

      • addStretchLastColumn

        public static void addStretchLastColumn​(org.eclipse.swt.widgets.Control control)
        The method add hook for Table or Tree or Grid control This method added listener which change last column size, after resize other column or control resize
        Parameters:
        table - the table for which add stretch last column