|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockcentral.editor.nodes.operations.OperationsManager
public class OperationsManager
The class used to manage the operation history for the
IUndoableOperation instances in this package.
| Constructor Summary | |
|---|---|
OperationsManager(MockCentralPluginEditor editor)
Creates a new instance. |
|
| Method Summary | |
|---|---|
org.eclipse.core.commands.operations.IOperationHistory |
getOperationHistory()
Returns the IOperationHistory. |
org.eclipse.jface.action.IAction |
getRedoAction()
Returns the redo IAction. |
org.eclipse.jface.action.IAction |
getUndoAction()
Returns the undo IAction. |
org.eclipse.core.commands.operations.IUndoContext |
getUndoContext()
Returns the IUndoContext. |
void |
historyNotification(org.eclipse.core.commands.operations.OperationHistoryEvent event)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OperationsManager(MockCentralPluginEditor editor)
editor - the active editor.| Method Detail |
|---|
public org.eclipse.core.commands.operations.IUndoContext getUndoContext()
IUndoContext.
IUndoContext.public org.eclipse.jface.action.IAction getUndoAction()
IAction.
IAction.public org.eclipse.jface.action.IAction getRedoAction()
IAction.
IAction.public org.eclipse.core.commands.operations.IOperationHistory getOperationHistory()
IOperationHistory.
IOperationHistory.public void historyNotification(org.eclipse.core.commands.operations.OperationHistoryEvent event)
historyNotification in interface org.eclipse.core.commands.operations.IOperationHistoryListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||