Uses of Class
org.eclipse.nebula.widgets.grid.GridItem
Packages that use GridItem
-
Uses of GridItem in org.eclipse.nebula.widgets.grid
Methods in org.eclipse.nebula.widgets.grid that return GridItemModifier and TypeMethodDescriptionGrid.getFocusItem()
Returns the current item in focus.Grid.getItem
(int index) Returns the item at the given, zero-relative index in the receiver.Returns the item at the given point in the receiver or null if no such item exists.GridEditor.getItem()
Returns the TableItem for the row of the cell being tracked by this editor.GridItem.getItem
(int index) Returns the item at the given, zero-relative index in the receiver.GridItem[]
Grid.getItems()
Returns a (possibly empty) array ofGridItem
s which are the items in the receiver.GridItem[]
GridItem.getItems()
Returns a (possibly empty) array ofGridItem
s which are the direct item children of the receiver.Grid.getNextVisibleItem
(GridItem item) Returns the next visible item in the table.GridItem.getParentItem()
Returns the receiver's parent item, which must be aGridItem
or null when the receiver is a root.Grid.getPreviousVisibleItem
(GridItem item) Returns the previous visible item in the table.Grid.getRootItem
(int index) TODO: JavaDocGridItem[]
Grid.getRootItems()
Returns a (possibly empty) array ofGridItem
s which are the root items in the receiver.GridItem[]
Grid.getSelection()
Returns a array ofGridItem
s that are currently selected in the receiver.Methods in org.eclipse.nebula.widgets.grid with parameters of type GridItemModifier and TypeMethodDescriptionGrid.getNextVisibleItem
(GridItem item) Returns the next visible item in the table.Grid.getPreviousVisibleItem
(GridItem item) Returns the previous visible item in the table.int
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.int
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.boolean
Grid.isSelected
(GridItem item) Returns true if the given item is selected.void
Specify the Control that is to be displayed and the cell in the table that it is to be positioned above.void
Grid.setFocusItem
(GridItem item) Sets the focused item to the given item.void
Sets the item that this editor will function over.void
Grid.setSelection
(GridItem[] items) Sets the receiver's selection to be the given array of items.void
Shows the item.Constructors in org.eclipse.nebula.widgets.grid with parameters of type GridItemModifierConstructorDescriptionCreates a new instance of this class as a child node of the given GridItem and places the item at the end of the parents items.Creates a new instance of this class as a child node of the given Grid and places the item at the given index in the parent items list.