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.history.RefactoringHistory

Packages that use RefactoringHistory
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 RefactoringHistory in org.eclipse.ltk.core.refactoring
 

Constructors in org.eclipse.ltk.core.refactoring with parameters of type RefactoringHistory
PerformRefactoringHistoryOperation ( RefactoringHistory history)
          Creates a new perform refactoring history operation.
 

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

Methods in org.eclipse.ltk.core.refactoring.history that return RefactoringHistory
  RefactoringHistory IRefactoringHistoryService. getProjectHistory ( IProject project, IProgressMonitor monitor)
          Returns a project refactoring history for the specified project.
  RefactoringHistory IRefactoringHistoryService. getProjectHistory ( IProject project, long start, long end, int flags, IProgressMonitor monitor)
          Returns a project refactoring history for the specified project.
  RefactoringHistory IRefactoringHistoryService. getRefactoringHistory ( IProject[] projects, IProgressMonitor monitor)
          Returns the combined refactoring history for the specified projects.
  RefactoringHistory IRefactoringHistoryService. getRefactoringHistory ( IProject[] projects, long start, long end, int flags, IProgressMonitor monitor)
          Returns the combined refactoring history for the specified projects.
  RefactoringHistory IRefactoringHistoryService. getWorkspaceHistory ( IProgressMonitor monitor)
          Returns the workspace refactoring history.
  RefactoringHistory IRefactoringHistoryService. getWorkspaceHistory (long start, long end, IProgressMonitor monitor)
          Returns the workspace refactoring history.
  RefactoringHistory IRefactoringHistoryService. readRefactoringHistory ( InputStream stream, int flags)
          Reads a refactoring history from the input stream.
abstract   RefactoringHistory RefactoringHistory. removeAll ( RefactoringHistory history)
          Returns this refactoring history with all entries from the other history removed.
 

Methods in org.eclipse.ltk.core.refactoring.history with parameters of type RefactoringHistory
abstract   RefactoringHistory RefactoringHistory. removeAll ( RefactoringHistory history)
          Returns this refactoring history with all entries from the other history removed.
 

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

Constructors in org.eclipse.ltk.core.refactoring.model with parameters of type RefactoringHistory
AbstractRefactoringHistoryResourceMapping ( RefactoringHistory history)
          Creates a new abstract refactoring history resource mapping.
 

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

Methods in org.eclipse.ltk.ui.refactoring.history with parameters of type RefactoringHistory
 void RefactoringHistoryWizard. setInput ( RefactoringHistory history)
          Sets the refactoring history.
 void IRefactoringHistoryControl. setInput ( RefactoringHistory history)
          Sets the refactoring history of this control.
 

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

Methods in org.eclipse.ltk.ui.refactoring.model that return RefactoringHistory
protected   RefactoringHistory AbstractSynchronizationContentProvider. getRefactorings ( ISynchronizationContext context, IProject project, IProgressMonitor monitor)
          Returns the refactorings for the specified project which are not in sync.
 


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