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.ltk.core.refactoring.IUndoManager

Packages that use IUndoManager
org.eclipse.ltk.core.refactoring Application programmer interface to implement semantic preserving workspace transformations. 
 

Uses of IUndoManager in org.eclipse.ltk.core.refactoring
 

Methods in org.eclipse.ltk.core.refactoring that return IUndoManager
static  IUndoManager RefactoringCore. getUndoManager ()
          Returns the singleton undo manager for the refactoring undo stack.
 

Methods in org.eclipse.ltk.core.refactoring with parameters of type IUndoManager
 void IUndoManagerListener. aboutToPerformChange ( IUndoManager manager, Change change)
          This method gets called by the undo manager if a change gets executed in the context of the undo manager.
 void UndoManagerAdapter. aboutToPerformChange ( IUndoManager manager, Change change)
          This method gets called by the undo manager if a change gets executed in the context of the undo manager.
 void IUndoManagerListener. changePerformed ( IUndoManager manager, Change change)
          This method gets called by the undo manager when a change has been executed in the context of the undo manager.
 void UndoManagerAdapter. changePerformed ( IUndoManager manager, Change change)
          This method gets called by the undo manager when a change has been executed in the context of the undo manager.
 void IUndoManagerListener. redoStackChanged ( IUndoManager manager)
          This method is called by the undo manager if the redo stack has changed (for example a redo object got added or the redo stack got flushed).
 void UndoManagerAdapter. redoStackChanged ( IUndoManager manager)
          This method is called by the undo manager if the redo stack has changed (for example a redo object got added or the redo stack got flushed).
 void PerformChangeOperation. setUndoManager ( IUndoManager manager, String undoName)
          Sets the undo manager.
 void IUndoManagerListener. undoStackChanged ( IUndoManager manager)
          This method is called by the undo manager if the undo stack has changed (for example a undo object got added or the undo stack got flushed).
 void UndoManagerAdapter. undoStackChanged ( IUndoManager manager)
          This method is called by the undo manager if the undo stack has changed (for example a undo object got added or the undo stack got flushed).
 


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