Class GridColumnLayout
AbstractColumnLayout
org.eclipse.nebula.jface.gridviewer.GridColumnLayout
public class GridColumnLayout
extends AbstractColumnLayout
The GridColumnLayout is the
Layout used to maintain GridColumn sizes in a
Grid.
You can only add the Layout to a container whose only child is the Grid
control you want the Layout applied to. Don't assign the layout directly the
Grid
This class was copied from
and adapted to invalid reference
TableColumnLayoutGrid.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intgetColumnCount(Scrollable tableTree) protected ColumnLayoutDatagetLayoutData(Scrollable tableTree, int columnIndex) protected voidsetColumnWidths(Scrollable tableTree, int[] widths) protected voidupdateColumnData(Widget column)
-
Constructor Details
-
GridColumnLayout
public GridColumnLayout()
-
-
Method Details
-
getColumnCount
-
setColumnWidths
-
getLayoutData
-
updateColumnData
-