Class GridViewerColumn
java.lang.Object
ViewerColumn
org.eclipse.nebula.jface.gridviewer.GridViewerColumn
public final class GridViewerColumn
extends ViewerColumn
The concrete implementation of the ColumnViewer for the grid.
-
Field Summary
Modifier and TypeFieldDescriptionprotected Listener
Listener used to get informed when the colum resizes -
Constructor Summary
ConstructorDescriptionGridViewerColumn
(GridTableViewer viewer, int style) Create a new column in theGridTableViewer
GridViewerColumn
(GridTableViewer viewer, int style, int index) Create a new column in theGridTableViewer
GridViewerColumn
(GridTableViewer viewer, GridColumn column) GridViewerColumn
(GridTreeViewer viewer, int style) Create a new column in theGridTreeViewer
GridViewerColumn
(GridTreeViewer viewer, int style, int index) Create a new column in theGridTreeViewer
GridViewerColumn
(GridTreeViewer viewer, GridColumn column) -
Method Summary
Modifier and TypeMethodDescriptionReturns the underlying column.protected void
void
setEditingSupport
(EditingSupport editingSupport)
-
Field Details
-
columnResizeListener
Listener used to get informed when the colum resizes
-
-
Constructor Details
-
GridViewerColumn
Create a new column in theGridTableViewer
- Parameters:
viewer
- the viewer the column belongs tostyle
- the style used to create the column for style bits seeGridColumn
- See Also:
-
GridViewerColumn
Create a new column in theGridTreeViewer
- Parameters:
viewer
- the viewer the column belongs tostyle
- the style used to create the column for style bits seeGridColumn
- See Also:
-
GridViewerColumn
Create a new column in theGridTableViewer
- Parameters:
viewer
- the viewer the column belongs tostyle
- the style used to create the column for style bits seeGridColumn
index
- the index of the newly created column- See Also:
-
GridViewerColumn
Create a new column in theGridTreeViewer
- Parameters:
viewer
- the viewer the column belongs tostyle
- the style used to create the column for style bits seeGridColumn
index
- the index of the newly created column- See Also:
-
GridViewerColumn
- Parameters:
viewer
- the viewer the column belongs tocolumn
- the column the viewer is attached to
-
GridViewerColumn
- Parameters:
viewer
- the viewer the column belongs tocolumn
- the column the viewer is attached to
-
-
Method Details
-
getColumn
Returns the underlying column.- Returns:
- the underlying Nebula column
-
setEditingSupport
public void setEditingSupport(EditingSupport editingSupport) -
handleDispose
protected void handleDispose()
-