Package | Description |
---|---|
org.eclipse.nebula.jface.gridviewer | |
org.eclipse.nebula.widgets.grid |
Modifier and Type | Method and Description |
---|---|
GridColumn |
GridViewerColumn.getColumn()
Returns the underlying column.
|
Constructor and Description |
---|
GridViewerColumn(GridTableViewer viewer,
GridColumn column) |
GridViewerColumn(GridTreeViewer viewer,
GridColumn column) |
Modifier and Type | Method and Description |
---|---|
GridColumn |
Grid.getColumn(int index)
Returns the column at the given, zero-relative index in the receiver.
|
GridColumn[] |
Grid.getColumns()
Returns an array of
GridColumn s which are the columns in the
receiver. |
GridColumn[] |
GridColumnGroup.getColumns()
Returns the columns within this group.
|
GridColumn |
Grid.getNextVisibleColumn(GridColumn column)
Returns the next visible column in the table.
|
GridColumn |
Grid.getPreviousVisibleColumn(GridColumn column)
Returns the previous visible column in the table.
|
Modifier and Type | Method and Description |
---|---|
GridColumn |
Grid.getNextVisibleColumn(GridColumn column)
Returns the next visible column in the table.
|
GridColumn |
Grid.getPreviousVisibleColumn(GridColumn column)
Returns the previous visible column in the table.
|
int |
Grid.indexOf(GridColumn column)
Searches the receiver's list starting at the first column (index 0) until
a column is found that is equal to the argument, and returns the index of
that column.
|
void |
Grid.showColumn(GridColumn column)
Shows the column.
|
Copyright (c) EclipseSource and others 2002, 2017.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0