Methods from org.eclipse.core.commands used by org.eclipse.text

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

Reference Details

org.eclipse.core.commands.operations.AbstractOperation.AbstractOperation(String)

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.UndoableTextChange.UndoableTextChange(DocumentUndoManager)103
org.eclipse.text.undo.DocumentUndoManager.UndoableTextChange.UndoableTextChange(DocumentUndoManager)103

org.eclipse.core.commands.operations.AbstractOperation.addContext(IUndoContext)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.UndoableTextChange.UndoableTextChange(DocumentUndoManager)105
org.eclipse.text.undo.DocumentUndoManager.UndoableTextChange.UndoableTextChange(DocumentUndoManager)105

org.eclipse.core.commands.operations.AbstractOperation.canExecute()

OVERRIDE
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.UndoableTextChange.canExecute()-1
org.eclipse.text.undo.DocumentUndoManager.UndoableTextChange.canExecute()-1

org.eclipse.core.commands.operations.AbstractOperation.canRedo()

OVERRIDE
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.UndoableTextChange.canRedo()-1
org.eclipse.text.undo.DocumentUndoManager.UndoableTextChange.canRedo()-1

org.eclipse.core.commands.operations.AbstractOperation.canUndo()

OVERRIDE
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.UndoableTextChange.canUndo()-1
org.eclipse.text.undo.DocumentUndoManager.UndoableTextChange.canUndo()-1

org.eclipse.core.commands.operations.AbstractOperation.dispose()

OVERRIDE
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.UndoableTextChange.dispose()-1
org.eclipse.text.undo.DocumentUndoManager.UndoableTextChange.dispose()-1

org.eclipse.core.commands.operations.AbstractOperation.execute(IProgressMonitor, IAdaptable)

OVERRIDE
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.UndoableTextChange.execute(IProgressMonitor, IAdaptable)-1
org.eclipse.text.undo.DocumentUndoManager.UndoableTextChange.execute(IProgressMonitor, IAdaptable)-1

org.eclipse.core.commands.operations.AbstractOperation.redo(IProgressMonitor, IAdaptable)

OVERRIDE
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.UndoableTextChange.redo(IProgressMonitor, IAdaptable)-1
org.eclipse.text.undo.DocumentUndoManager.UndoableTextChange.redo(IProgressMonitor, IAdaptable)-1

org.eclipse.core.commands.operations.AbstractOperation.toString()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.UndoableTextChange.toString()385
org.eclipse.text.undo.DocumentUndoManager.UndoableTextChange.toString()385
OVERRIDE
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.UndoableTextChange.toString()-1
org.eclipse.text.undo.DocumentUndoManager.UndoableTextChange.toString()-1

org.eclipse.core.commands.operations.AbstractOperation.undo(IProgressMonitor, IAdaptable)

OVERRIDE
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.UndoableTextChange.undo(IProgressMonitor, IAdaptable)-1
org.eclipse.text.undo.DocumentUndoManager.UndoableTextChange.undo(IProgressMonitor, IAdaptable)-1

org.eclipse.core.commands.operations.IContextReplacingOperation.replaceContext(IUndoContext, IUndoContext)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.transferUndoHistory(IDocumentUndoManager)1251

org.eclipse.core.commands.operations.IOperationHistory.add(IUndoableOperation)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.addToOperationHistory(DocumentUndoManagerUndoableTextChange)960

org.eclipse.core.commands.operations.IOperationHistory.addOperationHistoryListener(IOperationHistoryListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.addListeners()939

org.eclipse.core.commands.operations.IOperationHistory.canRedo(IUndoContext)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.redoable()838

org.eclipse.core.commands.operations.IOperationHistory.canUndo(IUndoContext)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.undoable()845

org.eclipse.core.commands.operations.IOperationHistory.dispose(IUndoContext, boolean, boolean, boolean)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.disposeUndoHistory()969
org.eclipse.text.undo.DocumentUndoManager.initializeUndoHistory()977

org.eclipse.core.commands.operations.IOperationHistory.getUndoHistory(IUndoContext)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.transferUndoHistory(IDocumentUndoManager)1246

org.eclipse.core.commands.operations.IOperationHistory.getUndoOperation(IUndoContext)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.DocumentListener.documentChanged(DocumentEvent)609
org.eclipse.text.undo.DocumentUndoManager.DocumentListener.documentChanged(DocumentEvent)609
org.eclipse.text.undo.DocumentUndoManager.transferUndoHistory(IDocumentUndoManager)1262
org.eclipse.text.undo.DocumentUndoManager.UndoableTextChange.canUndo()182
org.eclipse.text.undo.DocumentUndoManager.UndoableTextChange.canUndo()202
org.eclipse.text.undo.DocumentUndoManager.UndoableTextChange.canUndo()182
org.eclipse.text.undo.DocumentUndoManager.UndoableTextChange.canUndo()202

org.eclipse.core.commands.operations.IOperationHistory.operationChanged(IUndoableOperation)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.DocumentListener.documentChanged(DocumentEvent)629
org.eclipse.text.undo.DocumentUndoManager.DocumentListener.documentChanged(DocumentEvent)629

org.eclipse.core.commands.operations.IOperationHistory.redo(IUndoContext, IProgressMonitor, IAdaptable)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.redo()853

org.eclipse.core.commands.operations.IOperationHistory.removeOperationHistoryListener(IOperationHistoryListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.removeListeners()948

org.eclipse.core.commands.operations.IOperationHistory.setLimit(IUndoContext, int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.setMaximalUndoLevel(int)909

org.eclipse.core.commands.operations.IOperationHistory.undo(IUndoContext, IProgressMonitor, IAdaptable)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.undo()861

org.eclipse.core.commands.operations.IUndoableOperation.addContext(IUndoContext)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.transferUndoHistory(IDocumentUndoManager)1253

org.eclipse.core.commands.operations.IUndoableOperation.canUndo()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.DocumentListener.documentChanged(DocumentEvent)612
org.eclipse.text.undo.DocumentUndoManager.DocumentListener.documentChanged(DocumentEvent)612

org.eclipse.core.commands.operations.IUndoableOperation.hasContext(IUndoContext)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.HistoryListener.historyNotification(OperationHistoryEvent)655
org.eclipse.text.undo.DocumentUndoManager.HistoryListener.historyNotification(OperationHistoryEvent)655

org.eclipse.core.commands.operations.IUndoableOperation.removeContext(IUndoContext)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.transferUndoHistory(IDocumentUndoManager)1254

org.eclipse.core.commands.operations.ObjectUndoContext.ObjectUndoContext(Object)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.DocumentUndoManager(IDocument)783

org.eclipse.core.commands.operations.OperationHistoryEvent.getEventType()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.HistoryListener.historyNotification(OperationHistoryEvent)650
org.eclipse.text.undo.DocumentUndoManager.HistoryListener.historyNotification(OperationHistoryEvent)650

org.eclipse.core.commands.operations.OperationHistoryEvent.getOperation()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.HistoryListener.historyNotification(OperationHistoryEvent)659
org.eclipse.text.undo.DocumentUndoManager.HistoryListener.historyNotification(OperationHistoryEvent)675
org.eclipse.text.undo.DocumentUndoManager.HistoryListener.historyNotification(OperationHistoryEvent)655
org.eclipse.text.undo.DocumentUndoManager.HistoryListener.historyNotification(OperationHistoryEvent)681
org.eclipse.text.undo.DocumentUndoManager.HistoryListener.historyNotification(OperationHistoryEvent)681
org.eclipse.text.undo.DocumentUndoManager.HistoryListener.historyNotification(OperationHistoryEvent)655
org.eclipse.text.undo.DocumentUndoManager.HistoryListener.historyNotification(OperationHistoryEvent)659
org.eclipse.text.undo.DocumentUndoManager.HistoryListener.historyNotification(OperationHistoryEvent)675

org.eclipse.core.commands.operations.OperationHistoryFactory.getOperationHistory()

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.text.undo.DocumentUndoManager.DocumentUndoManager(IDocument)782
org.eclipse.text.undo.DocumentUndoManager.redo()853
org.eclipse.text.undo.DocumentUndoManager.redoable()838
org.eclipse.text.undo.DocumentUndoManager.transferUndoHistory(IDocumentUndoManager)1246
org.eclipse.text.undo.DocumentUndoManager.transferUndoHistory(IDocumentUndoManager)1262
org.eclipse.text.undo.DocumentUndoManager.undo()861
org.eclipse.text.undo.DocumentUndoManager.undoable()845

Back to reference summary for org.eclipse.text

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict