Java org.eclipse.jface.viewers ViewerRow fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.viewers ViewerRow fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.viewers ViewerRow.

The text is from its open source code.

Subclass

org.eclipse.jface.viewers.ViewerRow has subclasses.
Click this link to see all its subclasses.

Field

intABOVE
Constant denoting the row above the current one (value is 1).
intBELOW
Constant denoting the row below the current one (value is 2).

Method

ColorgetBackground(int columnIndex)
Get the background at the columnIndex,
RectanglegetBounds(int columnIndex)
Get the bounds of the entry at the columnIndex,
ViewerCellgetCell(Point point)
Get the ViewerCell at point.
ViewerCellgetCell(int column)
Get a ViewerCell for the column at index.
intgetColumnCount()
Return the number of columns for the receiver.
ObjectgetElement()
ColorgetForeground(int columnIndex)
Get the foreground at the columnIndex.
WidgetgetItem()
Return the item for the receiver.
ViewerRowgetNeighbor(int direction, boolean sameLevel)
Returns a neighboring row, or null if no neighbor exists in the given direction.
StringgetText(int columnIndex)
Get the text at the columnIndex.
TreePathgetTreePath()
The tree path used to identify an element by the unique path