Uses of Class
org.eclipse.nebula.widgets.grid.GridColumnGroup
Packages that use GridColumnGroup
-
Uses of GridColumnGroup in org.eclipse.nebula.widgets.grid
Methods in org.eclipse.nebula.widgets.grid that return GridColumnGroupModifier and TypeMethodDescriptionGrid.getColumnGroup
(int index) Returns the column group at the given, zero-relative index in the receiver.GridColumn.getColumnGroup()
Returns the column group if this column was created inside a group, ornull
otherwise.Grid.getColumnGroups()
Returns an array ofGridColumnGroup
s which are the column groups in the receiver.Methods in org.eclipse.nebula.widgets.grid with parameters of type GridColumnGroupModifier and TypeMethodDescriptionvoid
Grid.selectColumnGroup
(GridColumnGroup colGroup) Selects all cells in the given column group in the receiver.Constructors in org.eclipse.nebula.widgets.grid with parameters of type GridColumnGroupModifierConstructorDescriptionGridColumn
(GridColumnGroup parent, int style) Constructs a new instance of this class given its parent column group (which must be aGridColumnGroup
), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.