Eclipse Platform
Release 3.2

Uses of Class
org.eclipse.ltk.core.refactoring.RefactoringDescriptorProxy

Packages that use RefactoringDescriptorProxy
org.eclipse.ltk.core.refactoring.history Application programming interface to query refactoring history information from the refactoring infrastructure. 
org.eclipse.ltk.core.refactoring.model Application programming interface to support logical models. 
org.eclipse.ltk.ui.refactoring.history Application programming interface to display and preview refactoring history information. 
org.eclipse.ltk.ui.refactoring.model Application programming interface to provide model integration for refactoring histories. 
 

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

Methods in org.eclipse.ltk.core.refactoring.history that return RefactoringDescriptorProxy
 RefactoringDescriptorProxy RefactoringHistoryEvent.getDescriptor()
          Returns the refactoring descriptor proxy.
abstract  RefactoringDescriptorProxy[] RefactoringHistory.getDescriptors()
          Returns the refactoring descriptors of this history, in descending order of their time stamps.
 RefactoringDescriptorProxy RefactoringExecutionEvent.getDescriptor()
          Returns the refactoring descriptor proxy.
 

Methods in org.eclipse.ltk.core.refactoring.history with parameters of type RefactoringDescriptorProxy
 void IRefactoringHistoryService.writeRefactoringDescriptors(RefactoringDescriptorProxy[] proxies, OutputStream stream, int flags, boolean time, IProgressMonitor monitor)
          Writes the specified refactoring descriptor proxies to the output stream.
 

Constructors in org.eclipse.ltk.core.refactoring.history with parameters of type RefactoringDescriptorProxy
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.
 

Uses of RefactoringDescriptorProxy in org.eclipse.ltk.core.refactoring.model
 

Constructors in org.eclipse.ltk.core.refactoring.model with parameters of type RefactoringDescriptorProxy
AbstractRefactoringDescriptorResourceMapping(RefactoringDescriptorProxy descriptor)
          Creates a new abstract refactoring descriptor resource mapping.
 

Uses of RefactoringDescriptorProxy in org.eclipse.ltk.ui.refactoring.history
 

Methods in org.eclipse.ltk.ui.refactoring.history that return RefactoringDescriptorProxy
 RefactoringDescriptorProxy[] IRefactoringHistoryControl.getCheckedDescriptors()
          Returns the checked refactoring descriptors.
 RefactoringDescriptorProxy[] IRefactoringHistoryControl.getSelectedDescriptors()
          Returns the selected refactoring descriptors.
 

Methods in org.eclipse.ltk.ui.refactoring.history with parameters of type RefactoringDescriptorProxy
 void IRefactoringHistoryControl.setCheckedDescriptors(RefactoringDescriptorProxy[] descriptors)
          Sets the checked refactoring descriptors.
 void IRefactoringHistoryControl.setSelectedDescriptors(RefactoringDescriptorProxy[] descriptors)
          Sets the selected refactoring descriptors.
 

Uses of RefactoringDescriptorProxy in org.eclipse.ltk.ui.refactoring.model
 

Methods in org.eclipse.ltk.ui.refactoring.model with parameters of type RefactoringDescriptorProxy
protected  int AbstractSynchronizationCompareAdapter.getKind(ISynchronizationContext context, RefactoringDescriptorProxy proxy)
          Returns the kind of difference between the three sides ancestor, left and right of the specified refactoring descriptor proxy.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

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