Package | Description |
---|---|
org.eclipse.nebula.jface.gridviewer | |
org.eclipse.nebula.widgets.grid |
Modifier and Type | Method | Description |
---|---|---|
GridColumn |
GridViewerColumn.getColumn() |
Returns the underlying column.
|
Constructor | Description |
---|---|
GridViewerColumn(GridTableViewer viewer,
GridColumn column) |
|
GridViewerColumn(GridTreeViewer viewer,
GridColumn column) |
Modifier and Type | Field | Description |
---|---|---|
GridColumn[] |
GridVisibleRangeSupport.RangeChangedEvent.addedColumns |
Columns added to the range
|
GridColumn[] |
GridVisibleRangeSupport.RangeChangedEvent.removedColumns |
Columns removed from the range
|
Modifier and Type | Method | Description |
---|---|---|
GridColumn |
Grid.getColumn(int index) |
Returns the column at the given, zero-relative index in the receiver.
|
GridColumn |
Grid.getColumn(org.eclipse.swt.graphics.Point point) |
Returns the column at the given point in the receiver or null if no such
column exists.
|
GridColumn[] |
Grid.getColumns() |
Returns an array of
GridColumn s which are the columns in the
receiver. |
GridColumn[] |
Grid.GridVisibleRange.getColumns() |
|
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 | 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.setFocusColumn(GridColumn column) |
Sets the focused item to the given column.
|
void |
Grid.showColumn(GridColumn col) |
Shows the column.
|