Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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
  ViewerRow TreeViewerRow. getNeighbor (int direction, boolean sameLevel)
           
  ViewerRow TableViewerRow. getNeighbor (int direction, boolean sameLevel)
           
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 ()
           
protected   ViewerRow ColumnViewer. getViewerRow ( Point point)
          Returns the viewer row at the given widget-relative coordinates.
protected   ViewerRow TreeViewer. getViewerRowFromItem ( Widget item)
           
protected   ViewerRow AbstractTreeViewer. getViewerRowFromItem ( Widget item)
           
protected   ViewerRow TableViewer. getViewerRowFromItem ( Widget item)
           
protected abstract   ViewerRow ColumnViewer. getViewerRowFromItem ( Widget item)
          Returns a ViewerRow associated with the given row widget.
protected abstract   ViewerRow AbstractTableViewer. internalCreateNewRowPart (int style, int rowIndex)
          Create a new row.
protected   ViewerRow TableViewer. internalCreateNewRowPart (int style, int rowIndex)
          Create a new row with style at index
 

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.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire