Uses of Class
org.eclipse.nebula.widgets.grid.Grid
Packages that use Grid
-
Uses of Grid in org.eclipse.nebula.jface.gridviewer
Methods in org.eclipse.nebula.jface.gridviewer that return GridModifier and TypeMethodDescriptionGridTableViewer.getGrid()
Returns the underlying Grid Control.GridTreeViewer.getGrid()
Returns the underlyingGrid
Control.Constructors in org.eclipse.nebula.jface.gridviewer with parameters of type GridModifierConstructorDescriptionGridTableViewer
(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
Methods in org.eclipse.nebula.widgets.grid that return GridModifier and TypeMethodDescriptionGridColumn.getParent()
Returns the parent grid.GridColumnGroup.getParent()
Returns the parent grid.GridItem.getParent()
Returns the receiver's parent, which must be aGrid
.Constructors in org.eclipse.nebula.widgets.grid with parameters of type GridModifierConstructorDescriptionGridColumn
(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 Grid) and a style value describing its behavior and appearance.GridEditor
(Grid table) Creates a TableEditor for the specified Table.Creates a new instance of this class and places the item at the end of the grid.Creates a new instance of this class and places the item in the grid at the given index.