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 GridColumnGridViewerColumn. columnThe 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 GridColumnGridViewerColumn. createColumn(Grid table, int style, int index)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 rangeprivate GridColumnGridHeaderEditor. columnprivate GridColumnGrid. columnBeingPushedReference to the column whose header is currently in a pushed state.private GridColumnGrid. columnBeingResizedReference to the column being resized.private GridColumn[]Grid.GridVisibleRange. columnsprivate GridColumn[]GridColumnGroup. columnsprivate GridColumnGrid. dragDropAfterColumnprivate GridColumnGrid. dragDropBeforeColumnprivate GridColumnGrid. focusColumnprivate GridColumnGrid. hoveringColumnReference to the column that the mouse is currently hovering over.private GridColumnGrid. hoveringColumnHeaderprivate GridColumnGrid. insertMarkColumnprivate GridColumnGrid. intendedFocusColumnThis 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. removedColumnsColumns removed from the rangeprivate GridColumnGrid. shiftSelectionAnchorColumnFields in org.eclipse.nebula.widgets.grid with type parameters of type GridColumn Modifier and Type Field Description private java.util.List<GridColumn>Grid. columnsList of table columns in creation/index order.private java.util.List<GridColumn>Grid. displayOrderedColumnsList of the table columns in the order they are displayed.private java.util.List<GridColumn>Grid. selectedColumnsMethods 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.private GridColumnGrid. 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.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.private GridColumnGrid. 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) 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.private GridColumnGrid. overColumnFooter(int x, int y)Returns a column reference if the x,y coordinates are over a column header (header only).private GridColumnGrid. 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 Win7RendererSupportWin7RendererSupport. decorateColumnHeader(GridColumn col)Decorate a single column headerWin7RendererSupportWin7RendererSupport. decorateColumnHeaders(GridColumn[] cols)Decorate an array of column headersprivate voidGrid. getCells(GridColumn col, java.util.Vector<org.eclipse.swt.graphics.Point> cells)private intGrid. getColumnHeaderXPosition(GridColumn column)Returns the x position of the given column.GridColumnGrid. 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.private org.eclipse.swt.graphics.PointGrid. 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.PointGrid. 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 GridColumnGrid. 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) 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.private static voidGridUtils. writeChildren(org.w3c.dom.Document doc, org.w3c.dom.Element rootElement, GridColumn[] columnsList, GridItem[] itemsArray, DataVisualizer dataVisualizer, int level)private static org.w3c.dom.ElementGridUtils. 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 voidGridPropertyHandler. 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.PointDefaultColumnHeaderRenderer. computeControlSize(GridColumn column)private voidDefaultColumnHeaderRenderer. 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.PointWin7GridColumnHeaderRenderer. computeControlSize(GridColumn column)private voidWin7GridColumnHeaderRenderer. getTextLayout(org.eclipse.swt.graphics.GC gc, GridColumn column)
-