Package com._1c.g5.v8.dt.common.ui
Class ControlWithColumnUtils
java.lang.Object
com._1c.g5.v8.dt.common.ui.ControlWithColumnUtils
This class has utils method for
SWT
control with columns.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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
-
Constructor Details
-
ControlWithColumnUtils
public ControlWithColumnUtils()
-
-
Method Details
-
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
-