| java.lang.Object org.eclipse.ui.examples.undo.PromptingUserApprover
PromptingUserApprover | final public class PromptingUserApprover implements IOperationApprover(Code) | | An operation approver that prompts the user to see whether an undo or redo
should continue. An example preference is checked to determine if prompting
should occur.
|
Method Summary | |
Shell | getShell(IAdaptable uiInfo) | public IStatus | proceedRedoing(IUndoableOperation operation, IOperationHistory history, IAdaptable uiInfo) | public IStatus | proceedUndoing(IUndoableOperation operation, IOperationHistory history, IAdaptable uiInfo) |
PromptingUserApprover | public PromptingUserApprover(IUndoContext context)(Code) | | |
getShell | Shell getShell(IAdaptable uiInfo)(Code) | | |
proceedRedoing | public IStatus proceedRedoing(IUndoableOperation operation, IOperationHistory history, IAdaptable uiInfo)(Code) | | |
proceedUndoing | public IStatus proceedUndoing(IUndoableOperation operation, IOperationHistory history, IAdaptable uiInfo)(Code) | | |
|
|