Uses of Class
org.eclipse.jface.viewers.ViewerRow
-
Packages that use ViewerRow Package Description org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. -
-
Uses of ViewerRow in org.eclipse.jface.viewers
Subclasses of ViewerRow in org.eclipse.jface.viewers Modifier and Type Class Description classTableViewerRowTableViewerRow is the Table specific implementation of ViewerRowclassTreeViewerRowTreeViewerRow is the Tree implementation of ViewerRow.Methods in org.eclipse.jface.viewers that return ViewerRow Modifier and Type Method Description ViewerRowTableViewerRow. getNeighbor(int direction, boolean sameLevel)ViewerRowTreeViewerRow. getNeighbor(int direction, boolean sameLevel)abstract ViewerRowViewerRow. getNeighbor(int direction, boolean sameLevel)Returns a neighboring row, ornullif no neighbor exists in the given direction.protected ViewerRowColumnViewer. getViewerRow(Point point)Returns the viewer row at the given widget-relative coordinates.ViewerRowViewerCell. getViewerRow()protected ViewerRowAbstractTreeViewer. getViewerRowFromItem(Widget item)protected abstract ViewerRowColumnViewer. getViewerRowFromItem(Widget item)Returns aViewerRowassociated with the given row widget.protected ViewerRowTableViewer. getViewerRowFromItem(Widget item)protected ViewerRowTreeViewer. getViewerRowFromItem(Widget item)protected abstract ViewerRowAbstractTableViewer. internalCreateNewRowPart(int style, int rowIndex)Create a new row.protected ViewerRowTableViewer. internalCreateNewRowPart(int style, int rowIndex)Create a new row with style at indexMethods in org.eclipse.jface.viewers with parameters of type ViewerRow Modifier and Type Method Description protected voidColumnViewerEditor. processTraverseEvent(int columnIndex, ViewerRow row, TraverseEvent event)Process the traverse event and opens the next available editor depending of the implemented strategy.
-