Eclipse Platform
Release 3.3

Uses of Class
org.eclipse.jface.text.revisions.Revision

Packages that use Revision
org.eclipse.jface.text.revisions Provides a revision model and a protocol to display revision information in a vertical ruler column.  
org.eclipse.team.ui.history Application programming interfaces for working with history Package Specification This package specifies the API for providing history pages to the history view. 
 

Uses of Revision in org.eclipse.jface.text.revisions
 

Methods in org.eclipse.jface.text.revisions that return Revision
 Revision RevisionRange.getRevision()
          Returns the revision that this range belongs to.
 

Methods in org.eclipse.jface.text.revisions with parameters of type Revision
 void RevisionInformation.addRevision(Revision revision)
          Adds a revision.
 

Uses of Revision in org.eclipse.team.ui.history
 

Methods in org.eclipse.team.ui.history with parameters of type Revision
protected  void RevisionAnnotationController.revisionSelected(Revision selected)
          Callback from the ruler when a particular revision has been selected by the user.
protected abstract  Object RevisionAnnotationController.getHistoryEntry(Revision selected)
          Return the history list entry corresponding to the provided revision.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

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