Package | Description |
---|---|
org.eclipse.ltk.core.refactoring |
Application programmer interface to implement semantic preserving workspace transformations.
|
Modifier and Type | Method and Description |
---|---|
static IUndoManager |
RefactoringCore.getUndoManager()
Returns the singleton undo manager for the refactoring undo stack.
|
Modifier and Type | Method and Description |
---|---|
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).
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.