public final class GridViewerColumn
extends org.eclipse.jface.viewers.ViewerColumn
Constructor | Description |
---|---|
GridViewerColumn(GridTableViewer viewer,
int style) |
Create a new column in the
GridTableViewer |
GridViewerColumn(GridTableViewer viewer,
int style,
int index) |
Create a new column in the
GridTableViewer |
GridViewerColumn(GridTableViewer viewer,
GridColumn column) |
|
GridViewerColumn(GridTreeViewer viewer,
int style) |
Create a new column in the
GridTreeViewer |
GridViewerColumn(GridTreeViewer viewer,
int style,
int index) |
Create a new column in the
GridTreeViewer |
GridViewerColumn(GridTreeViewer viewer,
GridColumn column) |
Modifier and Type | Method | Description |
---|---|---|
GridColumn |
getColumn() |
Returns the underlying column.
|
void |
setEditingSupport(org.eclipse.jface.viewers.EditingSupport editingSupport) |
public GridViewerColumn(GridTableViewer viewer, int style)
GridTableViewer
viewer
- the viewer the column belongs tostyle
- the style used to create the column for style bits see
GridColumn
GridColumn(Grid, int)
public GridViewerColumn(GridTreeViewer viewer, int style)
GridTreeViewer
viewer
- the viewer the column belongs tostyle
- the style used to create the column for style bits see
GridColumn
GridColumn(Grid, int)
public GridViewerColumn(GridTableViewer viewer, int style, int index)
GridTableViewer
viewer
- the viewer the column belongs tostyle
- the style used to create the column for style bits see
GridColumn
index
- the index of the newly created columnGridColumn(Grid, int, int)
public GridViewerColumn(GridTreeViewer viewer, int style, int index)
GridTreeViewer
viewer
- the viewer the column belongs tostyle
- the style used to create the column for style bits see
GridColumn
index
- the index of the newly created columnGridColumn(Grid, int, int)
public GridViewerColumn(GridTreeViewer viewer, GridColumn column)
viewer
- the viewer the column belongs tocolumn
- the column the viewer is attached topublic GridViewerColumn(GridTableViewer viewer, GridColumn column)
viewer
- the viewer the column belongs tocolumn
- the column the viewer is attached topublic GridColumn getColumn()
public void setEditingSupport(org.eclipse.jface.viewers.EditingSupport editingSupport)
setEditingSupport
in class org.eclipse.jface.viewers.ViewerColumn