Methods from org.eclipse.equinox.common used by org.eclipse.core.commands

Click an entry in the table below to reveal the details of the references made to that element.

Reference Details

org.eclipse.core.runtime.Assert.isNotNull(Object)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.core.commands.operations.AbstractOperation.AbstractOperation(String)49
org.eclipse.core.commands.operations.AbstractOperation.hasContext(IUndoContext)153
org.eclipse.core.commands.operations.DefaultOperationHistory.add(IUndoableOperation)169
org.eclipse.core.commands.operations.DefaultOperationHistory.execute(IUndoableOperation, IProgressMonitor, IAdaptable)471
org.eclipse.core.commands.operations.DefaultOperationHistory.getRedoHistory(IUndoContext)788
org.eclipse.core.commands.operations.DefaultOperationHistory.getRedoOperation(IUndoContext)798
org.eclipse.core.commands.operations.DefaultOperationHistory.getUndoHistory(IUndoContext)842
org.eclipse.core.commands.operations.DefaultOperationHistory.getUndoOperation(IUndoContext)852
org.eclipse.core.commands.operations.DefaultOperationHistory.redo(IUndoContext, IProgressMonitor, IAdaptable)1090
org.eclipse.core.commands.operations.DefaultOperationHistory.redoOperation(IUndoableOperation, IProgressMonitor, IAdaptable)1122
org.eclipse.core.commands.operations.DefaultOperationHistory.setLimit(IUndoContext, int)1245
org.eclipse.core.commands.operations.DefaultOperationHistory.undo(IUndoContext, IProgressMonitor, IAdaptable)1263
org.eclipse.core.commands.operations.DefaultOperationHistory.undoOperation(IUndoableOperation, IProgressMonitor, IAdaptable)1293

org.eclipse.core.runtime.Assert.isTrue(boolean)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.core.commands.operations.DefaultOperationHistory.setLimit(IUndoContext, int)1237

org.eclipse.core.runtime.IStatus.isOK()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.core.commands.operations.DefaultOperationHistory.doRedo(IProgressMonitor, IAdaptable, IUndoableOperation)352
org.eclipse.core.commands.operations.DefaultOperationHistory.doRedo(IProgressMonitor, IAdaptable, IUndoableOperation)378
org.eclipse.core.commands.operations.DefaultOperationHistory.doUndo(IProgressMonitor, IAdaptable, IUndoableOperation)437
org.eclipse.core.commands.operations.DefaultOperationHistory.doUndo(IProgressMonitor, IAdaptable, IUndoableOperation)412
org.eclipse.core.commands.operations.DefaultOperationHistory.execute(IUndoableOperation, IProgressMonitor, IAdaptable)480
org.eclipse.core.commands.operations.DefaultOperationHistory.execute(IUndoableOperation, IProgressMonitor, IAdaptable)526
org.eclipse.core.commands.operations.DefaultOperationHistory.getExecuteApproval(IUndoableOperation, IAdaptable)881
org.eclipse.core.commands.operations.DefaultOperationHistory.getRedoApproval(IUndoableOperation, IAdaptable)769
org.eclipse.core.commands.operations.DefaultOperationHistory.getUndoApproval(IUndoableOperation, IAdaptable)823
org.eclipse.core.commands.operations.LinearUndoViolationDetector.proceedRedoing(IUndoableOperation, IOperationHistory, IAdaptable)111
org.eclipse.core.commands.operations.LinearUndoViolationDetector.proceedUndoing(IUndoableOperation, IOperationHistory, IAdaptable)135
org.eclipse.core.commands.operations.TriggeredOperations.execute(IProgressMonitor, IAdaptable)166
org.eclipse.core.commands.operations.TriggeredOperations.redo(IProgressMonitor, IAdaptable)195
org.eclipse.core.commands.operations.TriggeredOperations.redo(IProgressMonitor, IAdaptable)198
org.eclipse.core.commands.operations.TriggeredOperations.undo(IProgressMonitor, IAdaptable)228
org.eclipse.core.commands.operations.TriggeredOperations.undo(IProgressMonitor, IAdaptable)231

org.eclipse.core.runtime.ListenerList.add(Object)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.commands.Command.addExecutionListener(IExecutionListener)171
org.eclipse.core.commands.CommandManager.addExecutionListener(IExecutionListener)328
org.eclipse.core.commands.common.EventManager.addListenerObject(Object)54
org.eclipse.core.commands.operations.DefaultOperationHistory.addOperationApprover(IOperationApprover)223
org.eclipse.core.commands.operations.DefaultOperationHistory.addOperationHistoryListener(IOperationHistoryListener)247

org.eclipse.core.runtime.ListenerList.clear()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.commands.common.EventManager.clearListeners()62

org.eclipse.core.runtime.ListenerList.getListeners()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.commands.Command.fireNotDefined(NotDefinedException)534
org.eclipse.core.commands.Command.fireNotEnabled(NotEnabledException)562
org.eclipse.core.commands.Command.fireNotHandled(NotHandledException)589
org.eclipse.core.commands.Command.firePostExecuteFailure(ExecutionException)614
org.eclipse.core.commands.Command.firePostExecuteSuccess(Object)638
org.eclipse.core.commands.Command.firePreExecute(ExecutionEvent)661
org.eclipse.core.commands.CommandManager.ExecutionListener.notDefined(String, NotDefinedException)52
org.eclipse.core.commands.CommandManager.ExecutionListener.notDefined(String, NotDefinedException)52
org.eclipse.core.commands.CommandManager.ExecutionListener.notEnabled(String, NotEnabledException)65
org.eclipse.core.commands.CommandManager.ExecutionListener.notEnabled(String, NotEnabledException)65
org.eclipse.core.commands.CommandManager.ExecutionListener.notHandled(String, NotHandledException)79
org.eclipse.core.commands.CommandManager.ExecutionListener.notHandled(String, NotHandledException)79
org.eclipse.core.commands.CommandManager.ExecutionListener.postExecuteFailure(String, ExecutionException)93
org.eclipse.core.commands.CommandManager.ExecutionListener.postExecuteFailure(String, ExecutionException)93
org.eclipse.core.commands.CommandManager.ExecutionListener.postExecuteSuccess(String, Object)107
org.eclipse.core.commands.CommandManager.ExecutionListener.postExecuteSuccess(String, Object)107
org.eclipse.core.commands.CommandManager.ExecutionListener.preExecute(String, ExecutionEvent)121
org.eclipse.core.commands.CommandManager.ExecutionListener.preExecute(String, ExecutionEvent)121
org.eclipse.core.commands.common.EventManager.getListeners()78
org.eclipse.core.commands.operations.DefaultOperationHistory.getExecuteApproval(IUndoableOperation, IAdaptable)874
org.eclipse.core.commands.operations.DefaultOperationHistory.getRedoApproval(IUndoableOperation, IAdaptable)764
org.eclipse.core.commands.operations.DefaultOperationHistory.getUndoApproval(IUndoableOperation, IAdaptable)818
org.eclipse.core.commands.operations.DefaultOperationHistory.notifyListeners(OperationHistoryEvent)925

org.eclipse.core.runtime.ListenerList.isEmpty()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.commands.Command.removeExecutionListener(IExecutionListener)909
org.eclipse.core.commands.CommandManager.removeExecutionListener(IExecutionListener)835
org.eclipse.core.commands.common.EventManager.removeListenerObject(Object)101

org.eclipse.core.runtime.ListenerList.ListenerList(int)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.core.commands.Command.addExecutionListener(IExecutionListener)168
org.eclipse.core.commands.CommandManager.addExecutionListener(IExecutionListener)316
org.eclipse.core.commands.common.EventManager.addListenerObject(Object)51
org.eclipse.core.commands.operations.DefaultOperationHistory.DefaultOperationHistory()125
org.eclipse.core.commands.operations.DefaultOperationHistory.DefaultOperationHistory()115

org.eclipse.core.runtime.ListenerList.remove(Object)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.core.commands.Command.removeExecutionListener(IExecutionListener)908
org.eclipse.core.commands.CommandManager.removeExecutionListener(IExecutionListener)833
org.eclipse.core.commands.common.EventManager.removeListenerObject(Object)99
org.eclipse.core.commands.operations.DefaultOperationHistory.removeOperationApprover(IOperationApprover)1142
org.eclipse.core.commands.operations.DefaultOperationHistory.removeOperationHistoryListener(IOperationHistoryListener)1152

org.eclipse.core.runtime.SafeRunner.run(ISafeRunnable)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.core.commands.Command.fireCommandChanged(CommandEvent)506
org.eclipse.core.commands.operations.DefaultOperationHistory.notifyListeners(OperationHistoryEvent)928
org.eclipse.core.commands.operations.DefaultOperationHistory.notifyListeners(OperationHistoryEvent)910

org.eclipse.core.runtime.Status.Status(int, String, int, String, Throwable)

OVERRIDE
Reference LocationLine Number
org.eclipse.core.commands.operations.OperationStatus.OperationStatus(int, String, int, String, Throwable)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.core.commands.operations.OperationStatus.OperationStatus(int, String, int, String, Throwable)69

Back to reference summary for org.eclipse.core.commands

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict