Eclipse Platform
Release 3.2

Uses of Interface
org.eclipse.ltk.core.refactoring.history.IRefactoringHistoryService

Packages that use IRefactoringHistoryService
org.eclipse.ltk.core.refactoring Application programmer interface to implement semantic preserving workspace transformations. 
org.eclipse.ltk.core.refactoring.history Application programming interface to query refactoring history information from the refactoring infrastructure. 
 

Uses of IRefactoringHistoryService in org.eclipse.ltk.core.refactoring
 

Methods in org.eclipse.ltk.core.refactoring that return IRefactoringHistoryService
static IRefactoringHistoryService RefactoringCore.getHistoryService()
          Returns the singleton refactoring history service.
 

Uses of IRefactoringHistoryService in org.eclipse.ltk.core.refactoring.history
 

Methods in org.eclipse.ltk.core.refactoring.history that return IRefactoringHistoryService
 IRefactoringHistoryService RefactoringHistoryEvent.getHistoryService()
          Returns the refactoring history service
 IRefactoringHistoryService RefactoringExecutionEvent.getHistoryService()
          Returns the refactoring history service
 

Constructors in org.eclipse.ltk.core.refactoring.history with parameters of type IRefactoringHistoryService
RefactoringHistoryEvent(IRefactoringHistoryService service, int type, RefactoringDescriptorProxy proxy)
          Creates a new refactoring history event.
RefactoringExecutionEvent(IRefactoringHistoryService service, int type, RefactoringDescriptorProxy proxy)
          Creates a new refactoring execution event.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

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