Class ControlWithColumnUtils

java.lang.Object
com._1c.g5.v8.dt.common.ui.ControlWithColumnUtils

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

    • ControlWithColumnUtils

      public ControlWithColumnUtils()
  • Method Details

    • 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