Package | Description |
---|---|
org.eclipse.nebula.jface.gridviewer | |
org.eclipse.nebula.widgets.grid |
Modifier and Type | Method and Description |
---|---|
Grid |
GridTableViewer.getGrid()
Returns the underlying Grid Control.
|
Grid |
GridTreeViewer.getGrid()
Returns the underlying
Grid Control. |
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Grid |
GridColumn.getParent()
Returns the parent grid.
|
Grid |
GridColumnGroup.getParent()
Returns the parent grid.
|
Grid |
GridItem.getParent()
Returns the receiver's parent, which must be a
Grid . |
Constructor and Description |
---|
GridColumn(Grid parent,
int style)
Constructs a new instance of this class given its parent (which must be a
Grid ) 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 a
Grid ), 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 Grid) and a style
value describing its behavior and appearance.
|
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.
|
Copyright (c) EclipseSource and others 2002, 2020.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0