Uses of Class
org.eclipse.cdt.internal.ui.editor.CEditor

Packages that use CEditor
org.eclipse.cdt.internal.ui.actions   
org.eclipse.cdt.internal.ui.editor   
org.eclipse.cdt.internal.ui.search.actions   
org.eclipse.cdt.internal.ui.util   
org.eclipse.cdt.ui.actions   
 

Uses of CEditor in org.eclipse.cdt.internal.ui.actions
 

Methods in org.eclipse.cdt.internal.ui.actions with parameters of type CEditor
static boolean SelectionConverter.canOperateOn(CEditor editor)
           
static org.eclipse.cdt.core.model.ICElement[] SelectionConverter.codeResolve(CEditor editor)
           
static org.eclipse.cdt.core.model.ICElement SelectionConverter.codeResolve(CEditor editor, org.eclipse.swt.widgets.Shell shell, java.lang.String title, java.lang.String message)
          Converts the text selection provided by the given editor a Java element by asking the user if code reolve returned more than one result.
static org.eclipse.cdt.core.model.ICElement[] SelectionConverter.codeResolveOrInput(CEditor editor)
          Converts the text selection provided by the given editor into an array of C elements.
static org.eclipse.cdt.core.model.ICElement[] SelectionConverter.codeResolveOrInputHandled(CEditor editor, org.eclipse.swt.widgets.Shell shell, java.lang.String title)
           
static boolean ActionUtil.isProcessable(org.eclipse.swt.widgets.Shell shell, CEditor editor)
           
 

Uses of CEditor in org.eclipse.cdt.internal.ui.editor
 

Subclasses of CEditor in org.eclipse.cdt.internal.ui.editor
 class ExternalSearchEditor
          Deprecated. Use EditorUtility#openInEditor() to open an external file.
 

Methods in org.eclipse.cdt.internal.ui.editor that return CEditor
 CEditor CContentOutlinePage.getEditor()
          Provide access to the CEditor corresponding to this CContentOutlinePage.
 

Methods in org.eclipse.cdt.internal.ui.editor with parameters of type CEditor
 void SemanticHighlightingManager.install(CEditor editor, CSourceViewer sourceViewer, IColorManager colorManager, org.eclipse.jface.preference.IPreferenceStore preferenceStore)
          Install the semantic highlighting on the given editor infrastructure
 void SemanticHighlightingReconciler.install(CEditor editor, org.eclipse.jface.text.source.ISourceViewer sourceViewer, SemanticHighlightingPresenter presenter, SemanticHighlighting[] semanticHighlightings, org.eclipse.cdt.internal.ui.editor.SemanticHighlightingManager.HighlightingStyle[] highlightings)
          Install this reconciler on the given editor, presenter and highlightings.
 void InactiveCodeHighlighting.install(CEditor editor, LineBackgroundPainter lineBackgroundPainter)
          Install this highlighting on the given editor and line background painter.
 

Constructors in org.eclipse.cdt.internal.ui.editor with parameters of type CEditor
CContentOutlinePage(CEditor editor)
           
CContentOutlinePage(java.lang.String contextMenuID, CEditor editor)
           
CEditorErrorTickUpdater(CEditor editor)
           
GotoMatchingBracketAction(CEditor editor)
           
SearchDialogAction(org.eclipse.jface.viewers.ISelectionProvider provider, CEditor editor)
           
 

Uses of CEditor in org.eclipse.cdt.internal.ui.search.actions
 

Constructors in org.eclipse.cdt.internal.ui.search.actions with parameters of type CEditor
DeclarationsSearchGroup(CEditor editor)
           
FindAction(CEditor editor)
           
FindDeclarationsAction(CEditor editor)
           
FindDeclarationsAction(CEditor editor, java.lang.String label, java.lang.String tooltip)
           
FindDeclarationsInWorkingSetAction(CEditor editor, org.eclipse.ui.IWorkingSet[] workingSets)
           
FindDeclarationsProjectAction(CEditor editor)
           
FindDeclarationsProjectAction(CEditor editor, java.lang.String label, java.lang.String tooltip)
           
FindInWorkingSetAction(CEditor editor, java.lang.String label, java.lang.String tooltip, org.eclipse.ui.IWorkingSet[] workingSets)
           
FindRefsAction(CEditor editor)
           
FindRefsAction(CEditor editor, java.lang.String label, java.lang.String tooltip)
           
FindRefsInWorkingSetAction(CEditor editor, org.eclipse.ui.IWorkingSet[] workingSets)
           
FindRefsProjectAction(CEditor editor)
           
FindRefsProjectAction(CEditor editor, java.lang.String label, java.lang.String tooltip)
           
OpenDeclarationsAction(CEditor editor)
          Creates a new action with the given editor
OpenDefinitionAction(CEditor editor)
          Deprecated. Creates a new action with the given editor
ReferencesSearchGroup(CEditor editor)
           
SelectionParseAction(CEditor editor)
           
SelectionSearchGroup(CEditor editor)
           
WorkingSetFindAction(CEditor editor, FindAction action, java.lang.String string)
           
 

Uses of CEditor in org.eclipse.cdt.internal.ui.util
 

Methods in org.eclipse.cdt.internal.ui.util that return CEditor
 CEditor ProblemTreeViewer.getEditor()
          This returns the editor corresponding to the opened CEditor that is listening to the selection changes on the Outline View.
 

Methods in org.eclipse.cdt.internal.ui.util with parameters of type CEditor
static void CUIHelp.setHelp(CEditor editor, org.eclipse.swt.custom.StyledText text, java.lang.String contextId)
           
 

Uses of CEditor in org.eclipse.cdt.ui.actions
 

Constructors in org.eclipse.cdt.ui.actions with parameters of type CEditor
GenerateActionGroup(CEditor editor, java.lang.String groupName)
          Note: This constructor is for internal use only.
OpenAction(CEditor editor)
          Note: This constructor is for internal use only.