Uses of Class
org.eclipse.nebula.widgets.grid.GridColumn
-
-
Uses of GridColumn in org.eclipse.nebula.jface.gridviewer
Fields in org.eclipse.nebula.jface.gridviewer declared as GridColumn Modifier and Type Field Description private GridColumn
GridViewerColumn. column
The concrete grid column that is being represented by theViewerColumn
.Methods in org.eclipse.nebula.jface.gridviewer that return GridColumn Modifier and Type Method Description private static GridColumn
GridViewerColumn. createColumn(Grid table, int style, int index)
GridColumn
GridViewerColumn. 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. addedColumns
Columns added to the rangeprivate GridColumn
GridHeaderEditor. column
private GridColumn
Grid. columnBeingPushed
Reference to the column whose header is currently in a pushed state.private GridColumn
Grid. columnBeingResized
Reference to the column being resized.private GridColumn[]
Grid.GridVisibleRange. columns
private GridColumn[]
GridColumnGroup. columns
private GridColumn
Grid. dragDropAfterColumn
private GridColumn
Grid. dragDropBeforeColumn
private GridColumn
Grid. focusColumn
private GridColumn
Grid. hoveringColumn
Reference to the column that the mouse is currently hovering over.private GridColumn
Grid. hoveringColumnHeader
private GridColumn
Grid. insertMarkColumn
private GridColumn
Grid. intendedFocusColumn
This is the column that the user last navigated to, but may not be the focusColumn because that column may be spanned in the current row.GridColumn[]
GridVisibleRangeSupport.RangeChangedEvent. removedColumns
Columns removed from the rangeprivate GridColumn
Grid. shiftSelectionAnchorColumn
Fields in org.eclipse.nebula.widgets.grid with type parameters of type GridColumn Modifier and Type Field Description private java.util.List<GridColumn>
Grid. columns
List of table columns in creation/index order.private java.util.List<GridColumn>
Grid. displayOrderedColumns
List of the table columns in the order they are displayed.private java.util.List<GridColumn>
Grid. selectedColumns
Methods in org.eclipse.nebula.widgets.grid that return GridColumn Modifier and Type Method Description GridColumn
Grid. getColumn(int index)
Returns the column at the given, zero-relative index in the receiver.private GridColumn
Grid. getColumn(GridItem item, org.eclipse.swt.graphics.Point point)
Returns the column at the given point and a known item in the receiver or null if no such column exists.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 ofGridColumn
s 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) GridColumn
GridColumnGroup. getFirstVisibleColumn()
Returns the first visible column in this column group.(package private) GridColumn
Grid. getFocusColumn()
(package private) GridColumn
GridColumnGroup. getLastVisibleColumn()
Returns the last visible column in this column 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.private GridColumn
Grid. getSpanningColumn(GridItem item, GridColumn column)
Returns the column which is spanning the given column for the given item or null if it is not being spanned.(package private) GridColumn
Grid. 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) GridColumn
Grid. 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.private GridColumn
Grid. overColumnFooter(int x, int y)
Returns a column reference if the x,y coordinates are over a column header (header only).private GridColumn
Grid. overColumnHeader(int x, int y)
Returns a column reference if the x,y coordinates are over a column header (header only).Methods in org.eclipse.nebula.widgets.grid with parameters of type GridColumn Modifier and Type Method Description Win7RendererSupport
Win7RendererSupport. decorateColumnHeader(GridColumn col)
Decorate a single column headerWin7RendererSupport
Win7RendererSupport. decorateColumnHeaders(GridColumn[] cols)
Decorate an array of column headersprivate void
Grid. getCells(GridColumn col, java.util.Vector<org.eclipse.swt.graphics.Point> cells)
private int
Grid. getColumnHeaderXPosition(GridColumn column)
Returns the x position of the given column.GridColumn
Grid. getNextVisibleColumn(GridColumn column)
Returns the next visible column in the table.(package private) org.eclipse.swt.graphics.Point
Grid. getOrigin(GridColumn column, GridItem item)
Returns the intersection of the given column and given item.GridColumn
Grid. getPreviousVisibleColumn(GridColumn column)
Returns the previous visible column in the table.private org.eclipse.swt.graphics.Point
Grid. getRowSelectionRange(GridItem item, GridColumn fromColumn, GridColumn toColumn)
Returns a point whose x and y value are the to and from column indexes of the new selection range inclusive of all spanned columns.private org.eclipse.swt.graphics.Point
Grid. getSelectionRange(GridItem fromItem, GridColumn fromColumn, GridItem toItem, GridColumn toColumn)
Returns a point whose x and y values are the to and from column indexes of the new selection range inclusive of all spanned columns.private GridColumn
Grid. getSpanningColumn(GridItem item, GridColumn column)
Returns the column which is spanning the given column for the given item or null if it is not being spanned.(package private) GridColumn
Grid. 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) GridColumn
Grid. 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) void
Grid. handlePacked(GridColumn column)
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.(package private) int
Grid. newColumn(GridColumn column, int index)
Inserts a new column into the table.(package private) void
GridColumnGroup. newColumn(GridColumn column, int index)
(package private) void
Grid. removeColumn(GridColumn column)
Removes the given column from the table.(package private) void
GridColumnGroup. removeColumn(GridColumn col)
void
Grid. setFocusColumn(GridColumn column)
Sets the focused item to the given column.(package private) void
Grid. setInsertMark(GridItem item, GridColumn column, boolean before)
Display a mark indicating the point at which an item will be inserted.void
Grid. showColumn(GridColumn col)
Shows the column.protected void
Grid. showToolTip(GridItem item, GridColumn column, GridColumnGroup group, org.eclipse.swt.graphics.Point location)
Shows the inplace tooltip for the given item and column.private static void
GridUtils. writeChildren(org.w3c.dom.Document doc, org.w3c.dom.Element rootElement, GridColumn[] columnsList, GridItem[] itemsArray, DataVisualizer dataVisualizer, int level)
private static org.w3c.dom.Element
GridUtils. writeGridItemInformation(org.w3c.dom.Document doc, org.w3c.dom.Element rootElement, GridColumn[] columnsList, DataVisualizer dataVisualizer, GridItem item)
Constructors in org.eclipse.nebula.widgets.grid with parameters of type GridColumn Constructor Description GridHeaderEditor(GridColumn column)
Creates a TableEditor for the specified Table. -
Uses of GridColumn in org.eclipse.nebula.widgets.grid.css
Methods in org.eclipse.nebula.widgets.grid.css with parameters of type GridColumn Modifier and Type Method Description private void
GridPropertyHandler. applyFont(GridColumn column, org.eclipse.swt.graphics.FontData fd, java.lang.String target)
-
Uses of GridColumn in org.eclipse.nebula.widgets.grid.internal
Methods in org.eclipse.nebula.widgets.grid.internal with parameters of type GridColumn Modifier and Type Method Description private org.eclipse.swt.graphics.Point
DefaultColumnHeaderRenderer. computeControlSize(GridColumn column)
private void
DefaultColumnHeaderRenderer. getTextLayout(org.eclipse.swt.graphics.GC gc, GridColumn column)
-
Uses of GridColumn in org.eclipse.nebula.widgets.grid.internal.win7
Methods in org.eclipse.nebula.widgets.grid.internal.win7 with parameters of type GridColumn Modifier and Type Method Description private org.eclipse.swt.graphics.Point
Win7GridColumnHeaderRenderer. computeControlSize(GridColumn column)
private void
Win7GridColumnHeaderRenderer. getTextLayout(org.eclipse.swt.graphics.GC gc, GridColumn column)
-