Eclipse Platform
Release 3.3

Uses of Class
org.eclipse.jface.viewers.ViewerRow

Packages that use ViewerRow
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
 class TableViewerRow
          TableViewerRow is the Table specific implementation of ViewerRow
 class TreeViewerRow
          TreeViewerRow is the Tree implementation of ViewerRow.
 

Methods in org.eclipse.jface.viewers that return ViewerRow
abstract  ViewerRow ViewerRow.getNeighbor(int direction, boolean sameLevel)
          Returns a neighboring row, or null if no neighbor exists in the given direction.
 ViewerRow ViewerCell.getViewerRow()
           
 ViewerRow TreeViewerRow.getNeighbor(int direction, boolean sameLevel)
           
protected  ViewerRow TreeViewer.getViewerRowFromItem(Widget item)
           
 ViewerRow TableViewerRow.getNeighbor(int direction, boolean sameLevel)
           
protected  ViewerRow TableViewer.getViewerRowFromItem(Widget item)
           
protected  ViewerRow TableViewer.internalCreateNewRowPart(int style, int rowIndex)
          Create a new row with style at index
protected  ViewerRow ColumnViewer.getViewerRow(Point point)
          Returns the viewer row at the given widget-relative coordinates.
protected abstract  ViewerRow ColumnViewer.getViewerRowFromItem(Widget item)
          Returns a ViewerRow associated with the given row widget.
protected  ViewerRow AbstractTreeViewer.getViewerRowFromItem(Widget item)
           
protected abstract  ViewerRow AbstractTableViewer.internalCreateNewRowPart(int style, int rowIndex)
          Create a new row.
 

Methods in org.eclipse.jface.viewers with parameters of type ViewerRow
protected  void ColumnViewerEditor.processTraverseEvent(int columnIndex, ViewerRow row, TraverseEvent event)
          Process the traverse event and opens the next available editor depending of the implemented strategy.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.