Methods from org.eclipse.ui.workbench.texteditor used by org.eclipse.cdt.make.ui

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

Reference Details

org.eclipse.ui.texteditor.AbstractTextEditor.addAction(IMenuManager, String, String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.editorContextMenuAboutToShow(IMenuManager)302
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.editorContextMenuAboutToShow(IMenuManager)303

org.eclipse.ui.texteditor.AbstractTextEditor.doSave(IProgressMonitor)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.doSave(IProgressMonitor)175
OVERRIDE
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.doSave(IProgressMonitor)-1

org.eclipse.ui.texteditor.AbstractTextEditor.getSourceViewer()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.createPartControl(Composite)126
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.getAdapter(Class)160
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.handlePreferenceStoreChanged(PropertyChangeEvent)376
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.performRevert()347
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.setSelection(IDirective, boolean)284
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.setSelection(IDirective, boolean)286

org.eclipse.ui.texteditor.AbstractTextEditor.getSourceViewerConfiguration()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.getMakefileSourceConfiguration()73

org.eclipse.ui.texteditor.AbstractTextEditor.markAsStateDependentAction(String, boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.createActions()210
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.createActions()200
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.createActions()205

org.eclipse.ui.texteditor.AbstractTextEditor.performRevert()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.performRevert()358
OVERRIDE
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.performRevert()-1

org.eclipse.ui.texteditor.AbstractTextEditor.resetHighlightRange()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.selectionChanged(SelectionChangedEvent)220
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.setSelection(IDirective, boolean)291
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.setSelection(IDirective, boolean)293

org.eclipse.ui.texteditor.AbstractTextEditor.setAction(String, IAction)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.createActions()199
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.createActions()195
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.createActions()204
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.createActions()191
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.createActions()209

org.eclipse.ui.texteditor.AbstractTextEditor.setDocumentProvider(IDocumentProvider)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.initializeEditor()100

org.eclipse.ui.texteditor.AbstractTextEditor.setEditorContextMenuId(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.initializeEditor()98

org.eclipse.ui.texteditor.AbstractTextEditor.setHighlightRange(int, int, boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.setSelection(IDirective, boolean)264

org.eclipse.ui.texteditor.AbstractTextEditor.setKeyBindingScopes(String[])

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.initializeKeyBindingScopes()435

org.eclipse.ui.texteditor.AbstractTextEditor.setPreferenceStore(IPreferenceStore)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.initializeEditor()102

org.eclipse.ui.texteditor.AbstractTextEditor.setRangeIndicator(Annotation)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.initializeEditor()97

org.eclipse.ui.texteditor.AbstractTextEditor.setRulerContextMenuId(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.initializeEditor()99

org.eclipse.ui.texteditor.AbstractTextEditor.setSourceViewerConfiguration(SourceViewerConfiguration)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.initializeEditor()103

org.eclipse.ui.texteditor.BasicTextEditorActionContributor.BasicTextEditorActionContributor()

OVERRIDE
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditorActionContributor.MakefileEditorActionContributor()-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditorActionContributor.MakefileEditorActionContributor()40

org.eclipse.ui.texteditor.BasicTextEditorActionContributor.dispose()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditorActionContributor.dispose()83
OVERRIDE
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditorActionContributor.dispose()-1

org.eclipse.ui.texteditor.BasicTextEditorActionContributor.getAction(ITextEditor, String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditorActionContributor.doSetActiveEditor(IEditorPart)68
org.eclipse.cdt.make.internal.ui.editor.MakefileEditorActionContributor.doSetActiveEditor(IEditorPart)69

org.eclipse.ui.texteditor.BasicTextEditorActionContributor.setActiveEditor(IEditorPart)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditorActionContributor.doSetActiveEditor(IEditorPart)61
org.eclipse.cdt.make.internal.ui.editor.MakefileEditorActionContributor.setActiveEditor(IEditorPart)56
OVERRIDE
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditorActionContributor.setActiveEditor(IEditorPart)-1

org.eclipse.ui.texteditor.DefaultRangeIndicator.DefaultRangeIndicator()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.initializeEditor()97

org.eclipse.ui.texteditor.IDocumentProvider.connect(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.WorkingCopyManager.connect(IEditorInput)51

org.eclipse.ui.texteditor.IDocumentProvider.disconnect(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.WorkingCopyManager.disconnect(IEditorInput)58

org.eclipse.ui.texteditor.IDocumentProvider.getDocument(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.getFindRepalceDocumentAdapter()250
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.setSelection(IDirective, boolean)260
org.eclipse.cdt.make.internal.ui.editor.OpenDeclarationAction.run()54
org.eclipse.cdt.make.internal.ui.editor.ProjectionMakefileUpdater.initialize()152
org.eclipse.cdt.make.internal.ui.editor.ProjectionMakefileUpdater.processReconcile()254
org.eclipse.cdt.make.internal.ui.editor.WorkingCopyManager.setWorkingCopy(IEditorInput, IMakefile)91
org.eclipse.cdt.make.internal.ui.text.makefile.MakefileReconcilingStrategy.reconcile()87

org.eclipse.ui.texteditor.ITextEditor.getDocumentProvider()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.OpenDeclarationAction.run()53

org.eclipse.ui.texteditor.ITextEditor.getSelectionProvider()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.OpenDeclarationAction.run()45

org.eclipse.ui.texteditor.ITextEditor.resetHighlightRange()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditorTogglePresentationAction.run()36

org.eclipse.ui.texteditor.ITextEditor.showHighlightRangeOnly(boolean)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditorTogglePresentationAction.run()39

org.eclipse.ui.texteditor.ITextEditor.showsHighlightRangeOnly()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditorTogglePresentationAction.run()37
org.eclipse.cdt.make.internal.ui.editor.MakefileEditorTogglePresentationAction.update()46

org.eclipse.ui.texteditor.RetargetTextEditorAction.RetargetTextEditorAction(ResourceBundle, String)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditorActionContributor.MakefileEditorActionContributor()42
org.eclipse.cdt.make.internal.ui.editor.MakefileEditorActionContributor.MakefileEditorActionContributor()44

org.eclipse.ui.texteditor.RetargetTextEditorAction.setAction(IAction)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditorActionContributor.doSetActiveEditor(IEditorPart)68
org.eclipse.cdt.make.internal.ui.editor.MakefileEditorActionContributor.doSetActiveEditor(IEditorPart)69

org.eclipse.ui.texteditor.TextEditorAction.getTextEditor()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditorTogglePresentationAction.run()35
org.eclipse.cdt.make.internal.ui.editor.MakefileEditorTogglePresentationAction.update()46
org.eclipse.cdt.make.internal.ui.editor.MakefileEditorTogglePresentationAction.update()46
org.eclipse.cdt.make.internal.ui.editor.OpenDeclarationAction.run()41

org.eclipse.ui.texteditor.TextEditorAction.setEditor(ITextEditor)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditorActionContributor.doSetActiveEditor(IEditorPart)74
org.eclipse.cdt.make.internal.ui.editor.MakefileEditorActionContributor.doSetActiveEditor(IEditorPart)71

org.eclipse.ui.texteditor.TextEditorAction.TextEditorAction(ResourceBundle, String, ITextEditor)

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditorTogglePresentationAction.MakefileEditorTogglePresentationAction()26
org.eclipse.cdt.make.internal.ui.editor.OpenDeclarationAction.OpenDeclarationAction(ITextEditor)32

org.eclipse.ui.texteditor.TextEditorAction.update()

OVERRIDE
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditorTogglePresentationAction.update()-1
VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditorActionContributor.doSetActiveEditor(IEditorPart)75

org.eclipse.ui.texteditor.TextOperationAction.TextOperationAction(ResourceBundle, String, ITextEditor, int)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.createActions()189
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.createActions()197
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.createActions()193
org.eclipse.cdt.make.internal.ui.editor.MakefileEditor.createActions()202

Back to reference summary for org.eclipse.cdt.make.ui

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict