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 Interface
org.eclipse.core.resources.mapping.IResourceChangeDescriptionFactory

Packages that use IResourceChangeDescriptionFactory
org.eclipse.core.resources.mapping Provides APIs for integrating application models with the workspace Package Specification This package specifies the APIs in the Resources plug-in that are used to integrate application models with the workspace. 
org.eclipse.ltk.core.refactoring.participants Application programming interface to participant in existing rename, move and delete refactorings if the refactoring provider supports participation. 
org.eclipse.ui.ide.undo APIs that provide undo and redo behavior for operations that manipulate the workspace. 
 

Uses of IResourceChangeDescriptionFactory in org.eclipse.core.resources.mapping
 

Methods in org.eclipse.core.resources.mapping that return IResourceChangeDescriptionFactory
  IResourceChangeDescriptionFactory ResourceChangeValidator. createDeltaFactory ()
          Return an empty change description factory that can be used to build a proposed resource delta.
 

Uses of IResourceChangeDescriptionFactory in org.eclipse.ltk.core.refactoring.participants
 

Methods in org.eclipse.ltk.core.refactoring.participants that return IResourceChangeDescriptionFactory
  IResourceChangeDescriptionFactory ResourceChangeChecker. getDeltaFactory ()
          Returns the delta factory to be used to record resource operations.
 

Uses of IResourceChangeDescriptionFactory in org.eclipse.ui.ide.undo
 

Methods in org.eclipse.ui.ide.undo with parameters of type IResourceChangeDescriptionFactory
protected  boolean DeleteResourcesOperation. updateResourceChangeDescriptionFactory ( IResourceChangeDescriptionFactory factory, int operation)
           
protected  boolean AbstractWorkspaceOperation. updateResourceChangeDescriptionFactory ( IResourceChangeDescriptionFactory factory, int operation)
          Update the provided resource change description factory so it can generate a resource delta describing the result of an undo or redo.
protected  boolean MoveResourcesOperation. updateResourceChangeDescriptionFactory ( IResourceChangeDescriptionFactory factory, int operation)
           
protected  boolean MoveProjectOperation. updateResourceChangeDescriptionFactory ( IResourceChangeDescriptionFactory factory, int operation)
           
protected  boolean CopyProjectOperation. updateResourceChangeDescriptionFactory ( IResourceChangeDescriptionFactory factory, int operation)
           
protected  boolean CopyResourcesOperation. updateResourceChangeDescriptionFactory ( IResourceChangeDescriptionFactory factory, int operation)
           
 


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