Uses of Class
org.eclipse.jface.text.revisions.Revision
Packages that use Revision
Package
Description
Provides a revision model and a protocol to display revision information in a vertical ruler column.
Application programming interfaces for working with history.
-
Uses of Revision in org.eclipse.jface.text.revisions
Methods in org.eclipse.jface.text.revisions that return RevisionModifier and TypeMethodDescriptionRevisionRange.getRevision()Returns the revision that this range belongs to.Methods in org.eclipse.jface.text.revisions that return types with arguments of type RevisionModifier and TypeMethodDescriptionRevisionInformation.getRevisions()Returns the contained revisions.Methods in org.eclipse.jface.text.revisions with parameters of type RevisionModifier and TypeMethodDescriptionvoidRevisionInformation.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 RevisionModifier and TypeMethodDescriptionprotected abstract ObjectRevisionAnnotationController.getHistoryEntry(Revision selected) Return the history list entry corresponding to the provided revision.protected voidRevisionAnnotationController.revisionSelected(Revision selected) Callback from the ruler when a particular revision has been selected by the user.