Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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.
  RefactoringDescriptorProxy RefactoringExecutionEvent. 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
 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
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
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.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire