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 Grid
GridTableViewer. grid
This viewer's grid control.private Grid
GridTreeViewer. grid
This viewer's grid control.Methods in org.eclipse.nebula.jface.gridviewer that return Grid Modifier and Type Method Description Grid
GridTableViewer. getGrid()
Returns the underlying Grid Control.Grid
GridTreeViewer. getGrid()
Returns the underlyingGrid
Control.Methods in org.eclipse.nebula.jface.gridviewer with parameters of type Grid Modifier and Type Method Description private static GridColumn
GridViewerColumn. 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 Grid
GridDropTargetEffect. grid
private Grid
GridVisibleRangeSupport. grid
private Grid
Win7RendererSupport. grid
private Grid
GridColumn. parent
Parent table.private Grid
GridColumnGroup. parent
private Grid
GridItem. parent
Parent grid instance.(package private) Grid
GridEditor. table
private Grid
GridHeaderEditor. table
Methods in org.eclipse.nebula.widgets.grid that return Grid Modifier and Type Method Description Grid
GridColumn. getParent()
Returns the parent grid.Grid
GridColumnGroup. getParent()
Grid
GridItem. 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 Win7RendererSupport
Win7RendererSupport. create(Grid grid)
static GridVisibleRangeSupport
GridVisibleRangeSupport. createFor(Grid grid)
Create a range support for the given grid instancestatic void
GridUtils. gridToXml(Grid grid, java.io.OutputStream outputStream)
This method export a grid into a outputstream using xml.private void
GridColumn. 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 newGridDropTargetEffect
to 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 boolean
GridPropertyHandler. applyCSSPropertyFamily(java.lang.Object element, Grid grid, org.w3c.dom.css.CSSValue value, java.lang.String target)
private void
GridPropertyHandler. applyCSSPropertyFont(java.lang.Object element, Grid grid, org.w3c.dom.css.CSSValue value, java.lang.String target)
private boolean
GridPropertyHandler. applyCSSPropertySize(java.lang.Object element, Grid grid, org.w3c.dom.css.CSSValue value, java.lang.String target)
private boolean
GridPropertyHandler. applyCSSPropertyStyle(java.lang.Object element, Grid grid, org.w3c.dom.css.CSSValue value, java.lang.String target)
private boolean
GridPropertyHandler. applyCSSPropertyWeight(java.lang.Object element, Grid grid, org.w3c.dom.css.CSSValue value, java.lang.String target)
private void
GridPropertyHandler. 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)
-