Methods in
org.eclipse.core.commands.operations with parameters of type
IUndoContext
|
void
|
TriggeredOperations.
addContext
(
IUndoContext context)
Add the specified context to the operation. |
void
|
IUndoableOperation.
addContext
(
IUndoContext context)
Add the specified context to the operation. |
void
|
AbstractOperation.
addContext
(
IUndoContext context)
|
void
|
ObjectUndoContext.
addMatch
(
IUndoContext context)
Add the specified context as a match of this context. |
protected
IStatus
|
LinearUndoEnforcer.
allowLinearRedoViolation
(
IUndoableOperation operation,
IUndoContext context,
IOperationHistory history,
IAdaptable uiInfo)
|
protected abstract
IStatus
|
LinearUndoViolationDetector.
allowLinearRedoViolation
(
IUndoableOperation operation,
IUndoContext context,
IOperationHistory history,
IAdaptable info)
Return a status indicating whether a linear redo violation is allowable. |
protected
IStatus
|
LinearUndoEnforcer.
allowLinearUndoViolation
(
IUndoableOperation operation,
IUndoContext context,
IOperationHistory history,
IAdaptable uiInfo)
|
protected abstract
IStatus
|
LinearUndoViolationDetector.
allowLinearUndoViolation
(
IUndoableOperation operation,
IUndoContext context,
IOperationHistory history,
IAdaptable info)
Return a status indicating whether a linear undo violation is allowable. |
boolean
|
IOperationHistory.
canRedo
(
IUndoContext context)
Return whether there is a valid redoable operation available in the given
context. |
boolean
|
DefaultOperationHistory.
canRedo
(
IUndoContext context)
|
boolean
|
IOperationHistory.
canUndo
(
IUndoContext context)
Return whether there is a valid undoable operation available in the given
context
|
boolean
|
DefaultOperationHistory.
canUndo
(
IUndoContext context)
|
void
|
IOperationHistory.
dispose
(
IUndoContext context,
boolean flushUndo,
boolean flushRedo,
boolean flushContext)
Dispose of the specified context in the history. |
void
|
DefaultOperationHistory.
dispose
(
IUndoContext context,
boolean flushUndo,
boolean flushRedo,
boolean flushContext)
|
int
|
IOperationHistory.
getLimit
(
IUndoContext context)
Return the limit on the undo and redo history for a particular context. |
int
|
DefaultOperationHistory.
getLimit
(
IUndoContext context)
|
IUndoableOperation[]
|
IOperationHistory.
getRedoHistory
(
IUndoContext context)
Get the array of operations in the redo history for a the specified undo
context. |
IUndoableOperation[]
|
DefaultOperationHistory.
getRedoHistory
(
IUndoContext context)
|
IUndoableOperation
|
IOperationHistory.
getRedoOperation
(
IUndoContext context)
Get the operation that will next be redone in the given undo context. |
IUndoableOperation
|
DefaultOperationHistory.
getRedoOperation
(
IUndoContext context)
|
IUndoableOperation[]
|
IOperationHistory.
getUndoHistory
(
IUndoContext context)
Get the array of operations in the undo history for the specified undo
context. |
IUndoableOperation[]
|
DefaultOperationHistory.
getUndoHistory
(
IUndoContext context)
|
IUndoableOperation
|
IOperationHistory.
getUndoOperation
(
IUndoContext context)
Get the operation that will next be undone in the given undo context. |
IUndoableOperation
|
DefaultOperationHistory.
getUndoOperation
(
IUndoContext context)
|
boolean
|
IUndoableOperation.
hasContext
(
IUndoContext context)
Returns whether the operation has a matching context for the specified
context. |
boolean
|
AbstractOperation.
hasContext
(
IUndoContext context)
|
boolean
|
ObjectUndoContext.
matches
(
IUndoContext context)
|
boolean
|
UndoContext.
matches
(
IUndoContext context)
Return whether the specified context is considered a match for the
receiving context. |
boolean
|
IUndoContext.
matches
(
IUndoContext context)
Return whether the specified context is considered a match for the
receiving context. |
IStatus
|
IOperationHistory.
redo
(
IUndoContext context,
IProgressMonitor monitor,
IAdaptable info)
Redo the most recently undone operation in the given context. |
IStatus
|
DefaultOperationHistory.
redo
(
IUndoContext context,
IProgressMonitor monitor,
IAdaptable info)
|
void
|
TriggeredOperations.
removeContext
(
IUndoContext context)
Remove the specified context from the receiver. |
void
|
IUndoableOperation.
removeContext
(
IUndoContext context)
Remove the specified context from the operation. |
void
|
AbstractOperation.
removeContext
(
IUndoContext context)
|
void
|
ObjectUndoContext.
removeMatch
(
IUndoContext context)
Remove the specified context as a match of this context. |
void
|
IContextReplacingOperation.
replaceContext
(
IUndoContext original,
IUndoContext replacement)
Replace the undo context of the receiver with the provided replacement
undo context. |
void
|
TriggeredOperations.
replaceContext
(
IUndoContext original,
IUndoContext replacement)
Replace the undo context of the receiver with the provided replacement
undo context. |
void
|
IOperationHistory.
setLimit
(
IUndoContext context,
int limit)
Set the limit on the undo and redo history for a particular context. |
void
|
DefaultOperationHistory.
setLimit
(
IUndoContext context,
int limit)
|
IStatus
|
IOperationHistory.
undo
(
IUndoContext context,
IProgressMonitor monitor,
IAdaptable info)
Undo the most recently executed operation in the given context. |
IStatus
|
DefaultOperationHistory.
undo
(
IUndoContext context,
IProgressMonitor monitor,
IAdaptable info)
|