Uses of Class
org.eclipse.nebula.widgets.grid.GridColumn
| Package | Description |
|---|---|
| org.eclipse.nebula.jface.gridviewer | |
| org.eclipse.nebula.widgets.grid |
-
Uses of GridColumn in org.eclipse.nebula.jface.gridviewer
Methods in org.eclipse.nebula.jface.gridviewer that return GridColumn Modifier and Type Method Description GridColumnGridViewerColumn. getColumn()Returns the underlying column.Constructors in org.eclipse.nebula.jface.gridviewer with parameters of type GridColumn Constructor Description GridViewerColumn(org.eclipse.jface.viewers.ColumnViewer viewer, GridColumn column)GridViewerColumn(GridTableViewer viewer, GridColumn column)GridViewerColumn(GridTreeViewer viewer, GridColumn column) -
Uses of GridColumn in org.eclipse.nebula.widgets.grid
Fields in org.eclipse.nebula.widgets.grid declared as GridColumn Modifier and Type Field Description GridColumn[]GridVisibleRangeSupport.RangeChangedEvent. addedColumnsColumns added to the rangeGridColumn[]GridVisibleRangeSupport.RangeChangedEvent. removedColumnsColumns removed from the rangeMethods in org.eclipse.nebula.widgets.grid that return GridColumn Modifier and Type Method Description GridColumnGrid. getColumn(int index)Returns the column at the given, zero-relative index in the receiver.GridColumnGrid. 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 ofGridColumns which are the columns in the receiver.GridColumn[]Grid.GridVisibleRange. getColumns()GridColumn[]GridColumnGroup. getColumns()Returns the columns within this group.(package private) GridColumn[]Grid. getColumnsInOrder()Returns an array of the columns in their display order.(package private) GridColumnGridColumnGroup. getFirstVisibleColumn()Returns the first visible column in this column group.(package private) GridColumnGrid. getFocusColumn()(package private) GridColumnGridColumnGroup. getLastVisibleColumn()Returns the last visible column in this column group.GridColumnGrid. getNextVisibleColumn(GridColumn column)Returns the next visible column in the table.GridColumnGrid. getPreviousVisibleColumn(GridColumn column)Returns the previous visible column in the table.(package private) GridColumnGrid. getVisibleColumn_DegradeLeft(GridItem item, GridColumn col)Returns the first visible column that is not spanned by any other column that is either the given column or any of the columns displaying to the left of the given column.(package private) GridColumnGrid. getVisibleColumn_DegradeRight(GridItem item, GridColumn col)Returns the first visible column that is not spanned by any other column that is either the given column or any of the columns displaying to the right of the given column.Methods in org.eclipse.nebula.widgets.grid with parameters of type GridColumn Modifier and Type Method Description Win7RendererSupportWin7RendererSupport. decorateColumnHeader(GridColumn col)Decorate a single column headerWin7RendererSupportWin7RendererSupport. decorateColumnHeaders(GridColumn[] cols)Decorate an array of column headersGridColumnGrid. getNextVisibleColumn(GridColumn column)Returns the next visible column in the table.(package private) org.eclipse.swt.graphics.PointGrid. getOrigin(GridColumn column, GridItem item)Returns the intersection of the given column and given item.GridColumnGrid. getPreviousVisibleColumn(GridColumn column)Returns the previous visible column in the table.(package private) GridColumnGrid. getVisibleColumn_DegradeLeft(GridItem item, GridColumn col)Returns the first visible column that is not spanned by any other column that is either the given column or any of the columns displaying to the left of the given column.(package private) GridColumnGrid. getVisibleColumn_DegradeRight(GridItem item, GridColumn col)Returns the first visible column that is not spanned by any other column that is either the given column or any of the columns displaying to the right of the given column.(package private) voidGrid. handlePacked(GridColumn column)intGrid. 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.(package private) intGrid. newColumn(GridColumn column, int index)Inserts a new column into the table.(package private) voidGridColumnGroup. newColumn(GridColumn column, int index)(package private) voidGrid. removeColumn(GridColumn column)Removes the given column from the table.(package private) voidGridColumnGroup. removeColumn(GridColumn col)voidGrid. setFocusColumn(GridColumn column)Sets the focused item to the given column.(package private) voidGrid. setInsertMark(GridItem item, GridColumn column, boolean before)Display a mark indicating the point at which an item will be inserted.voidGrid. showColumn(GridColumn col)Shows the column.protected voidGrid. showToolTip(GridItem item, GridColumn column, GridColumnGroup group, org.eclipse.swt.graphics.Point location)Shows the inplace tooltip for the given item and column.Constructors in org.eclipse.nebula.widgets.grid with parameters of type GridColumn Constructor Description GridHeaderEditor(GridColumn column)Creates a TableEditor for the specified Table.