Uses of Class
org.eclipse.nebula.widgets.grid.Grid
-
Packages that use Grid Package Description org.eclipse.nebula.jface.gridviewer org.eclipse.nebula.widgets.grid org.eclipse.nebula.widgets.grid.css -
-
Uses of Grid in org.eclipse.nebula.jface.gridviewer
Fields in org.eclipse.nebula.jface.gridviewer declared as Grid Modifier and Type Field Description private GridGridTableViewer. gridThis viewer's grid control.private GridGridTreeViewer. gridThis viewer's grid control.Methods in org.eclipse.nebula.jface.gridviewer that return Grid Modifier and Type Method Description GridGridTableViewer. getGrid()Returns the underlying Grid Control.GridGridTreeViewer. getGrid()Returns the underlyingGridControl.Methods in org.eclipse.nebula.jface.gridviewer with parameters of type Grid Modifier and Type Method Description private static GridColumnGridViewerColumn. createColumn(Grid table, int style, int index)Constructors in org.eclipse.nebula.jface.gridviewer with parameters of type Grid Constructor Description GridTableViewer(Grid grid)Creates a grid viewer on the given grid control.GridTreeViewer(Grid grid)Creates a grid tree viewer on the given grid control. -
Uses of Grid in org.eclipse.nebula.widgets.grid
Fields in org.eclipse.nebula.widgets.grid declared as Grid Modifier and Type Field Description private GridGridDropTargetEffect. gridprivate GridGridVisibleRangeSupport. gridprivate GridWin7RendererSupport. gridprivate GridGridColumn. parentParent table.private GridGridColumnGroup. parentprivate GridGridItem. parentParent grid instance.(package private) GridGridEditor. tableprivate GridGridHeaderEditor. tableMethods in org.eclipse.nebula.widgets.grid that return Grid Modifier and Type Method Description GridGridColumn. getParent()Returns the parent grid.GridGridColumnGroup. getParent()GridGridItem. getParent()Returns the receiver's parent, which must be aGrid.Methods in org.eclipse.nebula.widgets.grid with parameters of type Grid Modifier and Type Method Description static Win7RendererSupportWin7RendererSupport. create(Grid grid)static GridVisibleRangeSupportGridVisibleRangeSupport. createFor(Grid grid)Create a range support for the given grid instancestatic voidGridUtils. gridToXml(Grid grid, java.io.OutputStream outputStream)This method export a grid into a outputstream using xml.private voidGridColumn. init(Grid table, int style, int index)Constructors in org.eclipse.nebula.widgets.grid with parameters of type Grid Constructor Description GridColumn(Grid parent, int style)Constructs a new instance of this class given its parent (which must be aGrid) and a style value describing its behavior and appearance.GridColumn(Grid parent, int style, int index)Constructs a new instance of this class given its parent (which must be aGrid), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.GridColumnGroup(Grid parent, int style)Constructs a new instance of this class given its parent (which must be a Table) and a style value describing its behavior and appearance.GridDragSourceEffect(Grid grid)GridDropTargetEffect(Grid grid)Creates a newGridDropTargetEffectto handle the drag under effect on the specifiedGrid.GridEditor(Grid table)Creates a TableEditor for the specified Table.GridItem(Grid parent, int style)Creates a new instance of this class and places the item at the end of the grid.GridItem(Grid parent, int style, int index)Creates a new instance of this class and places the item in the grid at the given index.GridVisibleRangeSupport(Grid grid)RangeChangedEvent(Grid grid, Grid.GridVisibleRange visibleRange)Win7RendererSupport(Grid agrid) -
Uses of Grid in org.eclipse.nebula.widgets.grid.css
Methods in org.eclipse.nebula.widgets.grid.css with parameters of type Grid Modifier and Type Method Description private booleanGridPropertyHandler. applyCSSPropertyFamily(java.lang.Object element, Grid grid, org.w3c.dom.css.CSSValue value, java.lang.String target)private voidGridPropertyHandler. applyCSSPropertyFont(java.lang.Object element, Grid grid, org.w3c.dom.css.CSSValue value, java.lang.String target)private booleanGridPropertyHandler. applyCSSPropertySize(java.lang.Object element, Grid grid, org.w3c.dom.css.CSSValue value, java.lang.String target)private booleanGridPropertyHandler. applyCSSPropertyStyle(java.lang.Object element, Grid grid, org.w3c.dom.css.CSSValue value, java.lang.String target)private booleanGridPropertyHandler. applyCSSPropertyWeight(java.lang.Object element, Grid grid, org.w3c.dom.css.CSSValue value, java.lang.String target)private voidGridPropertyHandler. applyFont(Grid grid, org.eclipse.swt.graphics.FontData fd, java.lang.String target)Constructors in org.eclipse.nebula.widgets.grid.css with parameters of type Grid Constructor Description GridElement(Grid composite, org.eclipse.e4.ui.css.core.engine.CSSEngine engine)
-