Package com._1c.g5.v8.dt.common.ui
Class ControlWithColumnUtils
- java.lang.Object
-
- com._1c.g5.v8.dt.common.ui.ControlWithColumnUtils
-
public class ControlWithColumnUtils extends Object
This class has utils method forSWT
control with columns.
-
-
Constructor Summary
Constructors Constructor Description ControlWithColumnUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addStretchLastColumn(org.eclipse.swt.widgets.Control control)
The method add hook forTable
orTree
orGrid
control This method added listener which change last column size, after resize other column or control resize
-
-
-
Method Detail
-
addStretchLastColumn
public static void addStretchLastColumn(org.eclipse.swt.widgets.Control control)
The method add hook forTable
orTree
orGrid
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
-
-