Uses of Class
org.eclipse.ltk.core.refactoring.RefactoringDescriptorProxy
-
Packages that use RefactoringDescriptorProxy Package Description 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.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
Methods in org.eclipse.ltk.core.refactoring with parameters of type RefactoringDescriptorProxy Modifier and Type Method Description int
RefactoringDescriptorProxy. compareTo(RefactoringDescriptorProxy proxy)
-
Uses of RefactoringDescriptorProxy in org.eclipse.ltk.core.refactoring.history
Methods in org.eclipse.ltk.core.refactoring.history that return RefactoringDescriptorProxy Modifier and Type Method Description RefactoringDescriptorProxy
RefactoringExecutionEvent. getDescriptor()
Returns the refactoring descriptor proxy.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.Methods in org.eclipse.ltk.core.refactoring.history with parameters of type RefactoringDescriptorProxy Modifier and Type Method Description 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 Constructor Description RefactoringExecutionEvent(IRefactoringHistoryService service, int type, RefactoringDescriptorProxy proxy)
Creates a new refactoring execution event.RefactoringHistoryEvent(IRefactoringHistoryService service, int type, RefactoringDescriptorProxy proxy)
Creates a new refactoring history event. -
Uses of RefactoringDescriptorProxy in org.eclipse.ltk.core.refactoring.model
Constructors in org.eclipse.ltk.core.refactoring.model with parameters of type RefactoringDescriptorProxy Constructor Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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.
-