Package | Description |
---|---|
org.eclipse.nebula.widgets.grid |
Modifier and Type | Method and Description |
---|---|
GridColumnGroup |
GridColumn.getColumnGroup()
Returns the column group if this column was created inside a group, or
null otherwise. |
GridColumnGroup |
Grid.getColumnGroup(int index)
Returns the column group at the given, zero-relative index in the receiver.
|
GridColumnGroup[] |
Grid.getColumnGroups()
Returns an array of
GridColumnGroup s which are the column groups in
the receiver. |
Modifier and Type | Method and Description |
---|---|
Win7RendererSupport |
Win7RendererSupport.decorateColumnGroupHeader(GridColumnGroup group)
Decorate a single grid column group header
|
Win7RendererSupport |
Win7RendererSupport.decorateColumnGroupHeaders(GridColumnGroup[] groups)
Decorate an array of grid column group headers
|
(package private) void |
Grid.newColumnGroup(GridColumnGroup group)
Creates the given column group at the given index.
|
(package private) void |
Grid.removeColumnGroup(GridColumnGroup group)
Removes the given column group from the table.
|
void |
Grid.selectColumnGroup(GridColumnGroup colGroup)
Selects all cells in the given column group in the receiver.
|
protected void |
Grid.showToolTip(GridItem item,
GridColumn column,
GridColumnGroup group,
org.eclipse.swt.graphics.Point location)
Shows the inplace tooltip for the given item and column.
|
Constructor and Description |
---|
GridColumn(GridColumnGroup parent,
int style)
Constructs a new instance of this class given its parent column group
(which must be a
GridColumnGroup ), a style value describing
its behavior and appearance, and the index at which to place it in the
items maintained by its parent. |