Package | Description |
---|---|
org.eclipse.nebula.jface.gridviewer | |
org.eclipse.nebula.widgets.grid |
Modifier and Type | Method | Description |
---|---|---|
Grid |
GridTableViewer.getGrid() |
Returns the underlying Grid Control.
|
Grid |
GridTreeViewer.getGrid() |
Returns the underlying
Grid Control. |
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.
|
Modifier and Type | Method | 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 . |
Modifier and Type | Method | Description |
---|---|---|
static GridVisibleRangeSupport |
GridVisibleRangeSupport.createFor(Grid grid) |
Create a range support for the given grid instance
|
static void |
GridUtils.gridToXml(Grid grid,
java.io.OutputStream outputStream) |
This method export a grid into a outputstream using xml.
|
Constructor | 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 Table) and a style
value describing its behavior and appearance.
|
GridDragSourceEffect(Grid grid) |
|
GridDropTargetEffect(Grid grid) |
Creates a new
GridDropTargetEffect to handle the drag under effect on the specified
Grid . |
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.
|