Types from org.eclipse.jface.text used by org.eclipse.cdt.ui

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

Reference Details

org.eclipse.jface.text.AbstractInformationControl

EXTENDS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.AbstractCompareViewerInformationControl-1
org.eclipse.cdt.internal.ui.text.AbstractSourceViewerInformationControl-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl-1

org.eclipse.jface.text.AbstractReusableInformationControlCreator

EXTENDS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.HoverControlCreator-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.HoverControlCreator-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.PresenterControlCreator-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.PresenterControlCreator-1
org.eclipse.cdt.internal.ui.text.c.hover.CInformationProvider.ControlCreator-1
org.eclipse.cdt.internal.ui.text.c.hover.CInformationProvider.ControlCreator-1

org.eclipse.jface.text.contentassist.ContentAssistant

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.handlePreferenceStoreChanged(PropertyChangeEvent)1649
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.2.assistSessionEnded(ContentAssistEvent)186
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.2.assistSessionStarted(ContentAssistEvent)157
DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.fAssistant-1
INSTANCEOF
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.handlePreferenceStoreChanged(PropertyChangeEvent)1648
INSTANTIATION
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.CodeTemplateSourceViewerConfiguration.getContentAssistant(ISourceViewer)112
org.eclipse.cdt.internal.ui.preferences.CTemplatePreferencePage.CEditTemplateDialog.1.getContentAssistant(ISourceViewer)71
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getContentAssistant(ISourceViewer)425
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.CodeTemplateSourceViewerConfiguration.getContentAssistant(ISourceViewer)112
org.eclipse.cdt.internal.ui.preferences.CTemplatePreferencePage.CEditTemplateDialog.1.getContentAssistant(ISourceViewer)71
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getContentAssistant(ISourceViewer)425
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistProcessor.CContentAssistProcessor(IEditorPart, ContentAssistant, String)-1
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistPreference.changeConfiguration(ContentAssistant, IPreferenceStore, PropertyChangeEvent)-1
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistPreference.changeCProcessor(ContentAssistant, IPreferenceStore, String)-1
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistPreference.configure(ContentAssistant, IPreferenceStore)-1
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistPreference.configureCProcessor(ContentAssistant, IPreferenceStore)-1
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistPreference.getCProcessor(ContentAssistant)-1
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.ContentAssistProcessor(ContentAssistant, String)-1

org.eclipse.jface.text.contentassist.ContentAssistEvent

PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.2.assistSessionEnded(ContentAssistEvent)-1
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.2.assistSessionStarted(ContentAssistEvent)-1
org.eclipse.cdt.internal.ui.text.correction.CCorrectionProcessor.1.assistSessionEnded(ContentAssistEvent)-1
org.eclipse.cdt.internal.ui.text.correction.CCorrectionProcessor.1.assistSessionStarted(ContentAssistEvent)-1

org.eclipse.jface.text.contentassist.ICompletionListener

IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.2-1
org.eclipse.cdt.internal.ui.text.correction.CCorrectionProcessor.1-1

org.eclipse.jface.text.contentassist.ICompletionProposal

ALLOCATES_ARRAY
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInfo.getCompletionProposals()117
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInfo.getCompletionProposals()117
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.getCAnnotationFixes(ICAnnotation)90
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.getCAnnotationFixes(ICAnnotation)90
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.getMarkerAnnotationFixes(MarkerAnnotation)124
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.getMarkerAnnotationFixes(MarkerAnnotation)124
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.computeCompletionProposals(ITextViewer, int)228
org.eclipse.cdt.internal.ui.text.spelling.CSpellingProblem.getProposals()98
org.eclipse.cdt.internal.ui.text.template.TemplateVariableProcessor.computeCompletionProposals(ITextViewer, int)111
CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.getCAnnotationFixes(ICAnnotation)90
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.getCAnnotationFixes(ICAnnotation)90
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.getMarkerAnnotationFixes(MarkerAnnotation)124
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.getMarkerAnnotationFixes(MarkerAnnotation)124
org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistProcessor.filterAndSortProposals(List, IProgressMonitor, ContentAssistInvocationContext)156
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.computeCompletionProposals(ITextViewer, int)228
org.eclipse.cdt.internal.ui.text.contentassist.ParsingBasedProposalComputer.computeContextInformation(ContentAssistInvocationContext, IProgressMonitor)77
org.eclipse.cdt.internal.ui.text.correction.CorrectionCommandHandler.findCorrection(String, boolean, ITextSelection, ITranslationUnit, IAnnotationModel)106
org.eclipse.cdt.internal.ui.text.template.TemplateVariableProcessor.computeCompletionProposals(ITextViewer, int)111
DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.NO_PROPOSALS-1
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.NO_PROPOSALS-1
org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistProcessor.CCompletionProposalWrapper.fWrappedProposal-1
org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistProcessor.CCompletionProposalWrapper.fWrappedProposal-1
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.NO_PROPOSALS-1
DECLARED_PARAMETERIZED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.template.TemplateEngine.fProposals-1
DECLARED_PARAMETERIZED_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistProcessor.filterAndSortProposals(List, IProgressMonitor, ContentAssistInvocationContext)-1
org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistProcessor.filterAndSortProposals(List, IProgressMonitor, ContentAssistInvocationContext)-1
org.eclipse.cdt.internal.ui.text.contentassist.CompletionProposalCategory.computeCompletionProposals(ContentAssistInvocationContext, String, SubProgressMonitor)-1
org.eclipse.cdt.internal.ui.text.contentassist.CompletionProposalComputerDescriptor.computeCompletionProposals(ContentAssistInvocationContext, IProgressMonitor)-1
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.collectProposals(ITextViewer, int, IProgressMonitor, ContentAssistInvocationContext)-1
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.filterAndSortProposals(List, IProgressMonitor, ContentAssistInvocationContext)-1
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.filterAndSortProposals(List, IProgressMonitor, ContentAssistInvocationContext)-1
org.eclipse.cdt.internal.ui.text.contentassist.DOMCompletionProposalComputer.addMacroProposals(CContentAssistInvocationContext, String, List)-1
org.eclipse.cdt.internal.ui.text.contentassist.DOMCompletionProposalComputer.computeCompletionProposals(CContentAssistInvocationContext, IASTCompletionNode, String)-1
org.eclipse.cdt.internal.ui.text.contentassist.DOMCompletionProposalComputer.handleBinding(IBinding, CContentAssistInvocationContext, String, IASTCompletionContext, List)-1
org.eclipse.cdt.internal.ui.text.contentassist.DOMCompletionProposalComputer.handleClass(ICPPClassType, IASTCompletionContext, CContentAssistInvocationContext, int, List)-1
org.eclipse.cdt.internal.ui.text.contentassist.DOMCompletionProposalComputer.handleFunction(IFunction, CContentAssistInvocationContext, int, List)-1
org.eclipse.cdt.internal.ui.text.contentassist.DOMCompletionProposalComputer.handleMacro(IASTPreprocessorMacroDefinition, CContentAssistInvocationContext, String, List)-1
org.eclipse.cdt.internal.ui.text.contentassist.DOMCompletionProposalComputer.handleNamespace(ICPPNamespace, IASTCompletionContext, CContentAssistInvocationContext, int, List)-1
org.eclipse.cdt.internal.ui.text.contentassist.DOMCompletionProposalComputer.handleVariable(IVariable, CContentAssistInvocationContext, int, List)-1
org.eclipse.cdt.internal.ui.text.contentassist.HelpCompletionProposalComputer.computeCompletionProposals(CContentAssistInvocationContext, IASTCompletionNode, String)-1
org.eclipse.cdt.internal.ui.text.contentassist.HippieProposalComputer.computeCompletionProposals(ContentAssistInvocationContext, IProgressMonitor)-1
org.eclipse.cdt.internal.ui.text.contentassist.InclusionProposalComputer.addInclusionProposals(CContentAssistInvocationContext, List)-1
org.eclipse.cdt.internal.ui.text.contentassist.InclusionProposalComputer.computeCompletionProposals(ContentAssistInvocationContext, IProgressMonitor)-1
org.eclipse.cdt.internal.ui.text.contentassist.KeywordCompletionProposalComputer.computeCompletionProposals(CContentAssistInvocationContext, IASTCompletionNode, String)-1
org.eclipse.cdt.internal.ui.text.contentassist.ParsingBasedProposalComputer.computeCompletionProposals(CContentAssistInvocationContext, IASTCompletionNode, String)-1
org.eclipse.cdt.internal.ui.text.contentassist.ParsingBasedProposalComputer.computeCompletionProposals(ContentAssistInvocationContext, IProgressMonitor)-1
org.eclipse.cdt.internal.ui.text.contentassist.TemplateCompletionProposalComputer.computeCompletionProposals(ContentAssistInvocationContext, IProgressMonitor)-1
org.eclipse.cdt.internal.ui.text.doctools.AbstractDocCommentProposalComputer.computeCompletionProposals(ContentAssistInvocationContext, IProgressMonitor)-1
org.eclipse.cdt.internal.ui.text.spelling.WordCompletionProposalComputer.computeCompletionProposals(ContentAssistInvocationContext, IProgressMonitor)-1
org.eclipse.cdt.internal.ui.text.template.TemplateEngine.getResults()-1
org.eclipse.cdt.ui.text.contentassist.ICompletionProposalComputer.computeCompletionProposals(ContentAssistInvocationContext, IProgressMonitor)-1
org.eclipse.cdt.ui.text.doctools.generic.GenericTagCompletionProposalComputer.computeCompletionProposals(ContentAssistInvocationContext, IProgressMonitor)-1
DECLARED_PARAMETERIZED_VARIABLE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistProcessor.filterAndSortProposals(List, IProgressMonitor, ContentAssistInvocationContext)181
org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistProcessor.filterAndSortProposals(List, IProgressMonitor, ContentAssistInvocationContext)191
org.eclipse.cdt.internal.ui.text.contentassist.CompletionProposalCategory.computeCompletionProposals(ContentAssistInvocationContext, String, SubProgressMonitor)257
org.eclipse.cdt.internal.ui.text.contentassist.CompletionProposalComputerDescriptor.computeCompletionProposals(ContentAssistInvocationContext, IProgressMonitor)300
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.collectProposals(ITextViewer, int, IProgressMonitor, ContentAssistInvocationContext)267
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.computeCompletionProposals(ITextViewer, int)224
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.computeCompletionProposals(ITextViewer, int)220
org.eclipse.cdt.internal.ui.text.contentassist.DOMCompletionProposalComputer.computeCompletionProposals(CContentAssistInvocationContext, IASTCompletionNode, String)100
org.eclipse.cdt.internal.ui.text.contentassist.HelpCompletionProposalComputer.computeCompletionProposals(CContentAssistInvocationContext, IASTCompletionNode, String)100
org.eclipse.cdt.internal.ui.text.contentassist.InclusionProposalComputer.computeCompletionProposals(ContentAssistInvocationContext, IProgressMonitor)60
org.eclipse.cdt.internal.ui.text.contentassist.KeywordCompletionProposalComputer.computeCompletionProposals(CContentAssistInvocationContext, IASTCompletionNode, String)63
org.eclipse.cdt.internal.ui.text.contentassist.ParsingBasedProposalComputer.computeContextInformation(ContentAssistInvocationContext, IProgressMonitor)72
org.eclipse.cdt.internal.ui.text.contentassist.TemplateCompletionProposalComputer.computeCompletionProposals(ContentAssistInvocationContext, IProgressMonitor)104
org.eclipse.cdt.internal.ui.text.spelling.WordCompletionProposalComputer.computeCompletionProposals(ContentAssistInvocationContext, IProgressMonitor)71
org.eclipse.cdt.ui.text.doctools.generic.GenericTagCompletionProposalComputer.computeCompletionProposals(ContentAssistInvocationContext, IProgressMonitor)73
EXTENDS
Reference LocationLine Number
org.eclipse.cdt.ui.text.ICCompletionProposal-1
IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.template.TemplateVariableProposal-1
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistProcessor.filterAndSortProposals(List, IProgressMonitor, ContentAssistInvocationContext)156
org.eclipse.cdt.internal.ui.text.contentassist.ParsingBasedProposalComputer.computeContextInformation(ContentAssistInvocationContext, IProgressMonitor)77
org.eclipse.cdt.internal.ui.text.correction.CorrectionCommandHandler.execute(ExecutionEvent)77
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.4.(AbstractAnnotationHoverAnnotationInformationControl, ICompletionProposal)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.5.(AbstractAnnotationHoverAnnotationInformationControl, ICompletionProposal)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.apply(ICompletionProposal, ITextViewer, int)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.apply(ICompletionProposal, ITextViewer, int)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.createCompletionProposalLink(Composite, ICompletionProposal)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.createCompletionProposalLink(Composite, ICompletionProposal)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.createCompletionProposalsControl(Composite, ICompletionProposal[])-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.createCompletionProposalsControl(Composite, ICompletionProposal[])-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.createCompletionProposalsList(Composite, ICompletionProposal[])-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.createCompletionProposalsList(Composite, ICompletionProposal[])-1
org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistProcessor.CCompletionProposalWrapper.CCompletionProposalWrapper(ICompletionProposal)-1
org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistProcessor.CCompletionProposalWrapper.CCompletionProposalWrapper(ICompletionProposal)-1
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.2.selectionChanged(ICompletionProposal, boolean)-1
org.eclipse.cdt.internal.ui.text.correction.CCorrectionProcessor.1.selectionChanged(ICompletionProposal, boolean)-1
org.eclipse.cdt.internal.ui.text.correction.CorrectionCommandHandler.invokeProposal(ICompletionProposal, int)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInfo.getCompletionProposals()-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInfo.getCompletionProposals()-1
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.getCAnnotationFixes(ICAnnotation)-1
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.getCAnnotationFixes(ICAnnotation)-1
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.getCompletionProposals()-1
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.getCompletionProposals()-1
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.getMarkerAnnotationFixes(MarkerAnnotation)-1
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.getMarkerAnnotationFixes(MarkerAnnotation)-1
org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistProcessor.CCompletionProposalWrapper.unwrap()-1
org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistProcessor.CCompletionProposalWrapper.unwrap()-1
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.computeCompletionProposals(ITextViewer, int)-1
org.eclipse.cdt.internal.ui.text.correction.CCorrectionProcessor.computeQuickAssistProposals(IQuickAssistInvocationContext)-1
org.eclipse.cdt.internal.ui.text.correction.CorrectionCommandHandler.findCorrection(String, boolean, ITextSelection, ITranslationUnit, IAnnotationModel)-1
org.eclipse.cdt.internal.ui.text.correction.CorrectionCommandHandler.getLocalRenameProposal(IInvocationContext)-1
org.eclipse.cdt.internal.ui.text.spelling.CSpellingProblem.getProposals()-1
org.eclipse.cdt.internal.ui.text.template.TemplateVariableProcessor.computeCompletionProposals(ITextViewer, int)-1

org.eclipse.jface.text.contentassist.ICompletionProposalExtension

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.apply(ICompletionProposal, ITextViewer, int)499
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.apply(ICompletionProposal, ITextViewer, int)499
org.eclipse.cdt.internal.ui.text.correction.CorrectionCommandHandler.invokeProposal(ICompletionProposal, int)156
IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal-1
INSTANCEOF
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.apply(ICompletionProposal, ITextViewer, int)498
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.apply(ICompletionProposal, ITextViewer, int)498
org.eclipse.cdt.internal.ui.text.correction.CorrectionCommandHandler.invokeProposal(ICompletionProposal, int)153
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.apply(ICompletionProposal, ITextViewer, int)499
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.apply(ICompletionProposal, ITextViewer, int)499

org.eclipse.jface.text.contentassist.ICompletionProposalExtension2

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.apply(ICompletionProposal, ITextViewer, int)496
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.apply(ICompletionProposal, ITextViewer, int)496
org.eclipse.cdt.internal.ui.text.correction.CorrectionCommandHandler.invokeProposal(ICompletionProposal, int)150
IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal-1
org.eclipse.cdt.internal.ui.text.correction.proposals.LinkedNamesAssistProposal-1
org.eclipse.cdt.internal.ui.viewsupport.LinkedProposalModelPresenter.LinkedPositionProposalImpl-1
org.eclipse.cdt.internal.ui.viewsupport.LinkedProposalModelPresenter.LinkedPositionProposalImpl-1
INSTANCEOF
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.apply(ICompletionProposal, ITextViewer, int)495
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.apply(ICompletionProposal, ITextViewer, int)495
org.eclipse.cdt.internal.ui.text.correction.CorrectionCommandHandler.invokeProposal(ICompletionProposal, int)147
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.apply(ICompletionProposal, ITextViewer, int)496
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.apply(ICompletionProposal, ITextViewer, int)496

org.eclipse.jface.text.contentassist.ICompletionProposalExtension3

IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal-1

org.eclipse.jface.text.contentassist.ICompletionProposalExtension6

IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.correction.proposals.ChangeCorrectionProposal-1
org.eclipse.cdt.internal.ui.text.correction.proposals.LinkedNamesAssistProposal-1

org.eclipse.jface.text.contentassist.IContentAssistant

LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.handlePreferenceStoreChanged(PropertyChangeEvent)1647
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.AdaptedSourceViewer.getContentAssistant()-1
org.eclipse.cdt.internal.ui.editor.CEditor.AdaptedSourceViewer.getContentAssistant()-1
org.eclipse.cdt.internal.ui.editor.CSourceViewer.getContentAssistant()-1
org.eclipse.cdt.internal.ui.preferences.CodeTemplateSourceViewerConfiguration.getContentAssistant(ISourceViewer)-1
org.eclipse.cdt.internal.ui.preferences.CTemplatePreferencePage.CEditTemplateDialog.1.getContentAssistant(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getContentAssistant(ISourceViewer)-1

org.eclipse.jface.text.contentassist.IContentAssistantExtension2

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.2.assistSessionEnded(ContentAssistEvent)180
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.2.assistSessionStarted(ContentAssistEvent)145
INSTANCEOF
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.2.assistSessionEnded(ContentAssistEvent)179
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.2.assistSessionStarted(ContentAssistEvent)144
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.2.assistSessionEnded(ContentAssistEvent)180
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.2.assistSessionStarted(ContentAssistEvent)145

org.eclipse.jface.text.contentassist.IContentAssistantExtension3

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.2.assistSessionEnded(ContentAssistEvent)185
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.2.assistSessionStarted(ContentAssistEvent)156
INSTANCEOF
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.2.assistSessionEnded(ContentAssistEvent)184
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.2.assistSessionStarted(ContentAssistEvent)155
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.2.assistSessionEnded(ContentAssistEvent)185
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.2.assistSessionStarted(ContentAssistEvent)156

org.eclipse.jface.text.contentassist.IContentAssistProcessor

IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor-1
org.eclipse.cdt.internal.ui.text.template.TemplateVariableProcessor-1
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getContentAssistant(ISourceViewer)430

org.eclipse.jface.text.contentassist.IContextInformation

ALLOCATES_ARRAY
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.computeContextInformation(ITextViewer, int)307
CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.computeContextInformation(ITextViewer, int)307
org.eclipse.cdt.internal.ui.text.contentassist.CProposalContextInformation.equals(Object)64
DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.fContextInformation-1
org.eclipse.cdt.internal.ui.text.CParameterListValidator.fInformation-1
DECLARED_PARAMETERIZED_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistProcessor.filterAndSortContextInformation(List, IProgressMonitor)-1
org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistProcessor.filterAndSortContextInformation(List, IProgressMonitor)-1
org.eclipse.cdt.internal.ui.text.contentassist.CompletionProposalCategory.computeContextInformation(ContentAssistInvocationContext, String, SubProgressMonitor)-1
org.eclipse.cdt.internal.ui.text.contentassist.CompletionProposalComputerDescriptor.computeContextInformation(ContentAssistInvocationContext, IProgressMonitor)-1
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.collectContextInformation(ITextViewer, int, IProgressMonitor)-1
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.filterAndSortContextInformation(List, IProgressMonitor)-1
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.filterAndSortContextInformation(List, IProgressMonitor)-1
org.eclipse.cdt.internal.ui.text.contentassist.HippieProposalComputer.computeContextInformation(ContentAssistInvocationContext, IProgressMonitor)-1
org.eclipse.cdt.internal.ui.text.contentassist.InclusionProposalComputer.computeContextInformation(ContentAssistInvocationContext, IProgressMonitor)-1
org.eclipse.cdt.internal.ui.text.contentassist.ParsingBasedProposalComputer.computeContextInformation(ContentAssistInvocationContext, IProgressMonitor)-1
org.eclipse.cdt.internal.ui.text.contentassist.TemplateCompletionProposalComputer.computeContextInformation(ContentAssistInvocationContext, IProgressMonitor)-1
org.eclipse.cdt.internal.ui.text.doctools.AbstractDocCommentProposalComputer.computeContextInformation(ContentAssistInvocationContext, IProgressMonitor)-1
org.eclipse.cdt.internal.ui.text.spelling.WordCompletionProposalComputer.computeContextInformation(ContentAssistInvocationContext, IProgressMonitor)-1
org.eclipse.cdt.ui.text.contentassist.ICompletionProposalComputer.computeContextInformation(ContentAssistInvocationContext, IProgressMonitor)-1
org.eclipse.cdt.ui.text.doctools.generic.GenericTagCompletionProposalComputer.computeContextInformation(ContentAssistInvocationContext, IProgressMonitor)-1
DECLARED_PARAMETERIZED_VARIABLE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.CompletionProposalCategory.computeContextInformation(ContentAssistInvocationContext, String, SubProgressMonitor)281
org.eclipse.cdt.internal.ui.text.contentassist.CompletionProposalComputerDescriptor.computeContextInformation(ContentAssistInvocationContext, IProgressMonitor)347
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.collectContextInformation(ITextViewer, int, IProgressMonitor)319
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.computeContextInformation(ITextViewer, int)301
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.computeContextInformation(ITextViewer, int)304
org.eclipse.cdt.internal.ui.text.contentassist.ParsingBasedProposalComputer.computeContextInformation(ContentAssistInvocationContext, IProgressMonitor)76
IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.CProposalContextInformation-1
INSTANCEOF
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.CProposalContextInformation.equals(Object)63
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.CProposalContextInformation.equals(Object)64
org.eclipse.cdt.internal.ui.text.contentassist.ParsingBasedProposalComputer.computeContextInformation(ContentAssistInvocationContext, IProgressMonitor)78
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.setContextInformation(IContextInformation)-1
org.eclipse.cdt.internal.ui.text.CParameterListValidator.install(IContextInformation, ITextViewer, int)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.getContextInformation()-1
org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistProcessor.CCompletionProposalWrapper.getContextInformation()-1
org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistProcessor.CCompletionProposalWrapper.getContextInformation()-1
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.computeContextInformation(ITextViewer, int)-1
org.eclipse.cdt.internal.ui.text.correction.MarkerResolutionProposal.getContextInformation()-1
org.eclipse.cdt.internal.ui.text.correction.proposals.ChangeCorrectionProposal.getContextInformation()-1
org.eclipse.cdt.internal.ui.text.correction.proposals.LinkedNamesAssistProposal.getContextInformation()-1
org.eclipse.cdt.internal.ui.text.spelling.AddWordProposal.getContextInformation()-1
org.eclipse.cdt.internal.ui.text.spelling.DisableSpellCheckingProposal.getContextInformation()-1
org.eclipse.cdt.internal.ui.text.spelling.WordCorrectionProposal.getContextInformation()-1
org.eclipse.cdt.internal.ui.text.spelling.WordIgnoreProposal.getContextInformation()-1
org.eclipse.cdt.internal.ui.text.template.TemplateVariableProcessor.computeContextInformation(ITextViewer, int)-1
org.eclipse.cdt.internal.ui.text.template.TemplateVariableProposal.getContextInformation()-1
org.eclipse.cdt.internal.ui.viewsupport.LinkedProposalModelPresenter.LinkedPositionProposalImpl.getContextInformation()-1
org.eclipse.cdt.internal.ui.viewsupport.LinkedProposalModelPresenter.LinkedPositionProposalImpl.getContextInformation()-1

org.eclipse.jface.text.contentassist.IContextInformationExtension

IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.CProposalContextInformation-1

org.eclipse.jface.text.contentassist.IContextInformationPresenter

IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CParameterListValidator-1

org.eclipse.jface.text.contentassist.IContextInformationValidator

DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistProcessor.fValidator-1
IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CParameterListValidator-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistProcessor.getContextInformationValidator()-1
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.getContextInformationValidator()-1
org.eclipse.cdt.internal.ui.text.template.TemplateVariableProcessor.getContextInformationValidator()-1

org.eclipse.jface.text.DefaultIndentLineAutoEditStrategy

EXTENDS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CAutoIndentStrategy-1
org.eclipse.cdt.internal.ui.text.CStringAutoIndentStrategy-1
INSTANTIATION
Reference LocationLine Number
org.eclipse.cdt.ui.text.doctools.doxygen.DoxygenSingleConfiguration.createAutoEditStrategy()51

org.eclipse.jface.text.DefaultInformationControl

INSTANTIATION
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.CodeTemplateSourceViewerConfiguration.1.createInformationControl(Shell)127
org.eclipse.cdt.internal.ui.text.c.hover.AbstractCEditorTextHover.1.createInformationControl(Shell)93
org.eclipse.cdt.internal.ui.text.c.hover.AbstractCEditorTextHover.2.createInformationControl(Shell)105
org.eclipse.cdt.internal.ui.text.c.hover.CInformationProvider.ControlCreator.doCreateInformationControl(Shell)45
org.eclipse.cdt.internal.ui.text.c.hover.CInformationProvider.ControlCreator.doCreateInformationControl(Shell)45
org.eclipse.cdt.internal.ui.text.correction.CCorrectionAssistant.1.createInformationControl(Shell)100
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.2.createInformationControl(Shell)809
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.3.createInformationControl(Shell)826

org.eclipse.jface.text.DefaultTextDoubleClickStrategy

INSTANTIATION
Reference LocationLine Number
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getDoubleClickStrategy(ISourceViewer, String)541
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getDoubleClickStrategy(ISourceViewer, String)537
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getDoubleClickStrategy(ISourceViewer, String)545

org.eclipse.jface.text.DocumentCommand

PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CAutoIndentStrategy.customizeDocumentCommand(IDocument, DocumentCommand)-1
org.eclipse.cdt.internal.ui.text.CAutoIndentStrategy.getPeerPosition(IDocument, DocumentCommand)-1
org.eclipse.cdt.internal.ui.text.CAutoIndentStrategy.smartIndentAfterClosingBracket(IDocument, DocumentCommand)-1
org.eclipse.cdt.internal.ui.text.CAutoIndentStrategy.smartIndentAfterColumn(IDocument, DocumentCommand)-1
org.eclipse.cdt.internal.ui.text.CAutoIndentStrategy.smartIndentAfterHash(IDocument, DocumentCommand)-1
org.eclipse.cdt.internal.ui.text.CAutoIndentStrategy.smartIndentAfterNewLine(IDocument, DocumentCommand)-1
org.eclipse.cdt.internal.ui.text.CAutoIndentStrategy.smartIndentAfterOpeningBracket(IDocument, DocumentCommand)-1
org.eclipse.cdt.internal.ui.text.CAutoIndentStrategy.smartIndentOnKeypress(IDocument, DocumentCommand)-1
org.eclipse.cdt.internal.ui.text.CAutoIndentStrategy.smartIndentUponE(IDocument, DocumentCommand)-1
org.eclipse.cdt.internal.ui.text.CAutoIndentStrategy.smartPaste(IDocument, DocumentCommand)-1
org.eclipse.cdt.internal.ui.text.CStringAutoIndentStrategy.customizeDocumentCommand(IDocument, DocumentCommand)-1
org.eclipse.cdt.internal.ui.text.CStringAutoIndentStrategy.indentStringAfterNewLine(IDocument, DocumentCommand)-1
org.eclipse.cdt.ui.text.doctools.DefaultMultilineCommentAutoEditStrategy.customizeDocumentAfterNewLine(IDocument, DocumentCommand)-1
org.eclipse.cdt.ui.text.doctools.DefaultMultilineCommentAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)-1
org.eclipse.cdt.ui.text.doctools.DefaultMultilineCommentAutoEditStrategy.customizeDocumentForMultilineCommentEnd(IDocument, DocumentCommand)-1

org.eclipse.jface.text.formatter.ContextBasedFormattingStrategy

EXTENDS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CFormattingStrategy-1

org.eclipse.jface.text.formatter.FormattingContext

INSTANTIATION
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.AdaptedSourceViewer.createFormattingContext()358
org.eclipse.cdt.internal.ui.editor.CEditor.AdaptedSourceViewer.createFormattingContext()358
org.eclipse.cdt.internal.ui.preferences.formatter.TranslationUnitPreview.doFormatPreview()57

org.eclipse.jface.text.formatter.IContentFormatter

LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.formatter.TranslationUnitPreview.doFormatPreview()59
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.SimpleCSourceViewerConfiguration.getContentFormatter(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getContentFormatter(ISourceViewer)-1

org.eclipse.jface.text.formatter.IContentFormatterExtension

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.formatter.TranslationUnitPreview.doFormatPreview()61
INSTANCEOF
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.formatter.TranslationUnitPreview.doFormatPreview()60
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.formatter.TranslationUnitPreview.doFormatPreview()61

org.eclipse.jface.text.formatter.IFormattingContext

LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.AdaptedSourceViewer.createFormattingContext()358
org.eclipse.cdt.internal.ui.editor.CEditor.AdaptedSourceViewer.createFormattingContext()358
org.eclipse.cdt.internal.ui.preferences.formatter.TranslationUnitPreview.doFormatPreview()57
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CFormattingStrategy.formatterStarts(IFormattingContext)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.AdaptedSourceViewer.createFormattingContext()-1
org.eclipse.cdt.internal.ui.editor.CEditor.AdaptedSourceViewer.createFormattingContext()-1

org.eclipse.jface.text.formatter.MultiPassContentFormatter

INSTANTIATION
Reference LocationLine Number
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getContentFormatter(ISourceViewer)777
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getContentFormatter(ISourceViewer)776

org.eclipse.jface.text.hyperlink.AbstractHyperlinkDetector

EXTENDS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CElementHyperlinkDetector-1

org.eclipse.jface.text.hyperlink.IHyperlink

ALLOCATES_ARRAY
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CElementHyperlinkDetector.detectHyperlinks(ITextViewer, IRegion, boolean)75
IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CElementHyperlink-1
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CElementHyperlinkDetector.1.(CElementHyperlinkDetector, IRegion, IHyperlink[], IAction, ITextViewer)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CElementHyperlinkDetector.detectHyperlinks(ITextViewer, IRegion, boolean)-1

org.eclipse.jface.text.hyperlink.IHyperlinkDetector

RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.SimpleCSourceViewerConfiguration.getHyperlinkDetectors(ISourceViewer)-1

org.eclipse.jface.text.IAutoEditStrategy

ALLOCATES_ARRAY
Reference LocationLine Number
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getAutoEditStrategies(ISourceViewer, String)521
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getAutoEditStrategies(ISourceViewer, String)516
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getAutoEditStrategies(ISourceViewer, String)525
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getAutoEditStrategies(ISourceViewer, String)527
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getAutoEditStrategies(ISourceViewer, String)519
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getAutoEditStrategies(ISourceViewer, String)523
IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.ui.text.doctools.DefaultMultilineCommentAutoEditStrategy-1
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getAutoEditStrategies(ISourceViewer, String)513
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getAutoEditStrategies(ISourceViewer, String)514
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.doctools.NullDocCommentViewerConfiguration.createAutoEditStrategy()-1
org.eclipse.cdt.internal.ui.text.SimpleCSourceViewerConfiguration.getAutoEditStrategies(ISourceViewer, String)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getAutoEditStrategies(ISourceViewer, String)-1
org.eclipse.cdt.ui.text.doctools.doxygen.DoxygenMultilineConfiguration.createAutoEditStrategy()-1
org.eclipse.cdt.ui.text.doctools.doxygen.DoxygenSingleConfiguration.createAutoEditStrategy()-1
org.eclipse.cdt.ui.text.doctools.IDocCommentViewerConfiguration.createAutoEditStrategy()-1

org.eclipse.jface.text.IInformationControl

DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.ConfigureAnnotationsAction.fInfoControl-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.ConfigureAnnotationsAction.fInfoControl-1
IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.AbstractInformationControl-1
org.eclipse.cdt.internal.ui.text.c.hover.SourceViewerInformationControl-1
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInfo.fillToolBar(ToolBarManager, IInformationControl)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInfo.fillToolBar(ToolBarManager, IInformationControl)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.ConfigureAnnotationsAction.ConfigureAnnotationsAction(Annotation, IInformationControl)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.ConfigureAnnotationsAction.ConfigureAnnotationsAction(Annotation, IInformationControl)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.HoverControlCreator.canReuse(IInformationControl)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.HoverControlCreator.canReuse(IInformationControl)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.5.createInformationControl(Shell)-1
org.eclipse.cdt.internal.ui.preferences.CodeTemplateSourceViewerConfiguration.1.createInformationControl(Shell)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.HoverControlCreator.doCreateInformationControl(Shell)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.HoverControlCreator.doCreateInformationControl(Shell)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.PresenterControlCreator.doCreateInformationControl(Shell)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.PresenterControlCreator.doCreateInformationControl(Shell)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractCEditorTextHover.1.createInformationControl(Shell)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractCEditorTextHover.2.createInformationControl(Shell)-1
org.eclipse.cdt.internal.ui.text.c.hover.CInformationProvider.ControlCreator.doCreateInformationControl(Shell)-1
org.eclipse.cdt.internal.ui.text.c.hover.CInformationProvider.ControlCreator.doCreateInformationControl(Shell)-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroExpansionControl.1.createInformationControl(Shell)-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroExpansionHover.1.createInformationControl(Shell)-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroExpansionHover.2.createInformationControl(Shell)-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroExpansionInformationProvider.1.createInformationControl(Shell)-1
org.eclipse.cdt.internal.ui.text.c.hover.CSourceHover.2.createInformationControl(Shell)-1
org.eclipse.cdt.internal.ui.text.c.hover.CSourceHover.3.createInformationControl(Shell)-1
org.eclipse.cdt.internal.ui.text.c.hover.SourceViewerInformationControl.2.createInformationControl(Shell)-1
org.eclipse.cdt.internal.ui.text.correction.CCorrectionAssistant.1.createInformationControl(Shell)-1
org.eclipse.cdt.internal.ui.text.template.TemplateEngine.CTemplateProposal.1.createInformationControl(Shell)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.2.createInformationControl(Shell)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.3.createInformationControl(Shell)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.4.createInformationControl(Shell)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.5.createInformationControl(Shell)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.6.createInformationControl(Shell)-1

org.eclipse.jface.text.IInformationControlCreator

DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.fHoverControlCreator-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.fPresenterControlCreator-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.HoverControlCreator.fPresenterControlCreator-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.HoverControlCreator.fPresenterControlCreator-1
org.eclipse.cdt.internal.ui.text.c.hover.CInformationProvider.fPresenterControlCreator-1
IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.5-1
org.eclipse.cdt.internal.ui.preferences.CodeTemplateSourceViewerConfiguration.1-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractCEditorTextHover.1-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractCEditorTextHover.2-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroExpansionControl.1-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroExpansionHover.1-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroExpansionHover.2-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroExpansionInformationProvider.1-1
org.eclipse.cdt.internal.ui.text.c.hover.CSourceHover.2-1
org.eclipse.cdt.internal.ui.text.c.hover.CSourceHover.3-1
org.eclipse.cdt.internal.ui.text.c.hover.SourceViewerInformationControl.2-1
org.eclipse.cdt.internal.ui.text.correction.CCorrectionAssistant.1-1
org.eclipse.cdt.internal.ui.text.template.TemplateEngine.CTemplateProposal.1-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.2-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.3-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.4-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.5-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.6-1
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getHierarchyControlCreator()922
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getHierarchyPresenter(ISourceViewer)254
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getMacroExplorationControlCreator()1021
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getMacroExplorationPresenter(ISourceViewer)991
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getOutlineControlCreator()904
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getOutlinePresenter(ISourceViewer)237
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.HoverControlCreator.HoverControlCreator(IInformationControlCreator)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.HoverControlCreator.HoverControlCreator(IInformationControlCreator)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.AbstractCompareViewerInformationControl.getInformationPresenterControlCreator()-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.getHoverControlCreator()-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.getInformationPresenterControlCreator()-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.HoverControlCreator.1.getInformationPresenterControlCreator()-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractCEditorTextHover.getHoverControlCreator()-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractCEditorTextHover.getInformationPresenterControlCreator()-1
org.eclipse.cdt.internal.ui.text.c.hover.BestMatchHover.getHoverControlCreator()-1
org.eclipse.cdt.internal.ui.text.c.hover.BestMatchHover.getInformationPresenterControlCreator()-1
org.eclipse.cdt.internal.ui.text.c.hover.CEditorTextHoverProxy.getHoverControlCreator()-1
org.eclipse.cdt.internal.ui.text.c.hover.CEditorTextHoverProxy.getInformationPresenterControlCreator()-1
org.eclipse.cdt.internal.ui.text.c.hover.CInformationProvider.getInformationPresenterControlCreator()-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroExpansionControl.getInformationPresenterControlCreator()-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroExpansionHover.getHoverControlCreator()-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroExpansionHover.getInformationPresenterControlCreator()-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroExpansionInformationProvider.getInformationPresenterControlCreator()-1
org.eclipse.cdt.internal.ui.text.c.hover.CSourceHover.getHoverControlCreator()-1
org.eclipse.cdt.internal.ui.text.c.hover.CSourceHover.getInformationPresenterControlCreator()-1
org.eclipse.cdt.internal.ui.text.c.hover.CTypeHover.getHoverControlCreator()-1
org.eclipse.cdt.internal.ui.text.c.hover.CTypeHover.getInformationPresenterControlCreator()-1
org.eclipse.cdt.internal.ui.text.c.hover.SourceViewerInformationControl.getInformationPresenterControlCreator()-1
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.getInformationControlCreator()-1
org.eclipse.cdt.internal.ui.text.correction.CCorrectionAssistant.getInformationControlCreator()-1
org.eclipse.cdt.internal.ui.text.SimpleCSourceViewerConfiguration.getInformationControlCreator(ISourceViewer)-1
org.eclipse.cdt.internal.ui.text.template.TemplateEngine.CTemplateProposal.getInformationControlCreator()-1
org.eclipse.cdt.internal.ui.text.template.TemplateEngine.CTemplateProposal.getInformationControlCreator()-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getHierarchyControlCreator()-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getInformationControlCreator(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getInformationPresenterControlCreator(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getMacroExplorationControlCreator()-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getOutlineControlCreator()-1

org.eclipse.jface.text.IInformationControlExtension

IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.AbstractInformationControl-1
org.eclipse.cdt.internal.ui.text.c.hover.SourceViewerInformationControl-1

org.eclipse.jface.text.IInformationControlExtension2

IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.AbstractCompareViewerInformationControl-1
org.eclipse.cdt.internal.ui.text.AbstractInformationControl-1
org.eclipse.cdt.internal.ui.text.AbstractSourceViewerInformationControl-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl-1

org.eclipse.jface.text.IInformationControlExtension3

IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.SourceViewerInformationControl-1

org.eclipse.jface.text.IInformationControlExtension4

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.HoverControlCreator.canReuse(IInformationControl)570
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.HoverControlCreator.canReuse(IInformationControl)570
INSTANCEOF
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.HoverControlCreator.canReuse(IInformationControl)569
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.HoverControlCreator.canReuse(IInformationControl)569

org.eclipse.jface.text.IInformationControlExtension5

IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.SourceViewerInformationControl-1

org.eclipse.jface.text.information.IInformationPresenter

DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CSourceViewer.fHierarchyPresenter-1
org.eclipse.cdt.internal.ui.editor.CSourceViewer.fMacroExplorationPresenter-1
org.eclipse.cdt.internal.ui.editor.CSourceViewer.fOutlinePresenter-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.SimpleCSourceViewerConfiguration.getInformationPresenter(ISourceViewer)-1
org.eclipse.cdt.internal.ui.text.SimpleCSourceViewerConfiguration.getOutlinePresenter(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getHierarchyPresenter(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getInformationPresenter(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getMacroExplorationPresenter(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getOutlinePresenter(ISourceViewer)-1

org.eclipse.jface.text.information.IInformationProvider

IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.CInformationProvider-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroExpansionInformationProvider-1
org.eclipse.cdt.internal.ui.typehierarchy.THInformationProvider-1
org.eclipse.cdt.ui.CElementContentProvider-1
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getHierarchyPresenter(ISourceViewer)258
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getInformationPresenter(ISourceViewer)841
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getMacroExplorationPresenter(ISourceViewer)997
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getOutlinePresenter(ISourceViewer)241

org.eclipse.jface.text.information.IInformationProviderExtension

IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.CInformationProvider-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroExpansionInformationProvider-1
org.eclipse.cdt.internal.ui.typehierarchy.THInformationProvider-1
org.eclipse.cdt.ui.CElementContentProvider-1

org.eclipse.jface.text.information.IInformationProviderExtension2

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.BestMatchHover.getInformationPresenterControlCreator()168
org.eclipse.cdt.internal.ui.text.c.hover.CEditorTextHoverProxy.getInformationPresenterControlCreator()131
IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.AbstractCEditorTextHover-1
org.eclipse.cdt.internal.ui.text.c.hover.CInformationProvider-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroExpansionInformationProvider-1
org.eclipse.cdt.internal.ui.text.c.hover.CTypeHover-1
INSTANCEOF
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.BestMatchHover.getInformationPresenterControlCreator()167
org.eclipse.cdt.internal.ui.text.c.hover.CEditorTextHoverProxy.getInformationPresenterControlCreator()130

org.eclipse.jface.text.information.InformationPresenter

INSTANTIATION
Reference LocationLine Number
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getHierarchyPresenter(ISourceViewer)255
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getInformationPresenter(ISourceViewer)837
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getMacroExplorationPresenter(ISourceViewer)992
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getOutlinePresenter(ISourceViewer)238
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getHierarchyPresenter(ISourceViewer)255
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getInformationPresenter(ISourceViewer)837
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getMacroExplorationPresenter(ISourceViewer)992
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getOutlinePresenter(ISourceViewer)238

org.eclipse.jface.text.IPainter

IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.LineBackgroundPainter-1

org.eclipse.jface.text.IPaintPositionManager

DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.LineBackgroundPainter.fPositionManager-1
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.LineBackgroundPainter.setPositionManager(IPaintPositionManager)-1

org.eclipse.jface.text.IRewriteTarget

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.actions.BlockCommentAction.run()201
org.eclipse.cdt.internal.ui.actions.IndentAction.1.run()121
org.eclipse.cdt.internal.ui.text.correction.proposals.ChangeCorrectionProposal.performChange(IEditorPart, IDocument)115
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.actions.BlockCommentAction.run()201
org.eclipse.cdt.internal.ui.actions.IndentAction.1.run()121
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.apply(ICompletionProposal, ITextViewer, int)483
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.apply(ICompletionProposal, ITextViewer, int)483
org.eclipse.cdt.internal.ui.text.correction.proposals.ChangeCorrectionProposal.performChange(IEditorPart, IDocument)107

org.eclipse.jface.text.ISelectionValidator

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.updateOccurrenceAnnotations(ITextSelection, IASTTranslationUnit)3180
org.eclipse.cdt.internal.ui.viewsupport.SelectionListenerWithASTManager.PartListenerGroup.install(ISelectionListenerWithAST)110
org.eclipse.cdt.internal.ui.viewsupport.SelectionListenerWithASTManager.PartListenerGroup.install(ISelectionListenerWithAST)110
DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.OccurrencesAnnotationUpdaterJob.fPostSelectionValidator-1
org.eclipse.cdt.internal.ui.editor.CEditor.OccurrencesAnnotationUpdaterJob.fPostSelectionValidator-1
org.eclipse.cdt.internal.ui.viewsupport.SelectionListenerWithASTManager.PartListenerGroup.fValidator-1
org.eclipse.cdt.internal.ui.viewsupport.SelectionListenerWithASTManager.PartListenerGroup.fValidator-1
INSTANCEOF
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.updateOccurrenceAnnotations(ITextSelection, IASTTranslationUnit)3179
org.eclipse.cdt.internal.ui.viewsupport.SelectionListenerWithASTManager.PartListenerGroup.install(ISelectionListenerWithAST)109
org.eclipse.cdt.internal.ui.viewsupport.SelectionListenerWithASTManager.PartListenerGroup.install(ISelectionListenerWithAST)109
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.updateOccurrenceAnnotations(ITextSelection, IASTTranslationUnit)3178
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.OccurrencesAnnotationUpdaterJob.OccurrencesAnnotationUpdaterJob(CEditor, IDocument, IOccurrencesFinderOccurrenceLocation[], ISelection, ISelectionValidator)-1
org.eclipse.cdt.internal.ui.editor.CEditor.OccurrencesAnnotationUpdaterJob.OccurrencesAnnotationUpdaterJob(CEditor, IDocument, IOccurrencesFinderOccurrenceLocation[], ISelection, ISelectionValidator)-1

org.eclipse.jface.text.ITextDoubleClickStrategy

DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CStringDoubleClickSelector.fFallbackStrategy-1
org.eclipse.cdt.ui.text.doctools.generic.AbstractGenericTagDocCommentViewerConfiguration.fDCStrategy-1
IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CDoubleClickSelector-1
org.eclipse.cdt.ui.text.doctools.generic.GenericTagDoubleClickStrategy-1
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getDoubleClickStrategy(ISourceViewer, String)544
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getDoubleClickStrategy(ISourceViewer, String)540
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CStringDoubleClickSelector.CStringDoubleClickSelector(String, ITextDoubleClickStrategy)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.doctools.NullDocCommentViewerConfiguration.createDoubleClickStrategy()-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getDoubleClickStrategy(ISourceViewer, String)-1
org.eclipse.cdt.ui.text.doctools.generic.AbstractGenericTagDocCommentViewerConfiguration.createDoubleClickStrategy()-1
org.eclipse.cdt.ui.text.doctools.IDocCommentViewerConfiguration.createDoubleClickStrategy()-1

org.eclipse.jface.text.ITextHover

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.BestMatchHover.getHoverInfo(ITextViewer, IRegion)102
org.eclipse.cdt.internal.ui.text.c.hover.BestMatchHover.getHoverInfo2(ITextViewer, IRegion)128
DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.BestMatchHover.fBestHover-1
DECLARED_PARAMETERIZED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.BestMatchHover.fInstantiatedTextHovers-1
DECLARED_PARAMETERIZED_VARIABLE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.BestMatchHover.getHoverInfo(ITextViewer, IRegion)101
org.eclipse.cdt.internal.ui.text.c.hover.BestMatchHover.getHoverInfo2(ITextViewer, IRegion)127
EXTENDS
Reference LocationLine Number
org.eclipse.cdt.ui.text.c.hover.ICEditorTextHover-1
IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.CodeTemplateSourceViewerConfiguration.TemplateVariableTextHover-1
org.eclipse.cdt.internal.ui.preferences.CodeTemplateSourceViewerConfiguration.TemplateVariableTextHover-1
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.updateHoverBehavior()1683
org.eclipse.cdt.internal.ui.editor.CEditor.updateHoverBehavior()1687
org.eclipse.cdt.internal.ui.text.c.hover.BestMatchHover.getHoverInfo(ITextViewer, IRegion)102
org.eclipse.cdt.internal.ui.text.c.hover.BestMatchHover.getHoverInfo2(ITextViewer, IRegion)128
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.BestMatchHover.addTextHover(ITextHover)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.CodeTemplateSourceViewerConfiguration.getTextHover(ISourceViewer, String, int)-1
org.eclipse.cdt.internal.ui.text.SimpleCSourceViewerConfiguration.getTextHover(ISourceViewer, String, int)-1
org.eclipse.cdt.internal.ui.text.SimpleCSourceViewerConfiguration.getTextHover(ISourceViewer, String)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getTextHover(ISourceViewer, String, int)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getTextHover(ISourceViewer, String)-1

org.eclipse.jface.text.ITextHoverExtension

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.BestMatchHover.getHoverControlCreator()155
org.eclipse.cdt.internal.ui.text.c.hover.CEditorTextHoverProxy.getHoverControlCreator()118
IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.AbstractCEditorTextHover-1
org.eclipse.cdt.internal.ui.text.c.hover.CTypeHover-1
INSTANCEOF
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.BestMatchHover.getHoverControlCreator()154
org.eclipse.cdt.internal.ui.text.c.hover.CEditorTextHoverProxy.getHoverControlCreator()117

org.eclipse.jface.text.ITextHoverExtension2

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.BestMatchHover.getHoverInfo2(ITextViewer, IRegion)131
org.eclipse.cdt.internal.ui.text.c.hover.CEditorTextHoverProxy.getHoverInfo2(ITextViewer, IRegion)86
IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.AbstractCEditorTextHover-1
org.eclipse.cdt.internal.ui.text.c.hover.CTypeHover-1
INSTANCEOF
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.BestMatchHover.getHoverInfo2(ITextViewer, IRegion)130
org.eclipse.cdt.internal.ui.text.c.hover.CEditorTextHoverProxy.getHoverInfo2(ITextViewer, IRegion)85

org.eclipse.jface.text.ITextInputListener

IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.OccurrencesFinderJobCanceler-1
org.eclipse.cdt.internal.ui.editor.CEditor.OccurrencesFinderJobCanceler-1
org.eclipse.cdt.internal.ui.editor.InactiveCodeHighlighting-1
org.eclipse.cdt.internal.ui.editor.SemanticHighlightingPresenter-1

org.eclipse.jface.text.ITextListener

IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.buildconsole.BuildConsolePage-1
org.eclipse.cdt.internal.ui.preferences.EditTemplateDialog.5-1

org.eclipse.jface.text.ITextOperationTarget

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.SpecificContentAssistAction.computeEnablement(ITextEditor)101
org.eclipse.cdt.internal.ui.editor.SpecificContentAssistExecutor.invokeContentAssist(ITextEditor, String)66
org.eclipse.cdt.internal.ui.editor.ToggleCommentAction.update()287
org.eclipse.cdt.internal.ui.text.correction.CSelectAnnotationRulerAction.runWithEvent(Event)73
DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.ToggleCommentAction.fOperationTarget-1
org.eclipse.cdt.internal.ui.preferences.EditTemplateDialog.TextViewerAction.fOperationTarget-1
org.eclipse.cdt.internal.ui.preferences.EditTemplateDialog.TextViewerAction.fOperationTarget-1
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.SpecificContentAssistAction.computeEnablement(ITextEditor)101
org.eclipse.cdt.internal.ui.editor.SpecificContentAssistExecutor.invokeContentAssist(ITextEditor, String)66
org.eclipse.cdt.internal.ui.text.correction.CSelectAnnotationRulerAction.runWithEvent(Event)73

org.eclipse.jface.text.ITextPresentationListener

DECLARED_PARAMETERIZED_VARIABLE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CSourceViewer.prependTextPresentationListener(ITextPresentationListener)418
IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.SemanticHighlightingPresenter-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroCompareViewer.ReplaceEditsHighlighter-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroCompareViewer.ReplaceEditsHighlighter-1
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CSourceViewer.prependTextPresentationListener(ITextPresentationListener)-1

org.eclipse.jface.text.ITextSelection

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.actions.BlockCommentAction.getCurrentSelection()284
org.eclipse.cdt.internal.ui.actions.FindWordAction.run()63
org.eclipse.cdt.internal.ui.actions.GotoNextBookmarkAction.run()71
org.eclipse.cdt.internal.ui.actions.GoToNextPreviousMemberAction.run()88
org.eclipse.cdt.internal.ui.actions.IndentAction.getSelection()542
org.eclipse.cdt.internal.ui.actions.SelectionConverter.codeResolve(CEditor)250
org.eclipse.cdt.internal.ui.actions.SelectionConverter.codeResolveOrInput(CEditor)312
org.eclipse.cdt.internal.ui.actions.SelectionConverter.getElementAtOffset(ITextEditor)182
org.eclipse.cdt.internal.ui.actions.SelectionConverter.getElementsAtOffset(ITextEditor)186
org.eclipse.cdt.internal.ui.browser.opentype.OpenTypeAction.configureDialog(ElementSelectionDialog)92
org.eclipse.cdt.internal.ui.callhierarchy.OpenElementInCallHierarchyAction.configureDialog(ElementSelectionDialog)84
org.eclipse.cdt.internal.ui.editor.AbstractCModelOutlinePage.3.show(ShowInContext)326
org.eclipse.cdt.internal.ui.editor.AbstractCModelOutlinePage.synchronizeSelectionWithEditor()366
org.eclipse.cdt.internal.ui.editor.AddIncludeOnSelectionAction.1.runOnAST(ILanguage, IASTTranslationUnit)174
org.eclipse.cdt.internal.ui.editor.asm.AsmTextEditor.updateStatusLine()256
org.eclipse.cdt.internal.ui.editor.CEditor.7.runOnAST(ILanguage, IASTTranslationUnit)3258
org.eclipse.cdt.internal.ui.editor.CEditor.updateStatusLine()2453
org.eclipse.cdt.internal.ui.editor.SpecificContentAssistAction.isValidSelection(ISelection)120
org.eclipse.cdt.internal.ui.editor.ToggleCommentAction.isSelectionCommented(ISelection)118
org.eclipse.cdt.internal.ui.refactoring.utils.SelectionHelper.getRegion(ISelection)43
org.eclipse.cdt.internal.ui.search.actions.DeclarationsSearchGroup.canActionBeAdded(ISelection)115
org.eclipse.cdt.internal.ui.search.actions.FindAction.run()50
org.eclipse.cdt.internal.ui.search.actions.SelectionParseAction.getSelectedStringFromEditor()87
org.eclipse.cdt.internal.ui.search.actions.SelectionSearchGroup.canActionBeAdded(ISelection)67
org.eclipse.cdt.internal.ui.search.PDOMSearchPage.setVisible(boolean)588
org.eclipse.cdt.internal.ui.text.c.hover.CMacroExpansionHover.getCachedMacroExpansionInput()86
org.eclipse.cdt.internal.ui.text.correction.CorrectionCommandHandler.execute(ExecutionEvent)79
org.eclipse.cdt.internal.ui.text.correction.CorrectionCommandHandler.execute(ExecutionEvent)77
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.SelectionListener.selectionChanged(SelectionChangedEvent)267
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.SelectionListener.selectionChanged(SelectionChangedEvent)267
org.eclipse.cdt.internal.ui.typehierarchy.OpenTypeInHierarchyAction.configureDialog(ElementSelectionDialog)84
org.eclipse.cdt.internal.ui.util.CHelpDisplayContext.getSelectedString(ITextEditor)61
org.eclipse.cdt.internal.ui.util.CUIHelp.CUIHelpContextProvider.getSelectedString(ITextEditor)117
org.eclipse.cdt.internal.ui.util.CUIHelp.CUIHelpContextProvider.getSelectedString(ITextEditor)117
org.eclipse.cdt.internal.ui.viewsupport.SelectionListenerWithASTManager.PartListenerGroup.1.selectionChanged(SelectionChangedEvent)86
org.eclipse.cdt.internal.ui.viewsupport.SelectionListenerWithASTManager.PartListenerGroup.2.selectionChanged(IWorkbenchPart, ISelection)94
org.eclipse.cdt.internal.ui.wizards.filewizard.AbstractFileCreationWizardPage.getCurrentTextSelection()435
org.eclipse.cdt.ui.actions.SelectionDispatchAction.dispatchRun(ISelection)198
org.eclipse.cdt.ui.actions.SelectionDispatchAction.dispatchSelectionChanged(ISelection)188
org.eclipse.cdt.ui.refactoring.actions.RefactoringAction.run()69
org.eclipse.cdt.ui.wizards.NewClassCreationWizardPage.getEditorTextSelection()525
DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.search.actions.OpenDeclarationsAction.fTextSelection-1
org.eclipse.cdt.internal.ui.search.PDOMSearchPage.textSelection-1
org.eclipse.cdt.internal.ui.search.PDOMSearchTextSelectionQuery.selection-1
INSTANCEOF
Reference LocationLine Number
org.eclipse.cdt.internal.ui.actions.BlockCommentAction.getCurrentSelection()283
org.eclipse.cdt.internal.ui.actions.IndentAction.getSelection()541
org.eclipse.cdt.internal.ui.browser.opentype.OpenTypeAction.configureDialog(ElementSelectionDialog)91
org.eclipse.cdt.internal.ui.buildconsole.BuildConsolePage.setInitialSelection()359
org.eclipse.cdt.internal.ui.callhierarchy.OpenElementInCallHierarchyAction.configureDialog(ElementSelectionDialog)83
org.eclipse.cdt.internal.ui.editor.AbstractCModelOutlinePage.3.show(ShowInContext)325
org.eclipse.cdt.internal.ui.editor.AddIncludeOnSelectionAction.run()162
org.eclipse.cdt.internal.ui.editor.SpecificContentAssistAction.isValidSelection(ISelection)118
org.eclipse.cdt.internal.ui.editor.ToggleCommentAction.isSelectionCommented(ISelection)115
org.eclipse.cdt.internal.ui.refactoring.utils.SelectionHelper.getRegion(ISelection)42
org.eclipse.cdt.internal.ui.search.actions.DeclarationsSearchGroup.canActionBeAdded(ISelection)114
org.eclipse.cdt.internal.ui.search.actions.FindAction.run()49
org.eclipse.cdt.internal.ui.search.actions.SelectionParseAction.getSelectedStringFromEditor()84
org.eclipse.cdt.internal.ui.search.actions.SelectionSearchGroup.canActionBeAdded(ISelection)66
org.eclipse.cdt.internal.ui.search.PDOMSearchPage.setVisible(boolean)587
org.eclipse.cdt.internal.ui.text.c.hover.CMacroExpansionHover.getCachedMacroExpansionInput()85
org.eclipse.cdt.internal.ui.text.correction.CorrectionCommandHandler.execute(ExecutionEvent)76
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.SelectionListener.selectionChanged(SelectionChangedEvent)266
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.SelectionListener.selectionChanged(SelectionChangedEvent)266
org.eclipse.cdt.internal.ui.typehierarchy.OpenTypeInHierarchyAction.configureDialog(ElementSelectionDialog)83
org.eclipse.cdt.internal.ui.viewsupport.SelectionListenerWithASTManager.PartListenerGroup.1.selectionChanged(SelectionChangedEvent)85
org.eclipse.cdt.internal.ui.viewsupport.SelectionListenerWithASTManager.PartListenerGroup.2.selectionChanged(IWorkbenchPart, ISelection)93
org.eclipse.cdt.internal.ui.wizards.filewizard.AbstractFileCreationWizardPage.getCurrentTextSelection()434
org.eclipse.cdt.ui.actions.ChangeBuildConfigActionBase.onSelectionChanged(IAction, ISelection)228
org.eclipse.cdt.ui.actions.OpenViewActionGroup.canActionBeAdded(ISelection)277
org.eclipse.cdt.ui.actions.SelectionDispatchAction.dispatchRun(ISelection)197
org.eclipse.cdt.ui.actions.SelectionDispatchAction.dispatchSelectionChanged(ISelection)187
org.eclipse.cdt.ui.actions.ShowInCViewAction.run()69
org.eclipse.cdt.ui.refactoring.actions.RefactoringAction.run()66
org.eclipse.cdt.ui.wizards.NewClassCreationWizardPage.getEditorTextSelection()524
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.actions.BlockCommentAction.run()179
org.eclipse.cdt.internal.ui.actions.FindWordAction.run()63
org.eclipse.cdt.internal.ui.actions.GotoNextBookmarkAction.run()71
org.eclipse.cdt.internal.ui.actions.GoToNextPreviousMemberAction.run()88
org.eclipse.cdt.internal.ui.actions.IndentAction.isValidSelection()468
org.eclipse.cdt.internal.ui.actions.IndentAction.run()97
org.eclipse.cdt.internal.ui.actions.SelectionConverter.codeResolveOrInput(CEditor)312
org.eclipse.cdt.internal.ui.editor.AbstractCModelOutlinePage.3.show(ShowInContext)326
org.eclipse.cdt.internal.ui.editor.AbstractCModelOutlinePage.synchronizeSelectionWithEditor()366
org.eclipse.cdt.internal.ui.editor.asm.AsmTextEditor.updateStatusLine()256
org.eclipse.cdt.internal.ui.editor.CEditor.updateStatusLine()2453
org.eclipse.cdt.internal.ui.editor.ToggleCommentAction.isSelectionCommented(ISelection)118
org.eclipse.cdt.internal.ui.search.actions.FindAction.run()50
org.eclipse.cdt.internal.ui.text.c.hover.CMacroExpansionHover.getCachedMacroExpansionInput()86
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.SelectionListener.selectionChanged(SelectionChangedEvent)267
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.SelectionListener.selectionChanged(SelectionChangedEvent)267
org.eclipse.cdt.internal.ui.util.CHelpDisplayContext.getSelectedString(ITextEditor)61
org.eclipse.cdt.internal.ui.util.CUIHelp.CUIHelpContextProvider.getSelectedString(ITextEditor)117
org.eclipse.cdt.internal.ui.util.CUIHelp.CUIHelpContextProvider.getSelectedString(ITextEditor)117
org.eclipse.cdt.ui.wizards.NewClassCreationWizardPage.init(IStructuredSelection)450
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.actions.AddBlockCommentAction.isValidSelection(ITextSelection)-1
org.eclipse.cdt.internal.ui.actions.AddBlockCommentAction.runInternal(ITextSelection, IDocumentExtension3, BlockCommentActionEditEditFactory)-1
org.eclipse.cdt.internal.ui.actions.BlockCommentAction.isValidSelection(ITextSelection)-1
org.eclipse.cdt.internal.ui.actions.BlockCommentAction.runInternal(ITextSelection, IDocumentExtension3, BlockCommentActionEditEditFactory)-1
org.eclipse.cdt.internal.ui.actions.RemoveBlockCommentAction.isValidSelection(ITextSelection)-1
org.eclipse.cdt.internal.ui.actions.RemoveBlockCommentAction.runInternal(ITextSelection, IDocumentExtension3, BlockCommentActionEditEditFactory)-1
org.eclipse.cdt.internal.ui.actions.SelectionConverter.codeResolve(ICElement, ITextSelection)-1
org.eclipse.cdt.internal.ui.actions.SelectionConverter.getElementAtOffset(ICElement, ITextSelection)-1
org.eclipse.cdt.internal.ui.actions.SelectionConverter.getElementsAtOffset(ICElement, ITextSelection)-1
org.eclipse.cdt.internal.ui.callhierarchy.CallHierarchyUI.2.(String, ITextEditor, ICProject, IEditorInput, ITextSelection, Display)-1
org.eclipse.cdt.internal.ui.callhierarchy.CallHierarchyUI.findDefinitions(ICProject, IEditorInput, ITextSelection)-1
org.eclipse.cdt.internal.ui.callhierarchy.CallHierarchyUI.open(ITextEditor, ITextSelection)-1
org.eclipse.cdt.internal.ui.callhierarchy.OpenCallHierarchyAction.run(ITextSelection)-1
org.eclipse.cdt.internal.ui.callhierarchy.OpenCallHierarchyAction.selectionChanged(ITextSelection)-1
org.eclipse.cdt.internal.ui.editor.AddIncludeOnSelectionAction.deduceInclude(ITextSelection, IASTTranslationUnit, String[])-1
org.eclipse.cdt.internal.ui.editor.CEditor.6.selectionChanged(IEditorPart, ITextSelection, IASTTranslationUnit)-1
org.eclipse.cdt.internal.ui.editor.CEditor.updateOccurrenceAnnotations(ITextSelection, IASTTranslationUnit)-1
org.eclipse.cdt.internal.ui.editor.ToggleCommentAction.getTextBlockFromSelection(ITextSelection, IDocument)-1
org.eclipse.cdt.internal.ui.includebrowser.IncludeBrowserUI.open(ITextEditor, ITextSelection)-1
org.eclipse.cdt.internal.ui.includebrowser.OpenIncludeBrowserAction.run(ITextSelection)-1
org.eclipse.cdt.internal.ui.includebrowser.OpenIncludeBrowserAction.selectionChanged(ITextSelection)-1
org.eclipse.cdt.internal.ui.refactoring.rename.CRefactory.rename(Shell, IWorkingCopy, ITextSelection)-1
org.eclipse.cdt.internal.ui.search.actions.FindAction.createQuery(ICElement, ITextSelection)-1
org.eclipse.cdt.internal.ui.search.PDOMSearchTextSelectionQuery.PDOMSearchTextSelectionQuery(ICElement[], ITranslationUnit, ITextSelection, int)-1
org.eclipse.cdt.internal.ui.text.correction.CorrectionCommandHandler.findCorrection(String, boolean, ITextSelection, ITranslationUnit, IAnnotationModel)-1
org.eclipse.cdt.internal.ui.text.correction.QuickAssistLightBulbUpdater.1.selectionChanged(IEditorPart, ITextSelection, IASTTranslationUnit)-1
org.eclipse.cdt.internal.ui.typehierarchy.OpenTypeHierarchyAction.run(ITextSelection)-1
org.eclipse.cdt.internal.ui.typehierarchy.OpenTypeHierarchyAction.selectionChanged(ITextSelection)-1
org.eclipse.cdt.internal.ui.typehierarchy.TypeHierarchyUI.1.(String, ITextEditor, ITextSelection, ICProject, IEditorInput, Display)-1
org.eclipse.cdt.internal.ui.typehierarchy.TypeHierarchyUI.open(ITextEditor, ITextSelection)-1
org.eclipse.cdt.internal.ui.viewsupport.IndexUI.getSelectedName(IEditorInput, ITextSelection)-1
org.eclipse.cdt.internal.ui.viewsupport.ISelectionListenerWithAST.selectionChanged(IEditorPart, ITextSelection, IASTTranslationUnit)-1
org.eclipse.cdt.internal.ui.viewsupport.SelectionListenerWithASTManager.PartListenerGroup.3.(SelectionListenerWithASTManagerPartListenerGroup, String, ITextSelection, IWorkingCopy)-1
org.eclipse.cdt.internal.ui.viewsupport.SelectionListenerWithASTManager.PartListenerGroup.4.(SelectionListenerWithASTManagerPartListenerGroup, IProgressMonitor, ITextSelection)-1
org.eclipse.cdt.internal.ui.viewsupport.SelectionListenerWithASTManager.PartListenerGroup.calculateASTandInform(IWorkingCopy, ITextSelection, IProgressMonitor)-1
org.eclipse.cdt.internal.ui.viewsupport.SelectionListenerWithASTManager.PartListenerGroup.calculateASTandInform(IWorkingCopy, ITextSelection, IProgressMonitor)-1
org.eclipse.cdt.internal.ui.viewsupport.SelectionListenerWithASTManager.PartListenerGroup.firePostSelectionChanged(ITextSelection)-1
org.eclipse.cdt.internal.ui.viewsupport.SelectionListenerWithASTManager.PartListenerGroup.firePostSelectionChanged(ITextSelection)-1
org.eclipse.cdt.internal.ui.viewsupport.SelectionListenerWithASTManager.PartListenerGroup.fireSelectionChanged(ITextSelection)-1
org.eclipse.cdt.internal.ui.viewsupport.SelectionListenerWithASTManager.PartListenerGroup.fireSelectionChanged(ITextSelection)-1
org.eclipse.cdt.internal.ui.viewsupport.SelectionListenerWithASTManager.PartListenerGroup.isSelectionValid(ITextSelection)-1
org.eclipse.cdt.internal.ui.viewsupport.SelectionListenerWithASTManager.PartListenerGroup.isSelectionValid(ITextSelection)-1
org.eclipse.cdt.ui.actions.OpenAction.run(ITextSelection)-1
org.eclipse.cdt.ui.actions.OpenAction.selectionChanged(ITextSelection)-1
org.eclipse.cdt.ui.actions.SelectionDispatchAction.run(ITextSelection)-1
org.eclipse.cdt.ui.actions.SelectionDispatchAction.selectionChanged(ITextSelection)-1
org.eclipse.cdt.ui.refactoring.actions.CRenameAction.run(IShellProvider, IWorkingCopy, ITextSelection)-1
org.eclipse.cdt.ui.refactoring.actions.ExtractConstantAction.run(IShellProvider, IWorkingCopy, ITextSelection)-1
org.eclipse.cdt.ui.refactoring.actions.ExtractFunctionAction.run(IShellProvider, IWorkingCopy, ITextSelection)-1
org.eclipse.cdt.ui.refactoring.actions.ExtractLocalVariableAction.run(IShellProvider, IWorkingCopy, ITextSelection)-1
org.eclipse.cdt.ui.refactoring.actions.GettersAndSettersAction.run(IShellProvider, IWorkingCopy, ITextSelection)-1
org.eclipse.cdt.ui.refactoring.actions.HideMethodAction.run(IShellProvider, IWorkingCopy, ITextSelection)-1
org.eclipse.cdt.ui.refactoring.actions.ImplementMethodAction.run(IShellProvider, IWorkingCopy, ITextSelection)-1
org.eclipse.cdt.ui.refactoring.actions.RefactoringAction.run(IShellProvider, IWorkingCopy, ITextSelection)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.actions.BlockCommentAction.getCurrentSelection()-1
org.eclipse.cdt.internal.ui.actions.IndentAction.getSelection()-1
org.eclipse.cdt.internal.ui.search.actions.SelectionParseAction.getSelectedStringFromEditor()-1
org.eclipse.cdt.internal.ui.wizards.filewizard.AbstractFileCreationWizardPage.getCurrentTextSelection()-1
org.eclipse.cdt.ui.wizards.NewClassCreationWizardPage.getEditorTextSelection()-1

org.eclipse.jface.text.ITextViewer

DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.actions.FindWordAction.fViewer-1
org.eclipse.cdt.internal.ui.dnd.TextViewerDragAdapter.fViewer-1
org.eclipse.cdt.internal.ui.LineBackgroundPainter.fTextViewer-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInfo.viewer-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInfo.viewer-1
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.fTextViewer-1
org.eclipse.cdt.internal.ui.text.correction.CCorrectionAssistant.fViewer-1
org.eclipse.cdt.internal.ui.text.correction.QuickAssistLightBulbUpdater.fViewer-1
org.eclipse.cdt.internal.ui.text.CParameterListValidator.fViewer-1
org.eclipse.cdt.internal.ui.text.template.TemplateVariableProposal.fViewer-1
org.eclipse.cdt.ui.text.contentassist.ContentAssistInvocationContext.fViewer-1
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.OccurrencesAnnotationUpdaterJob.run(IProgressMonitor)3032
org.eclipse.cdt.internal.ui.editor.CEditor.OccurrencesAnnotationUpdaterJob.run(IProgressMonitor)3032
org.eclipse.cdt.internal.ui.text.contentassist.TemplateCompletionProposalComputer.computeCompletionProposals(ContentAssistInvocationContext, IProgressMonitor)77
org.eclipse.cdt.internal.ui.text.correction.CorrectionCommandHandler.invokeProposal(ICompletionProposal, int)148
org.eclipse.cdt.internal.ui.text.correction.proposals.TUCorrectionProposal.performChange(IEditorPart, IDocument)335
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.actions.FindWordAction.FindWordAction(ResourceBundle, String, ITextEditor, ITextViewer)-1
org.eclipse.cdt.internal.ui.actions.FoldingActionGroup.FoldingActionGroup(ITextEditor, ITextViewer)-1
org.eclipse.cdt.internal.ui.dnd.TextViewerDragAdapter.TextViewerDragAdapter(ITextViewer, ITextEditorExtension)-1
org.eclipse.cdt.internal.ui.dnd.TextViewerDragAdapter.TextViewerDragAdapter(ITextViewer)-1
org.eclipse.cdt.internal.ui.editor.CElementHyperlinkDetector.1.(CElementHyperlinkDetector, IRegion, IHyperlink[], IAction, ITextViewer)-1
org.eclipse.cdt.internal.ui.editor.CElementHyperlinkDetector.detectHyperlinks(ITextViewer, IRegion, boolean)-1
org.eclipse.cdt.internal.ui.LineBackgroundPainter.LineBackgroundPainter(ITextViewer)-1
org.eclipse.cdt.internal.ui.preferences.CodeTemplateSourceViewerConfiguration.TemplateVariableTextHover.getHoverInfo(ITextViewer, IRegion)-1
org.eclipse.cdt.internal.ui.preferences.CodeTemplateSourceViewerConfiguration.TemplateVariableTextHover.getHoverInfo(ITextViewer, IRegion)-1
org.eclipse.cdt.internal.ui.preferences.CodeTemplateSourceViewerConfiguration.TemplateVariableTextHover.getHoverRegion(ITextViewer, int)-1
org.eclipse.cdt.internal.ui.preferences.CodeTemplateSourceViewerConfiguration.TemplateVariableTextHover.getHoverRegion(ITextViewer, int)-1
org.eclipse.cdt.internal.ui.preferences.EditTemplateDialog.TextViewerAction.TextViewerAction(ITextViewer, int)-1
org.eclipse.cdt.internal.ui.preferences.EditTemplateDialog.TextViewerAction.TextViewerAction(ITextViewer, int)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInfo.AnnotationInfo(Annotation, Position, ITextViewer)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInfo.AnnotationInfo(Annotation, Position, ITextViewer)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.apply(ICompletionProposal, ITextViewer, int)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.apply(ICompletionProposal, ITextViewer, int)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.createAnnotationInfo(Annotation, Position, ITextViewer)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.getHoverInfo(ITextViewer, IRegion)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.getHoverInfo2(ITextViewer, IRegion)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractCEditorTextHover.getHoverInfo(ITextViewer, IRegion)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractCEditorTextHover.getHoverInfo2(ITextViewer, IRegion)-1
org.eclipse.cdt.internal.ui.text.c.hover.AbstractCEditorTextHover.getHoverRegion(ITextViewer, int)-1
org.eclipse.cdt.internal.ui.text.c.hover.BestMatchHover.getHoverInfo(ITextViewer, IRegion)-1
org.eclipse.cdt.internal.ui.text.c.hover.BestMatchHover.getHoverInfo2(ITextViewer, IRegion)-1
org.eclipse.cdt.internal.ui.text.c.hover.CDocHover.getHoverInfo(ITextViewer, IRegion)-1
org.eclipse.cdt.internal.ui.text.c.hover.CDocHover.getHoverRegion(ITextViewer, int)-1
org.eclipse.cdt.internal.ui.text.c.hover.CEditorTextHoverProxy.getHoverInfo(ITextViewer, IRegion)-1
org.eclipse.cdt.internal.ui.text.c.hover.CEditorTextHoverProxy.getHoverInfo2(ITextViewer, IRegion)-1
org.eclipse.cdt.internal.ui.text.c.hover.CEditorTextHoverProxy.getHoverRegion(ITextViewer, int)-1
org.eclipse.cdt.internal.ui.text.c.hover.CInformationProvider.getInformation(ITextViewer, IRegion)-1
org.eclipse.cdt.internal.ui.text.c.hover.CInformationProvider.getInformation2(ITextViewer, IRegion)-1
org.eclipse.cdt.internal.ui.text.c.hover.CInformationProvider.getSubject(ITextViewer, int)-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroExpansionHover.getHoverInfo(ITextViewer, IRegion)-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroExpansionHover.getHoverInfo2(ITextViewer, IRegion)-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroExpansionInformationProvider.getInformation(ITextViewer, IRegion)-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroExpansionInformationProvider.getInformation2(ITextViewer, IRegion)-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroExpansionInformationProvider.getSubject(ITextViewer, int)-1
org.eclipse.cdt.internal.ui.text.c.hover.CSourceHover.getHoverInfo(ITextViewer, IRegion)-1
org.eclipse.cdt.internal.ui.text.c.hover.CTypeHover.getHoverInfo(ITextViewer, IRegion)-1
org.eclipse.cdt.internal.ui.text.c.hover.CTypeHover.getHoverInfo2(ITextViewer, IRegion)-1
org.eclipse.cdt.internal.ui.text.c.hover.CTypeHover.getHoverRegion(ITextViewer, int)-1
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.createAnnotationInfo(Annotation, Position, ITextViewer)-1
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.ProblemInfo(Annotation, Position, ITextViewer)-1
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.ProblemInfo(Annotation, Position, ITextViewer)-1
org.eclipse.cdt.internal.ui.text.CDoubleClickSelector.doubleClicked(ITextViewer)-1
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.apply(ITextViewer, char, int, int)-1
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.CCompletionProposal(String, int, int, Image, String, int, ITextViewer)-1
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.CCompletionProposal(String, int, int, Image, String, String, int, ITextViewer)-1
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.repairPresentation(ITextViewer)-1
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.selected(ITextViewer, boolean)-1
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.unselected(ITextViewer)-1
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.updateStyle(ITextViewer)-1
org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistInvocationContext.CContentAssistInvocationContext(ITextViewer, int, IEditorPart, boolean, boolean)-1
org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistProcessor.createContext(ITextViewer, int, boolean)-1
org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistProcessor.verifyAutoActivation(ITextViewer, int)-1
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.collectContextInformation(ITextViewer, int, IProgressMonitor)-1
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.collectProposals(ITextViewer, int, IProgressMonitor, ContentAssistInvocationContext)-1
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.computeCompletionProposals(ITextViewer, int)-1
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.computeContextInformation(ITextViewer, int)-1
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.createContext(ITextViewer, int, boolean)-1
org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.verifyAutoActivation(ITextViewer, int)-1
org.eclipse.cdt.internal.ui.text.correction.proposals.LinkedNamesAssistProposal.apply(ITextViewer, char, int, int)-1
org.eclipse.cdt.internal.ui.text.correction.proposals.LinkedNamesAssistProposal.selected(ITextViewer, boolean)-1
org.eclipse.cdt.internal.ui.text.correction.proposals.LinkedNamesAssistProposal.unselected(ITextViewer)-1
org.eclipse.cdt.internal.ui.text.correction.QuickAssistLightBulbUpdater.QuickAssistLightBulbUpdater(ITextEditor, ITextViewer)-1
org.eclipse.cdt.internal.ui.text.CParameterListValidator.install(IContextInformation, ITextViewer, int)-1
org.eclipse.cdt.internal.ui.text.CReconciler.install(ITextViewer)-1
org.eclipse.cdt.internal.ui.text.CStringDoubleClickSelector.doubleClicked(ITextViewer)-1
org.eclipse.cdt.internal.ui.text.template.TemplateEngine.areMultipleLinesSelected(ITextViewer)-1
org.eclipse.cdt.internal.ui.text.template.TemplateEngine.complete(ITextViewer, int, ITranslationUnit)-1
org.eclipse.cdt.internal.ui.text.template.TemplateVariableProcessor.computeCompletionProposals(ITextViewer, int)-1
org.eclipse.cdt.internal.ui.text.template.TemplateVariableProcessor.computeContextInformation(ITextViewer, int)-1
org.eclipse.cdt.internal.ui.text.template.TemplateVariableProposal.TemplateVariableProposal(TemplateVariableResolver, int, int, ITextViewer, boolean)-1
org.eclipse.cdt.internal.ui.typehierarchy.THInformationProvider.getInformation(ITextViewer, IRegion)-1
org.eclipse.cdt.internal.ui.typehierarchy.THInformationProvider.getInformation2(ITextViewer, IRegion)-1
org.eclipse.cdt.internal.ui.typehierarchy.THInformationProvider.getSubject(ITextViewer, int)-1
org.eclipse.cdt.internal.ui.viewsupport.LinkedProposalModelPresenter.enterLinkedMode(ITextViewer, IEditorPart, LinkedProposalModel)-1
org.eclipse.cdt.internal.ui.viewsupport.LinkedProposalModelPresenter.LinkedPositionProposalImpl.apply(ITextViewer, char, int, int)-1
org.eclipse.cdt.internal.ui.viewsupport.LinkedProposalModelPresenter.LinkedPositionProposalImpl.apply(ITextViewer, char, int, int)-1
org.eclipse.cdt.internal.ui.viewsupport.LinkedProposalModelPresenter.LinkedPositionProposalImpl.selected(ITextViewer, boolean)-1
org.eclipse.cdt.internal.ui.viewsupport.LinkedProposalModelPresenter.LinkedPositionProposalImpl.selected(ITextViewer, boolean)-1
org.eclipse.cdt.internal.ui.viewsupport.LinkedProposalModelPresenter.LinkedPositionProposalImpl.unselected(ITextViewer)-1
org.eclipse.cdt.internal.ui.viewsupport.LinkedProposalModelPresenter.LinkedPositionProposalImpl.unselected(ITextViewer)-1
org.eclipse.cdt.ui.CElementContentProvider.getInformation(ITextViewer, IRegion)-1
org.eclipse.cdt.ui.CElementContentProvider.getInformation2(ITextViewer, IRegion)-1
org.eclipse.cdt.ui.CElementContentProvider.getSubject(ITextViewer, int)-1
org.eclipse.cdt.ui.text.contentassist.ContentAssistInvocationContext.ContentAssistInvocationContext(ITextViewer, int)-1
org.eclipse.cdt.ui.text.contentassist.ContentAssistInvocationContext.ContentAssistInvocationContext(ITextViewer)-1
org.eclipse.cdt.ui.text.contentassist.ICompletionContributor.contributeCompletionProposals(ITextViewer, int, IWorkingCopy, ASTCompletionNode, String, List)-1
org.eclipse.cdt.ui.text.doctools.generic.GenericTagDoubleClickStrategy.doubleClicked(ITextViewer)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.ui.text.contentassist.ContentAssistInvocationContext.getViewer()-1
org.eclipse.cdt.ui.text.contentassist.ICEditorContentAssistInvocationContext.getViewer()-1

org.eclipse.jface.text.ITextViewerExtension

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.dnd.TextViewerDragAdapter.dragFinished(DragSourceEvent)88
org.eclipse.cdt.internal.ui.dnd.TextViewerDragAdapter.dragStart(DragSourceEvent)123
org.eclipse.cdt.internal.ui.editor.CEditor.createPartControl(Composite)2342
org.eclipse.cdt.internal.ui.editor.CEditor.dispose()1988
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.apply(ICompletionProposal, ITextViewer, int)488
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.apply(ICompletionProposal, ITextViewer, int)488
INSTANCEOF
Reference LocationLine Number
org.eclipse.cdt.internal.ui.dnd.TextViewerDragAdapter.dragFinished(DragSourceEvent)87
org.eclipse.cdt.internal.ui.dnd.TextViewerDragAdapter.dragStart(DragSourceEvent)122
org.eclipse.cdt.internal.ui.editor.CEditor.createPartControl(Composite)2341
org.eclipse.cdt.internal.ui.editor.CEditor.dispose()1987
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.apply(ICompletionProposal, ITextViewer, int)487
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.apply(ICompletionProposal, ITextViewer, int)487
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.apply(ICompletionProposal, ITextViewer, int)488
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.apply(ICompletionProposal, ITextViewer, int)488

org.eclipse.jface.text.ITextViewerExtension2

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.updateHoverBehavior()1677
org.eclipse.cdt.internal.ui.editor.CEditor.updateHoverBehavior()1688
org.eclipse.cdt.internal.ui.editor.CEditor.updateHoverBehavior()1684
org.eclipse.cdt.internal.ui.editor.CSourceViewerDecorationSupport.installLineBackgroundPainter()245
org.eclipse.cdt.internal.ui.editor.CSourceViewerDecorationSupport.uninstallLineBackgroundPainter()260
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.repairPresentation(ITextViewer)576
INSTANCEOF
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.updateHoverBehavior()1675
org.eclipse.cdt.internal.ui.editor.CSourceViewerDecorationSupport.installLineBackgroundPainter()240
org.eclipse.cdt.internal.ui.editor.CSourceViewerDecorationSupport.uninstallLineBackgroundPainter()259
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.repairPresentation(ITextViewer)574
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.repairPresentation(ITextViewer)576

org.eclipse.jface.text.ITextViewerExtension5

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.dnd.TextViewerDragAdapter.getDocumentOffset(int)200
org.eclipse.cdt.internal.ui.editor.asm.AsmTextEditor.computeHighlightRangeSourceReference()333
org.eclipse.cdt.internal.ui.editor.CEditor.computeHighlightRangeSourceReference()1728
org.eclipse.cdt.internal.ui.editor.CEditor.gotoMatchingBracket()2431
org.eclipse.cdt.internal.ui.LineBackgroundPainter.getDocumentOffset(int)475
org.eclipse.cdt.internal.ui.LineBackgroundPainter.getWidgetOffset(int)457
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.repairPresentation(ITextViewer)580
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.updateStyle(ITextViewer)604
INSTANCEOF
Reference LocationLine Number
org.eclipse.cdt.internal.ui.dnd.TextViewerDragAdapter.getDocumentOffset(int)199
org.eclipse.cdt.internal.ui.editor.asm.AsmTextEditor.computeHighlightRangeSourceReference()332
org.eclipse.cdt.internal.ui.editor.CEditor.computeHighlightRangeSourceReference()1727
org.eclipse.cdt.internal.ui.editor.CEditor.gotoMatchingBracket()2430
org.eclipse.cdt.internal.ui.LineBackgroundPainter.getDocumentOffset(int)474
org.eclipse.cdt.internal.ui.LineBackgroundPainter.getWidgetOffset(int)456
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.repairPresentation(ITextViewer)578
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.updateStyle(ITextViewer)603
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.dnd.TextViewerDragAdapter.getDocumentOffset(int)200
org.eclipse.cdt.internal.ui.editor.asm.AsmTextEditor.computeHighlightRangeSourceReference()333
org.eclipse.cdt.internal.ui.editor.CEditor.computeHighlightRangeSourceReference()1728
org.eclipse.cdt.internal.ui.editor.CEditor.gotoMatchingBracket()2431
org.eclipse.cdt.internal.ui.LineBackgroundPainter.getDocumentOffset(int)475
org.eclipse.cdt.internal.ui.LineBackgroundPainter.getWidgetOffset(int)457
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.repairPresentation(ITextViewer)580
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.updateStyle(ITextViewer)604

org.eclipse.jface.text.ITextViewerExtension7

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.installTabsToSpacesConverter()1946
INSTANCEOF
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.installTabsToSpacesConverter()1936

org.eclipse.jface.text.IWidgetTokenKeeper

PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.AdaptedSourceViewer.requestWidgetToken(IWidgetTokenKeeper, int)-1
org.eclipse.cdt.internal.ui.editor.CEditor.AdaptedSourceViewer.requestWidgetToken(IWidgetTokenKeeper, int)-1
org.eclipse.cdt.internal.ui.editor.CEditor.AdaptedSourceViewer.requestWidgetToken(IWidgetTokenKeeper)-1
org.eclipse.cdt.internal.ui.editor.CEditor.AdaptedSourceViewer.requestWidgetToken(IWidgetTokenKeeper)-1

org.eclipse.jface.text.link.LinkedModeUI

DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.BracketLevel.fUI-1
org.eclipse.cdt.internal.ui.editor.CEditor.BracketLevel.fUI-1
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.apply(IDocument, char, int)224
org.eclipse.cdt.internal.ui.text.correction.proposals.LinkedNamesAssistProposal.apply(ITextViewer, char, int, int)195
org.eclipse.cdt.internal.ui.viewsupport.LinkedProposalModelPresenter.enterLinkedMode(ITextViewer, IEditorPart, LinkedProposalModel)105

org.eclipse.jface.text.link.LinkedModeUI.ExitFlags

INSTANTIATION
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.ExitPolicy.doExit(LinkedModeModel, VerifyEvent, int, int)428
org.eclipse.cdt.internal.ui.editor.CEditor.ExitPolicy.doExit(LinkedModeModel, VerifyEvent, int, int)428
org.eclipse.cdt.internal.ui.editor.CEditor.ExitPolicy.doExit(LinkedModeModel, VerifyEvent, int, int)420
org.eclipse.cdt.internal.ui.editor.CEditor.ExitPolicy.doExit(LinkedModeModel, VerifyEvent, int, int)420
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.ExitPolicy.doExit(LinkedModeModel, VerifyEvent, int, int)305
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.ExitPolicy.doExit(LinkedModeModel, VerifyEvent, int, int)310
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.ExitPolicy.doExit(LinkedModeModel, VerifyEvent, int, int)305
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.ExitPolicy.doExit(LinkedModeModel, VerifyEvent, int, int)303
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.ExitPolicy.doExit(LinkedModeModel, VerifyEvent, int, int)310
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.ExitPolicy.doExit(LinkedModeModel, VerifyEvent, int, int)303
org.eclipse.cdt.internal.ui.viewsupport.LinkedProposalModelPresenter.LinkedModeExitPolicy.doExit(LinkedModeModel, VerifyEvent, int, int)234
org.eclipse.cdt.internal.ui.viewsupport.LinkedProposalModelPresenter.LinkedModeExitPolicy.doExit(LinkedModeModel, VerifyEvent, int, int)234
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.ExitPolicy.doExit(LinkedModeModel, VerifyEvent, int, int)-1
org.eclipse.cdt.internal.ui.editor.CEditor.ExitPolicy.doExit(LinkedModeModel, VerifyEvent, int, int)-1
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.ExitPolicy.doExit(LinkedModeModel, VerifyEvent, int, int)-1
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.ExitPolicy.doExit(LinkedModeModel, VerifyEvent, int, int)-1
org.eclipse.cdt.internal.ui.text.correction.proposals.LinkedNamesAssistProposal.DeleteBlockingExitPolicy.doExit(LinkedModeModel, VerifyEvent, int, int)-1
org.eclipse.cdt.internal.ui.text.correction.proposals.LinkedNamesAssistProposal.DeleteBlockingExitPolicy.doExit(LinkedModeModel, VerifyEvent, int, int)-1
org.eclipse.cdt.internal.ui.viewsupport.LinkedProposalModelPresenter.LinkedModeExitPolicy.doExit(LinkedModeModel, VerifyEvent, int, int)-1
org.eclipse.cdt.internal.ui.viewsupport.LinkedProposalModelPresenter.LinkedModeExitPolicy.doExit(LinkedModeModel, VerifyEvent, int, int)-1

org.eclipse.jface.text.link.LinkedModeUI.IExitPolicy

IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.ExitPolicy-1
org.eclipse.cdt.internal.ui.editor.CEditor.ExitPolicy-1
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.ExitPolicy-1
org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal.ExitPolicy-1
org.eclipse.cdt.internal.ui.text.correction.proposals.LinkedNamesAssistProposal.DeleteBlockingExitPolicy-1
org.eclipse.cdt.internal.ui.text.correction.proposals.LinkedNamesAssistProposal.DeleteBlockingExitPolicy-1
org.eclipse.cdt.internal.ui.viewsupport.LinkedProposalModelPresenter.LinkedModeExitPolicy-1
org.eclipse.cdt.internal.ui.viewsupport.LinkedProposalModelPresenter.LinkedModeExitPolicy-1

org.eclipse.jface.text.link.ProposalPosition

INSTANTIATION
Reference LocationLine Number
org.eclipse.cdt.internal.ui.viewsupport.LinkedProposalModelPresenter.enterLinkedMode(ITextViewer, IEditorPart, LinkedProposalModel)89

org.eclipse.jface.text.MarginPainter

DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.formatter.CPreview.fMarginPainter-1
INSTANTIATION
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.formatter.CPreview.CPreview(Map, Composite)124

org.eclipse.jface.text.presentation.IPresentationDamager

IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.PartitionDamager-1

org.eclipse.jface.text.presentation.IPresentationReconciler

RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.CodeTemplateSourceViewerConfiguration.getPresentationReconciler(ISourceViewer)-1
org.eclipse.cdt.internal.ui.text.CSourceViewerScalableConfiguration.getPresentationReconciler(ISourceViewer)-1
org.eclipse.cdt.ui.text.AsmSourceViewerConfiguration.getPresentationReconciler(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getPresentationReconciler(ISourceViewer)-1

org.eclipse.jface.text.presentation.PresentationReconciler

EXTENDS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CPresentationReconciler-1
INSTANTIATION
Reference LocationLine Number
org.eclipse.cdt.ui.text.AsmSourceViewerConfiguration.getPresentationReconciler(ISourceViewer)213
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.ui.text.AsmSourceViewerConfiguration.getPresentationReconciler(ISourceViewer)213

org.eclipse.jface.text.quickassist.IQuickAssistAssistant

RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getQuickAssistAssistant(ISourceViewer)-1

org.eclipse.jface.text.quickassist.IQuickAssistInvocationContext

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.spelling.AddWordProposal.apply(IDocument)72
org.eclipse.cdt.internal.ui.text.spelling.WordIgnoreProposal.apply(IDocument)60
INSTANCEOF
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.spelling.AddWordProposal.apply(IDocument)71
org.eclipse.cdt.internal.ui.text.spelling.WordIgnoreProposal.apply(IDocument)59
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.spelling.AddWordProposal.apply(IDocument)70
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.correction.CCorrectionProcessor.canAssist(IQuickAssistInvocationContext)-1
org.eclipse.cdt.internal.ui.text.correction.CCorrectionProcessor.computeQuickAssistProposals(IQuickAssistInvocationContext)-1

org.eclipse.jface.text.quickassist.IQuickAssistProcessor

IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.correction.CCorrectionProcessor-1

org.eclipse.jface.text.quickassist.QuickAssistAssistant

EXTENDS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.correction.CCorrectionAssistant-1

org.eclipse.jface.text.reconciler.DirtyRegion

PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.asm.AsmReconcilingStrategy.reconcile(DirtyRegion, IRegion)-1
org.eclipse.cdt.internal.ui.text.CCompositeReconcilingStrategy.reconcile(DirtyRegion, IRegion)-1
org.eclipse.cdt.internal.ui.text.CompositeReconcilingStrategy.reconcile(DirtyRegion, IRegion)-1
org.eclipse.cdt.internal.ui.text.CReconciler.process(DirtyRegion)-1
org.eclipse.cdt.internal.ui.text.CReconcilingStrategy.reconcile(DirtyRegion, IRegion)-1

org.eclipse.jface.text.reconciler.IReconciler

RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CSourceViewerScalableConfiguration.getReconciler(ISourceViewer)-1
org.eclipse.cdt.ui.text.AsmSourceViewerConfiguration.getReconciler(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getReconciler(ISourceViewer)-1

org.eclipse.jface.text.reconciler.IReconcilingStrategy

ALLOCATES_ARRAY
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CCompositeReconcilingStrategy.CCompositeReconcilingStrategy(ISourceViewer, ITextEditor, String)41
DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CompositeReconcilingStrategy.fStrategies-1
IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.asm.AsmReconcilingStrategy-1
org.eclipse.cdt.internal.ui.text.CompositeReconcilingStrategy-1
org.eclipse.cdt.internal.ui.text.CReconcilingStrategy-1
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CompositeReconcilingStrategy.setReconcilingStrategies(IReconcilingStrategy[])-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CompositeReconcilingStrategy.getReconcilingStrategies()-1

org.eclipse.jface.text.reconciler.IReconcilingStrategyExtension

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CompositeReconcilingStrategy.initialReconcile()111
org.eclipse.cdt.internal.ui.text.CompositeReconcilingStrategy.setProgressMonitor(IProgressMonitor)96
IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.asm.AsmReconcilingStrategy-1
org.eclipse.cdt.internal.ui.text.CompositeReconcilingStrategy-1
org.eclipse.cdt.internal.ui.text.CReconcilingStrategy-1
INSTANCEOF
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CompositeReconcilingStrategy.initialReconcile()110
org.eclipse.cdt.internal.ui.text.CompositeReconcilingStrategy.setProgressMonitor(IProgressMonitor)95
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CompositeReconcilingStrategy.initialReconcile()111
org.eclipse.cdt.internal.ui.text.CompositeReconcilingStrategy.setProgressMonitor(IProgressMonitor)96

org.eclipse.jface.text.reconciler.MonoReconciler

EXTENDS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CReconciler-1
INSTANTIATION
Reference LocationLine Number
org.eclipse.cdt.ui.text.AsmSourceViewerConfiguration.getReconciler(ISourceViewer)264
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.ui.text.AsmSourceViewerConfiguration.getReconciler(ISourceViewer)264
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getReconciler(ISourceViewer)496

org.eclipse.jface.text.rules.BufferedRuleBasedScanner

EXTENDS
Reference LocationLine Number
org.eclipse.cdt.ui.text.AbstractCScanner-1
org.eclipse.cdt.ui.text.doctools.generic.GenericTagCommentScanner-1

org.eclipse.jface.text.rules.DefaultDamagerRepairer

INSTANTIATION
Reference LocationLine Number
org.eclipse.cdt.ui.text.AsmSourceViewerConfiguration.getPresentationReconciler(ISourceViewer)236
org.eclipse.cdt.ui.text.AsmSourceViewerConfiguration.getPresentationReconciler(ISourceViewer)228
org.eclipse.cdt.ui.text.AsmSourceViewerConfiguration.getPresentationReconciler(ISourceViewer)216
org.eclipse.cdt.ui.text.AsmSourceViewerConfiguration.getPresentationReconciler(ISourceViewer)224
org.eclipse.cdt.ui.text.AsmSourceViewerConfiguration.getPresentationReconciler(ISourceViewer)220
org.eclipse.cdt.ui.text.AsmSourceViewerConfiguration.getPresentationReconciler(ISourceViewer)232
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getPresentationReconciler(ISourceViewer)301
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getPresentationReconciler(ISourceViewer)291
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getPresentationReconciler(ISourceViewer)317
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getPresentationReconciler(ISourceViewer)295
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getPresentationReconciler(ISourceViewer)321
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getPresentationReconciler(ISourceViewer)308
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getPresentationReconciler(ISourceViewer)286
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getPresentationReconciler(ISourceViewer)313
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.ui.text.AsmSourceViewerConfiguration.getPresentationReconciler(ISourceViewer)216
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getPresentationReconciler(ISourceViewer)286

org.eclipse.jface.text.rules.EndOfLineRule

INSTANTIATION
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.asm.AsmCodeScanner.createRules()65
org.eclipse.cdt.internal.ui.editor.asm.AsmPreprocessorScanner.createRules()90

org.eclipse.jface.text.rules.FastPartitioner

EXTENDS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.FastCPartitioner-1
INSTANTIATION
Reference LocationLine Number
org.eclipse.cdt.internal.corext.template.c.CFormatter.VariableTracker.installCStuff(Document)315
org.eclipse.cdt.internal.corext.template.c.CFormatter.VariableTracker.installCStuff(Document)315
org.eclipse.cdt.internal.ui.editor.asm.AsmTextTools.createDocumentPartitioner()211
org.eclipse.cdt.internal.ui.text.CAutoIndentStrategy.installCPartitioner(Document)526
org.eclipse.cdt.ui.CDTUITools.createAsmDocumentPartitioner()191
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.corext.template.c.CFormatter.VariableTracker.installCStuff(Document)315
org.eclipse.cdt.internal.corext.template.c.CFormatter.VariableTracker.installCStuff(Document)315
org.eclipse.cdt.internal.ui.text.CAutoIndentStrategy.installCPartitioner(Document)526

org.eclipse.jface.text.rules.ICharacterScanner

IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.BufferedDocumentScanner-1
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.asm.AsmLabelRule.evaluate(ICharacterScanner)-1
org.eclipse.cdt.internal.ui.text.CHeaderRule.evaluate(ICharacterScanner)-1
org.eclipse.cdt.internal.ui.text.CHeaderRule.followsIncludeDirective(ICharacterScanner)-1
org.eclipse.cdt.internal.ui.text.CHeaderRule.searchBackwards(ICharacterScanner, String)-1
org.eclipse.cdt.internal.ui.text.CHeaderRule.seek(ICharacterScanner, int)-1
org.eclipse.cdt.internal.ui.text.CHeaderRule.unread(ICharacterScanner)-1
org.eclipse.cdt.internal.ui.text.CombinedWordRule.evaluate(ICharacterScanner)-1
org.eclipse.cdt.internal.ui.text.CombinedWordRule.unreadBuffer(ICharacterScanner)-1
org.eclipse.cdt.internal.ui.text.CombinedWordRule.WordMatcher.evaluate(ICharacterScanner, CombinedWordRuleCharacterBuffer)-1
org.eclipse.cdt.internal.ui.text.CombinedWordRule.WordMatcher.evaluate(ICharacterScanner, CombinedWordRuleCharacterBuffer)-1
org.eclipse.cdt.internal.ui.text.NumberRule.evaluate(ICharacterScanner)-1
org.eclipse.cdt.internal.ui.text.PreprocessorRule.evaluate(ICharacterScanner)-1
org.eclipse.cdt.internal.ui.text.SingleCharRule.evaluate(ICharacterScanner)-1
org.eclipse.cdt.internal.ui.text.TaskTagRule.TaskTagMatcher.evaluate(ICharacterScanner, CombinedWordRuleCharacterBuffer)-1
org.eclipse.cdt.internal.ui.text.TaskTagRule.TaskTagMatcher.evaluate(ICharacterScanner, CombinedWordRuleCharacterBuffer)-1

org.eclipse.jface.text.rules.IPartitionTokenScanner

IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.asm.AsmPartitionScanner-1
org.eclipse.cdt.internal.ui.text.FastCPartitionScanner-1
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.FastCPartitioner.FastCPartitioner(IPartitionTokenScanner, String[])-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CTextTools.getPartitionScanner(IDocCommentOwner)-1

org.eclipse.jface.text.rules.IRule

ALLOCATES_ARRAY
Reference LocationLine Number
org.eclipse.cdt.ui.text.AbstractCScanner.setRules(List)74
org.eclipse.cdt.ui.text.doctools.generic.GenericTagCommentScanner.createRules()111
CASTS
Reference LocationLine Number
org.eclipse.cdt.ui.text.doctools.generic.GenericTagCommentScanner.createRules()111
DECLARED_PARAMETERIZED_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.asm.AsmCodeScanner.createRules()-1
org.eclipse.cdt.internal.ui.editor.asm.AsmPreprocessorScanner.createRules()-1
org.eclipse.cdt.internal.ui.text.CCodeScanner.createRules()-1
org.eclipse.cdt.internal.ui.text.CCommentScanner.createRules(String)-1
org.eclipse.cdt.internal.ui.text.CPreprocessorScanner.createRules()-1
org.eclipse.cdt.ui.text.AbstractCScanner.setRules(List)-1
DECLARED_PARAMETERIZED_VARIABLE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.asm.AsmCodeScanner.createRules()59
org.eclipse.cdt.internal.ui.editor.asm.AsmPreprocessorScanner.createRules()65
org.eclipse.cdt.internal.ui.text.CCodeScanner.createRules()63
org.eclipse.cdt.internal.ui.text.CPreprocessorScanner.createRules()63
org.eclipse.cdt.ui.text.doctools.generic.GenericTagCommentScanner.createRules()82
IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.asm.AsmLabelRule-1
org.eclipse.cdt.internal.ui.text.CHeaderRule-1
org.eclipse.cdt.internal.ui.text.CombinedWordRule-1
org.eclipse.cdt.internal.ui.text.NumberRule-1
org.eclipse.cdt.internal.ui.text.SingleCharRule-1
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.asm.AsmCodeScanner.createRules()75
org.eclipse.cdt.internal.ui.editor.asm.AsmPreprocessorScanner.createRules()90
org.eclipse.cdt.internal.ui.text.CPreprocessorScanner.createRules()100
org.eclipse.cdt.internal.ui.text.CPreprocessorScanner.createRules()104
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.ui.text.doctools.generic.GenericTagCommentScanner.createRules()-1

org.eclipse.jface.text.rules.IToken

ALLOCATES_ARRAY
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.asm.AsmPartitionScanner.AsmPartitionScanner()94
org.eclipse.cdt.internal.ui.text.FastCPartitionScanner.FastCPartitionScanner(boolean, IDocCommentOwner)81
CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CombinedWordRule.WordMatcher.evaluate(ICharacterScanner, CombinedWordRuleCharacterBuffer)73
org.eclipse.cdt.internal.ui.text.CombinedWordRule.WordMatcher.evaluate(ICharacterScanner, CombinedWordRuleCharacterBuffer)73
org.eclipse.cdt.internal.ui.text.PreprocessorRule.evaluate(ICharacterScanner)142
org.eclipse.cdt.internal.ui.text.TaskTagRule.TaskTagMatcher.evaluate(ICharacterScanner, CombinedWordRuleCharacterBuffer)111
org.eclipse.cdt.internal.ui.text.TaskTagRule.TaskTagMatcher.evaluate(ICharacterScanner, CombinedWordRuleCharacterBuffer)111
DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.asm.AsmLabelRule.fDefaultToken-1
org.eclipse.cdt.internal.ui.editor.asm.AsmLabelRule.fLabelToken-1
org.eclipse.cdt.internal.ui.text.asm.AsmPartitionScanner.fTokens-1
org.eclipse.cdt.internal.ui.text.CHeaderRule.fToken-1
org.eclipse.cdt.internal.ui.text.CombinedWordRule.fDefaultToken-1
org.eclipse.cdt.internal.ui.text.FastCPartitionScanner.fTokens-1
org.eclipse.cdt.internal.ui.text.NumberRule.token-1
org.eclipse.cdt.internal.ui.text.PreprocessorRule.fMalformedToken-1
org.eclipse.cdt.internal.ui.text.SingleCharRule.token-1
org.eclipse.cdt.internal.ui.text.TaskTagRule.TaskTagMatcher.fToken-1
org.eclipse.cdt.internal.ui.text.TaskTagRule.TaskTagMatcher.fToken-1
org.eclipse.cdt.ui.text.TaskTagRule.fToken-1
DECLARED_PARAMETERIZED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CombinedWordRule.WordMatcher.fWords-1
org.eclipse.cdt.internal.ui.text.CombinedWordRule.WordMatcher.fWords-1
org.eclipse.cdt.internal.ui.text.TaskTagRule.TaskTagMatcher.fUppercaseWords-1
org.eclipse.cdt.internal.ui.text.TaskTagRule.TaskTagMatcher.fUppercaseWords-1
org.eclipse.cdt.internal.ui.text.TokenStore.fTokenMap-1
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.asm.AsmCodeScanner.createRules()68
org.eclipse.cdt.internal.ui.editor.asm.AsmCodeScanner.createRules()62
org.eclipse.cdt.internal.ui.editor.asm.AsmPreprocessorScanner.createRules()72
org.eclipse.cdt.internal.ui.editor.asm.AsmPreprocessorScanner.createRules()66
org.eclipse.cdt.internal.ui.text.asm.AsmPartitionScanner.nextToken()206
org.eclipse.cdt.internal.ui.text.asm.AsmPartitionScanner.nextToken()488
org.eclipse.cdt.internal.ui.text.asm.AsmPartitionScanner.preFix(int, int, int, int)596
org.eclipse.cdt.internal.ui.text.CCodeScanner.createRules()66
org.eclipse.cdt.internal.ui.text.CombinedWordRule.evaluate(ICharacterScanner)345
org.eclipse.cdt.internal.ui.text.CombinedWordRule.WordMatcher.evaluate(ICharacterScanner, CombinedWordRuleCharacterBuffer)73
org.eclipse.cdt.internal.ui.text.CombinedWordRule.WordMatcher.evaluate(ICharacterScanner, CombinedWordRuleCharacterBuffer)73
org.eclipse.cdt.internal.ui.text.CPreprocessorScanner.createRules()61
org.eclipse.cdt.internal.ui.text.CPreprocessorScanner.createRules()69
org.eclipse.cdt.internal.ui.text.FastCPartitionScanner.nextToken()457
org.eclipse.cdt.internal.ui.text.FastCPartitionScanner.nextToken()164
org.eclipse.cdt.internal.ui.text.PreprocessorRule.evaluate(ICharacterScanner)142
org.eclipse.cdt.internal.ui.text.spelling.CSpellingEngine.check(IDocument, IRegion[], ISpellChecker, ISpellingProblemCollector, IProgressMonitor)131
org.eclipse.cdt.internal.ui.text.TaskTagRule.TaskTagMatcher.evaluate(ICharacterScanner, CombinedWordRuleCharacterBuffer)111
org.eclipse.cdt.internal.ui.text.TaskTagRule.TaskTagMatcher.evaluate(ICharacterScanner, CombinedWordRuleCharacterBuffer)111
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.asm.AsmLabelRule.AsmLabelRule(IWordDetector, IToken, IToken)-1
org.eclipse.cdt.internal.ui.editor.asm.AsmLabelRule.AsmLabelRule(IWordDetector, IToken, IToken)-1
org.eclipse.cdt.internal.ui.text.CBraceRule.CBraceRule(IToken)-1
org.eclipse.cdt.internal.ui.text.CHeaderRule.CHeaderRule(IToken)-1
org.eclipse.cdt.internal.ui.text.CombinedWordRule.CombinedWordRule(IWordDetector, CombinedWordRuleWordMatcher, IToken)-1
org.eclipse.cdt.internal.ui.text.CombinedWordRule.CombinedWordRule(IWordDetector, IToken)-1
org.eclipse.cdt.internal.ui.text.CombinedWordRule.WordMatcher.addWord(String, IToken)-1
org.eclipse.cdt.internal.ui.text.CombinedWordRule.WordMatcher.addWord(String, IToken)-1
org.eclipse.cdt.internal.ui.text.COperatorRule.COperatorRule(IToken)-1
org.eclipse.cdt.internal.ui.text.CWhitespaceRule.CWhitespaceRule(IToken)-1
org.eclipse.cdt.internal.ui.text.NumberRule.NumberRule(IToken)-1
org.eclipse.cdt.internal.ui.text.PreprocessorRule.addWord(String, IToken)-1
org.eclipse.cdt.internal.ui.text.PreprocessorRule.PreprocessorRule(IWordDetector, IToken, IToken)-1
org.eclipse.cdt.internal.ui.text.PreprocessorRule.PreprocessorRule(IWordDetector, IToken, IToken)-1
org.eclipse.cdt.internal.ui.text.PreprocessorRule.PreprocessorRule(IWordDetector, IToken)-1
org.eclipse.cdt.internal.ui.text.SingleCharRule.SingleCharRule(IToken)-1
org.eclipse.cdt.internal.ui.text.TaskTagRule.TaskTagMatcher.addWord(String, IToken)-1
org.eclipse.cdt.internal.ui.text.TaskTagRule.TaskTagMatcher.addWord(String, IToken)-1
org.eclipse.cdt.internal.ui.text.TaskTagRule.TaskTagMatcher.TaskTagMatcher(TaskTagRule, IToken)-1
org.eclipse.cdt.internal.ui.text.TaskTagRule.TaskTagMatcher.TaskTagMatcher(TaskTagRule, IToken)-1
org.eclipse.cdt.internal.ui.text.TaskTagRule.TaskTagRule(IToken, IToken, IPreferenceStore, Preferences)-1
org.eclipse.cdt.internal.ui.text.TaskTagRule.TaskTagRule(IToken, IToken, IPreferenceStore, Preferences)-1
org.eclipse.cdt.ui.text.TaskTagRule.TaskTagRule(IToken, String)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.asm.AsmLabelRule.evaluate(ICharacterScanner)-1
org.eclipse.cdt.internal.ui.text.asm.AsmPartitionScanner.nextToken()-1
org.eclipse.cdt.internal.ui.text.asm.AsmPartitionScanner.postFix(int)-1
org.eclipse.cdt.internal.ui.text.asm.AsmPartitionScanner.preFix(int, int, int, int)-1
org.eclipse.cdt.internal.ui.text.CHeaderRule.evaluate(ICharacterScanner)-1
org.eclipse.cdt.internal.ui.text.CombinedWordRule.evaluate(ICharacterScanner)-1
org.eclipse.cdt.internal.ui.text.CombinedWordRule.WordMatcher.evaluate(ICharacterScanner, CombinedWordRuleCharacterBuffer)-1
org.eclipse.cdt.internal.ui.text.CombinedWordRule.WordMatcher.evaluate(ICharacterScanner, CombinedWordRuleCharacterBuffer)-1
org.eclipse.cdt.internal.ui.text.FastCPartitionScanner.nextToken()-1
org.eclipse.cdt.internal.ui.text.FastCPartitionScanner.postFix(int, int)-1
org.eclipse.cdt.internal.ui.text.FastCPartitionScanner.postFix(int)-1
org.eclipse.cdt.internal.ui.text.FastCPartitionScanner.preFix(int, int, int, int)-1
org.eclipse.cdt.internal.ui.text.NumberRule.evaluate(ICharacterScanner)-1
org.eclipse.cdt.internal.ui.text.PreprocessorRule.evaluate(ICharacterScanner)-1
org.eclipse.cdt.internal.ui.text.SingleCharRule.evaluate(ICharacterScanner)-1
org.eclipse.cdt.internal.ui.text.spelling.CSpellingEngine.SimpleTokenStore.getToken(String)-1
org.eclipse.cdt.internal.ui.text.spelling.CSpellingEngine.SimpleTokenStore.getToken(String)-1
org.eclipse.cdt.internal.ui.text.TaskTagRule.TaskTagMatcher.evaluate(ICharacterScanner, CombinedWordRuleCharacterBuffer)-1
org.eclipse.cdt.internal.ui.text.TaskTagRule.TaskTagMatcher.evaluate(ICharacterScanner, CombinedWordRuleCharacterBuffer)-1
org.eclipse.cdt.internal.ui.text.TokenStore.getToken(String)-1
org.eclipse.cdt.ui.text.AbstractCScanner.getToken(String)-1
org.eclipse.cdt.ui.text.AbstractCScanner.nextToken()-1
org.eclipse.cdt.ui.text.doctools.generic.GenericTagCommentScanner.nextToken()-1
org.eclipse.cdt.ui.text.ITokenStore.getToken(String)-1

org.eclipse.jface.text.rules.ITokenScanner

EXTENDS
Reference LocationLine Number
org.eclipse.cdt.ui.text.ICTokenScanner-1

org.eclipse.jface.text.rules.IWhitespaceDetector

IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.util.CWhitespaceDetector-1

org.eclipse.jface.text.rules.IWordDetector

DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.asm.AsmLabelRule.fDetector-1
org.eclipse.cdt.internal.ui.text.CombinedWordRule.fDetector-1
IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.asm.AsmWordDetector-1
org.eclipse.cdt.internal.ui.text.TaskTagRule.TaskTagDetector-1
org.eclipse.cdt.internal.ui.text.TaskTagRule.TaskTagDetector-1
org.eclipse.cdt.internal.ui.text.util.CWordDetector-1
org.eclipse.cdt.ui.text.doctools.generic.GenericTagCommentScanner.1TagDetector-1
org.eclipse.cdt.ui.text.TaskTagRule.TaskTagDetector-1
org.eclipse.cdt.ui.text.TaskTagRule.TaskTagDetector-1
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.asm.AsmLabelRule.AsmLabelRule(IWordDetector, IToken, IToken)-1
org.eclipse.cdt.internal.ui.text.CombinedWordRule.CombinedWordRule(IWordDetector, CombinedWordRuleWordMatcher, IToken)-1
org.eclipse.cdt.internal.ui.text.CombinedWordRule.CombinedWordRule(IWordDetector, CombinedWordRuleWordMatcher)-1
org.eclipse.cdt.internal.ui.text.CombinedWordRule.CombinedWordRule(IWordDetector, IToken)-1
org.eclipse.cdt.internal.ui.text.CombinedWordRule.CombinedWordRule(IWordDetector)-1
org.eclipse.cdt.internal.ui.text.PreprocessorRule.PreprocessorRule(IWordDetector, IToken, IToken)-1
org.eclipse.cdt.internal.ui.text.PreprocessorRule.PreprocessorRule(IWordDetector, IToken)-1
org.eclipse.cdt.internal.ui.text.PreprocessorRule.PreprocessorRule(IWordDetector)-1

org.eclipse.jface.text.rules.PatternRule

INSTANTIATION
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CPreprocessorScanner.createRules()104
org.eclipse.cdt.internal.ui.text.CPreprocessorScanner.createRules()100

org.eclipse.jface.text.rules.RuleBasedScanner

LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.spelling.CSpellingEngine.check(IDocument, IRegion[], ISpellChecker, ISpellingProblemCollector, IProgressMonitor)123
org.eclipse.cdt.ui.text.AsmSourceViewerConfiguration.getCodeScanner(ILanguage)179
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getCodeScanner(ILanguage)393
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getPresentationReconciler(ISourceViewer)284
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.asm.AsmTextTools.getCodeScanner()-1
org.eclipse.cdt.internal.ui.editor.asm.AsmTextTools.getMultilineCommentScanner()-1
org.eclipse.cdt.internal.ui.editor.asm.AsmTextTools.getPreprocessorScanner()-1
org.eclipse.cdt.internal.ui.editor.asm.AsmTextTools.getSinglelineCommentScanner()-1
org.eclipse.cdt.internal.ui.editor.asm.AsmTextTools.getStringScanner()-1
org.eclipse.cdt.ui.ILanguageUI.getCodeScanner()-1
org.eclipse.cdt.ui.text.AsmSourceViewerConfiguration.getCodeScanner(ILanguage)-1
org.eclipse.cdt.ui.text.AsmSourceViewerConfiguration.getMultilineCommentScanner()-1
org.eclipse.cdt.ui.text.AsmSourceViewerConfiguration.getPreprocessorScanner(ILanguage)-1
org.eclipse.cdt.ui.text.AsmSourceViewerConfiguration.getSinglelineCommentScanner()-1
org.eclipse.cdt.ui.text.AsmSourceViewerConfiguration.getStringScanner()-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getCodeScanner(ILanguage)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getPreprocessorScanner(ILanguage)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getStringScanner()-1

org.eclipse.jface.text.rules.Token

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.TokenStore.addToken(String)105
org.eclipse.cdt.internal.ui.text.TokenStore.getTokenInner(String)155
INSTANTIATION
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.asm.AsmPartitionScanner.AsmPartitionScanner()97
org.eclipse.cdt.internal.ui.text.asm.AsmPartitionScanner.AsmPartitionScanner()101
org.eclipse.cdt.internal.ui.text.asm.AsmPartitionScanner.AsmPartitionScanner()99
org.eclipse.cdt.internal.ui.text.asm.AsmPartitionScanner.AsmPartitionScanner()95
org.eclipse.cdt.internal.ui.text.asm.AsmPartitionScanner.AsmPartitionScanner()98
org.eclipse.cdt.internal.ui.text.asm.AsmPartitionScanner.AsmPartitionScanner()96
org.eclipse.cdt.internal.ui.text.asm.AsmPartitionScanner.AsmPartitionScanner()100
org.eclipse.cdt.internal.ui.text.FastCPartitionScanner.FastCPartitionScanner(boolean, IDocCommentOwner)82
org.eclipse.cdt.internal.ui.text.FastCPartitionScanner.FastCPartitionScanner(boolean, IDocCommentOwner)86
org.eclipse.cdt.internal.ui.text.FastCPartitionScanner.FastCPartitionScanner(boolean, IDocCommentOwner)85
org.eclipse.cdt.internal.ui.text.FastCPartitionScanner.FastCPartitionScanner(boolean, IDocCommentOwner)84
org.eclipse.cdt.internal.ui.text.FastCPartitionScanner.FastCPartitionScanner(boolean, IDocCommentOwner)90
org.eclipse.cdt.internal.ui.text.FastCPartitionScanner.FastCPartitionScanner(boolean, IDocCommentOwner)88
org.eclipse.cdt.internal.ui.text.FastCPartitionScanner.FastCPartitionScanner(boolean, IDocCommentOwner)87
org.eclipse.cdt.internal.ui.text.FastCPartitionScanner.FastCPartitionScanner(boolean, IDocCommentOwner)83
org.eclipse.cdt.internal.ui.text.FastCPartitionScanner.FastCPartitionScanner(boolean, IDocCommentOwner)89
org.eclipse.cdt.internal.ui.text.FastCPartitionScanner.FastCPartitionScanner(boolean, IDocCommentOwner)91
org.eclipse.cdt.internal.ui.text.spelling.CSpellingEngine.SimpleTokenStore.getToken(String)62
org.eclipse.cdt.internal.ui.text.spelling.CSpellingEngine.SimpleTokenStore.getToken(String)62
org.eclipse.cdt.internal.ui.text.TokenStore.addToken(String)103
org.eclipse.cdt.internal.ui.text.TokenStore.addTokenWithProxyAttribute(String)92
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.TokenStore.adaptToPreferenceChange(PropertyChangeEvent)197
org.eclipse.cdt.internal.ui.text.TokenStore.addToken(String)105
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.TokenStore.adaptToColorChange(Token, PropertyChangeEvent)-1
org.eclipse.cdt.internal.ui.text.TokenStore.adaptToStyleChange(Token, PropertyChangeEvent, int)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.TokenStore.getTokenInner(String)-1

org.eclipse.jface.text.rules.WordPatternRule

INSTANTIATION
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.asm.AsmCodeScanner.createRules()88
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.asm.AsmCodeScanner.createRules()88

org.eclipse.jface.text.rules.WordRule

EXTENDS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.PreprocessorRule-1
org.eclipse.cdt.ui.text.TaskTagRule-1
INSTANTIATION
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.asm.AsmCodeScanner.createRules()81
org.eclipse.cdt.internal.ui.text.CCodeScanner.createRules()72
org.eclipse.cdt.internal.ui.text.CPreprocessorScanner.createRules()81
org.eclipse.cdt.ui.text.doctools.generic.GenericTagCommentScanner.createRules()97
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.asm.AsmCodeScanner.createRules()81
org.eclipse.cdt.internal.ui.text.CCodeScanner.createRules()72
org.eclipse.cdt.internal.ui.text.CPreprocessorScanner.createRules()81
org.eclipse.cdt.ui.text.doctools.generic.GenericTagCommentScanner.createRules()97

org.eclipse.jface.text.source.DefaultAnnotationHover

EXTENDS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.HTMLAnnotationHover-1

org.eclipse.jface.text.source.DefaultCharacterPairMatcher

EXTENDS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CPairMatcher-1

org.eclipse.jface.text.source.IAnnotationAccess

PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CSourceViewerDecorationSupport.CSourceViewerDecorationSupport(CEditor, ISourceViewer, IOverviewRuler, IAnnotationAccess, ISharedTextColors)-1

org.eclipse.jface.text.source.IAnnotationAccessExtension

LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.correction.CSelectAnnotationRulerAction.findCAnnotation()108

org.eclipse.jface.text.source.IAnnotationHover

RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.SimpleCSourceViewerConfiguration.getAnnotationHover(ISourceViewer)-1
org.eclipse.cdt.internal.ui.text.SimpleCSourceViewerConfiguration.getOverviewRulerAnnotationHover(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getAnnotationHover(ISourceViewer)-1

org.eclipse.jface.text.source.IAnnotationPresentation

IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.correction.QuickAssistLightBulbUpdater.AssistAnnotation-1
org.eclipse.cdt.internal.ui.text.correction.QuickAssistLightBulbUpdater.AssistAnnotation-1

org.eclipse.jface.text.source.ILineRange

PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.IndentUtil.getLeftMostLine(IDocument, ILineRange, int, boolean)-1
org.eclipse.cdt.internal.ui.editor.IndentUtil.indentLines(IDocument, ILineRange, ICProject, IndentUtilIndentResult)-1
org.eclipse.cdt.internal.ui.editor.IndentUtil.shiftLines(IDocument, ILineRange, ICProject, IndentUtilIndentResult)-1

org.eclipse.jface.text.source.IOverviewRuler

PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.AdaptedSourceViewer.AdaptedSourceViewer(CEditor, Composite, IVerticalRuler, IOverviewRuler, boolean, int, IPreferenceStore)-1
org.eclipse.cdt.internal.ui.editor.CEditor.AdaptedSourceViewer.AdaptedSourceViewer(CEditor, Composite, IVerticalRuler, IOverviewRuler, boolean, int, IPreferenceStore)-1
org.eclipse.cdt.internal.ui.editor.CSourceViewer.CSourceViewer(Composite, IVerticalRuler, IOverviewRuler, boolean, int, IPreferenceStore)-1
org.eclipse.cdt.internal.ui.editor.CSourceViewerDecorationSupport.CSourceViewerDecorationSupport(CEditor, ISourceViewer, IOverviewRuler, IAnnotationAccess, ISharedTextColors)-1

org.eclipse.jface.text.source.ISharedTextColors

DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CSourceViewerDecorationSupport.fSharedColors-1
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CSourceViewerDecorationSupport.CSourceViewerDecorationSupport(CEditor, ISourceViewer, IOverviewRuler, IAnnotationAccess, ISharedTextColors)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.ui.CUIPlugin.getSharedTextColors()-1

org.eclipse.jface.text.source.ISourceViewer

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.getHoverInfo2(ITextViewer, IRegion)651
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.getCAnnotationFixes(ICAnnotation)80
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.getCAnnotationFixes(ICAnnotation)80
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.getMarkerAnnotationFixes(MarkerAnnotation)117
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.getMarkerAnnotationFixes(MarkerAnnotation)117
DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CSourceViewerDecorationSupport.fViewer-1
org.eclipse.cdt.internal.ui.text.AbstractSourceViewerInformationControl.fSourceViewer-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroExpansionExplorationControl.fMacroViewer-1
INSTANCEOF
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.getHoverInfo2(ITextViewer, IRegion)649
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.getCAnnotationFixes(ICAnnotation)79
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.getCAnnotationFixes(ICAnnotation)79
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.getMarkerAnnotationFixes(MarkerAnnotation)116
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.getMarkerAnnotationFixes(MarkerAnnotation)116
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.actions.IndentAction.selectAndReveal(int, int)181
org.eclipse.cdt.internal.ui.editor.asm.AsmTextEditor.computeHighlightRangeSourceReference()323
org.eclipse.cdt.internal.ui.editor.asm.AsmTextEditor.setSelection(ISourceReference, boolean)442
org.eclipse.cdt.internal.ui.editor.CEditor.BracketInserter.left(LinkedModeModel, int)716
org.eclipse.cdt.internal.ui.editor.CEditor.BracketInserter.left(LinkedModeModel, int)716
org.eclipse.cdt.internal.ui.editor.CEditor.BracketInserter.verifyKey(VerifyEvent)584
org.eclipse.cdt.internal.ui.editor.CEditor.BracketInserter.verifyKey(VerifyEvent)584
org.eclipse.cdt.internal.ui.editor.CEditor.computeHighlightRangeSourceReference()1718
org.eclipse.cdt.internal.ui.editor.CEditor.configureToggleCommentAction()2520
org.eclipse.cdt.internal.ui.editor.CEditor.createPartControl(Composite)2340
org.eclipse.cdt.internal.ui.editor.CEditor.createSourceViewer(Composite, IVerticalRuler, int)2578
org.eclipse.cdt.internal.ui.editor.CEditor.DeleteNextSubWordAction.setCaretPosition(int)899
org.eclipse.cdt.internal.ui.editor.CEditor.DeleteNextSubWordAction.setCaretPosition(int)899
org.eclipse.cdt.internal.ui.editor.CEditor.DeletePreviousSubWordAction.setCaretPosition(int)1104
org.eclipse.cdt.internal.ui.editor.CEditor.DeletePreviousSubWordAction.setCaretPosition(int)1104
org.eclipse.cdt.internal.ui.editor.CEditor.dispose()1986
org.eclipse.cdt.internal.ui.editor.CEditor.doSetInput(IEditorInput)1318
org.eclipse.cdt.internal.ui.editor.CEditor.gotoMatchingBracket()2393
org.eclipse.cdt.internal.ui.editor.CEditor.handlePreferenceStoreChanged(PropertyChangeEvent)1573
org.eclipse.cdt.internal.ui.editor.CEditor.installTabsToSpacesConverter()1934
org.eclipse.cdt.internal.ui.editor.CEditor.internalDoSetInput(IEditorInput)1346
org.eclipse.cdt.internal.ui.editor.CEditor.NextSubWordAction.findNextPosition(int)836
org.eclipse.cdt.internal.ui.editor.CEditor.NextSubWordAction.findNextPosition(int)836
org.eclipse.cdt.internal.ui.editor.CEditor.NextSubWordAction.run()808
org.eclipse.cdt.internal.ui.editor.CEditor.NextSubWordAction.run()808
org.eclipse.cdt.internal.ui.editor.CEditor.OccurrencesFinderJobCanceler.install()3094
org.eclipse.cdt.internal.ui.editor.CEditor.OccurrencesFinderJobCanceler.install()3094
org.eclipse.cdt.internal.ui.editor.CEditor.OccurrencesFinderJobCanceler.uninstall()3110
org.eclipse.cdt.internal.ui.editor.CEditor.OccurrencesFinderJobCanceler.uninstall()3110
org.eclipse.cdt.internal.ui.editor.CEditor.PreviousSubWordAction.findPreviousPosition(int)1040
org.eclipse.cdt.internal.ui.editor.CEditor.PreviousSubWordAction.findPreviousPosition(int)1040
org.eclipse.cdt.internal.ui.editor.CEditor.PreviousSubWordAction.run()1012
org.eclipse.cdt.internal.ui.editor.CEditor.PreviousSubWordAction.run()1012
org.eclipse.cdt.internal.ui.editor.CEditor.SelectNextSubWordAction.setCaretPosition(int)965
org.eclipse.cdt.internal.ui.editor.CEditor.SelectNextSubWordAction.setCaretPosition(int)965
org.eclipse.cdt.internal.ui.editor.CEditor.SelectPreviousSubWordAction.setCaretPosition(int)1168
org.eclipse.cdt.internal.ui.editor.CEditor.SelectPreviousSubWordAction.setCaretPosition(int)1168
org.eclipse.cdt.internal.ui.editor.CEditor.setSelection(ISourceReference, boolean)1833
org.eclipse.cdt.internal.ui.editor.CEditor.updateHoverBehavior()1674
org.eclipse.cdt.internal.ui.editor.CEditor.updateIndentationMode()1952
org.eclipse.cdt.internal.ui.editor.DefaultBinaryFileEditor.createSourceViewer(Composite, IVerticalRuler, int)186
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.getCAnnotationFixes(ICAnnotation)78
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.getCAnnotationFixes(ICAnnotation)78
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.getMarkerAnnotationFixes(MarkerAnnotation)115
org.eclipse.cdt.internal.ui.text.c.hover.ProblemHover.ProblemInfo.getMarkerAnnotationFixes(MarkerAnnotation)115
org.eclipse.cdt.internal.ui.text.correction.CCorrectionProcessor.computeQuickAssistProposals(IQuickAssistInvocationContext)185
org.eclipse.cdt.internal.ui.text.spelling.WordIgnoreProposal.apply(IDocument)60
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.getSignedSelection(ISourceViewer)-1
org.eclipse.cdt.internal.ui.editor.CEditor.getSourceViewerDecorationSupport(ISourceViewer)-1
org.eclipse.cdt.internal.ui.editor.CEditor.initializeViewerColors(ISourceViewer)-1
org.eclipse.cdt.internal.ui.editor.CSourceViewerDecorationSupport.CSourceViewerDecorationSupport(CEditor, ISourceViewer, IOverviewRuler, IAnnotationAccess, ISharedTextColors)-1
org.eclipse.cdt.internal.ui.editor.SemanticHighlightingReconciler.install(CEditor, ISourceViewer, SemanticHighlightingPresenter, SemanticHighlighting[], SemanticHighlightingManagerHighlightingStyle[])-1
org.eclipse.cdt.internal.ui.editor.ToggleCommentAction.configure(ISourceViewer, SourceViewerConfiguration)-1
org.eclipse.cdt.internal.ui.preferences.CodeTemplateSourceViewerConfiguration.getContentAssistant(ISourceViewer)-1
org.eclipse.cdt.internal.ui.preferences.CodeTemplateSourceViewerConfiguration.getPresentationReconciler(ISourceViewer)-1
org.eclipse.cdt.internal.ui.preferences.CodeTemplateSourceViewerConfiguration.getTextHover(ISourceViewer, String, int)-1
org.eclipse.cdt.internal.ui.preferences.CTemplatePreferencePage.CEditTemplateDialog.1.getContentAssistant(ISourceViewer)-1
org.eclipse.cdt.internal.ui.text.CCompositeReconcilingStrategy.CCompositeReconcilingStrategy(ISourceViewer, ITextEditor, String)-1
org.eclipse.cdt.internal.ui.text.correction.CCorrectionAssistant.install(ISourceViewer)-1
org.eclipse.cdt.internal.ui.text.correction.CorrectionContext.CorrectionContext(ITranslationUnit, ISourceViewer, int, int)-1
org.eclipse.cdt.internal.ui.text.CSourceViewerScalableConfiguration.getPresentationReconciler(ISourceViewer)-1
org.eclipse.cdt.internal.ui.text.CSourceViewerScalableConfiguration.getReconciler(ISourceViewer)-1
org.eclipse.cdt.internal.ui.text.SimpleCSourceViewerConfiguration.getAnnotationHover(ISourceViewer)-1
org.eclipse.cdt.internal.ui.text.SimpleCSourceViewerConfiguration.getAutoEditStrategies(ISourceViewer, String)-1
org.eclipse.cdt.internal.ui.text.SimpleCSourceViewerConfiguration.getConfiguredTextHoverStateMasks(ISourceViewer, String)-1
org.eclipse.cdt.internal.ui.text.SimpleCSourceViewerConfiguration.getContentFormatter(ISourceViewer)-1
org.eclipse.cdt.internal.ui.text.SimpleCSourceViewerConfiguration.getHyperlinkDetectors(ISourceViewer)-1
org.eclipse.cdt.internal.ui.text.SimpleCSourceViewerConfiguration.getInformationControlCreator(ISourceViewer)-1
org.eclipse.cdt.internal.ui.text.SimpleCSourceViewerConfiguration.getInformationPresenter(ISourceViewer)-1
org.eclipse.cdt.internal.ui.text.SimpleCSourceViewerConfiguration.getOutlinePresenter(ISourceViewer)-1
org.eclipse.cdt.internal.ui.text.SimpleCSourceViewerConfiguration.getOverviewRulerAnnotationHover(ISourceViewer)-1
org.eclipse.cdt.internal.ui.text.SimpleCSourceViewerConfiguration.getTextHover(ISourceViewer, String, int)-1
org.eclipse.cdt.internal.ui.text.SimpleCSourceViewerConfiguration.getTextHover(ISourceViewer, String)-1
org.eclipse.cdt.internal.ui.text.spelling.CSpellingReconcileStrategy.CSpellingReconcileStrategy(ISourceViewer, ITextEditor)-1
org.eclipse.cdt.ui.text.AsmSourceViewerConfiguration.getConfiguredContentTypes(ISourceViewer)-1
org.eclipse.cdt.ui.text.AsmSourceViewerConfiguration.getConfiguredDocumentPartitioning(ISourceViewer)-1
org.eclipse.cdt.ui.text.AsmSourceViewerConfiguration.getPresentationReconciler(ISourceViewer)-1
org.eclipse.cdt.ui.text.AsmSourceViewerConfiguration.getReconciler(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getAnnotationHover(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getAutoEditStrategies(ISourceViewer, String)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getConfiguredContentTypes(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getConfiguredDocumentPartitioning(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getConfiguredTextHoverStateMasks(ISourceViewer, String)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getContentAssistant(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getContentFormatter(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getDefaultPrefixes(ISourceViewer, String)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getDoubleClickStrategy(ISourceViewer, String)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getHierarchyPresenter(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getHyperlinkDetectorTargets(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getIndentPrefixes(ISourceViewer, String)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getIndentWidth(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getInformationControlCreator(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getInformationPresenter(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getInformationPresenterControlCreator(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getMacroExplorationPresenter(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getOutlinePresenter(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getPresentationReconciler(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getQuickAssistAssistant(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getReconciler(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getTabWidth(ISourceViewer)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getTextHover(ISourceViewer, String, int)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.getTextHover(ISourceViewer, String)-1
org.eclipse.cdt.ui.text.CSourceViewerConfiguration.useSpacesOnly(ISourceViewer)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.createSourceViewer(Composite, IVerticalRuler, int)-1
org.eclipse.cdt.internal.ui.editor.CEditor.getViewer()-1
org.eclipse.cdt.internal.ui.editor.DefaultBinaryFileEditor.createSourceViewer(Composite, IVerticalRuler, int)-1
org.eclipse.cdt.internal.ui.text.AbstractSourceViewerInformationControl.createSourceViewer(Composite, int)-1
org.eclipse.cdt.internal.ui.text.AbstractSourceViewerInformationControl.getSourceViewer()-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroExpansionExplorationControl.createSourceViewer(Composite, int)-1
org.eclipse.cdt.internal.ui.text.c.hover.SourceViewerInformationControl.getViewer()-1

org.eclipse.jface.text.source.ISourceViewerExtension2

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.doSetInput(IEditorInput)1330
INSTANCEOF
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.doSetInput(IEditorInput)1319

org.eclipse.jface.text.source.IVerticalRuler

PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.AdaptedSourceViewer.AdaptedSourceViewer(CEditor, Composite, IVerticalRuler, IOverviewRuler, boolean, int, IPreferenceStore)-1
org.eclipse.cdt.internal.ui.editor.CEditor.AdaptedSourceViewer.AdaptedSourceViewer(CEditor, Composite, IVerticalRuler, IOverviewRuler, boolean, int, IPreferenceStore)-1
org.eclipse.cdt.internal.ui.editor.CEditor.createSourceViewer(Composite, IVerticalRuler, int)-1
org.eclipse.cdt.internal.ui.editor.CSourceViewer.CSourceViewer(Composite, IVerticalRuler, IOverviewRuler, boolean, int, IPreferenceStore)-1
org.eclipse.cdt.internal.ui.editor.DefaultBinaryFileEditor.createSourceViewer(Composite, IVerticalRuler, int)-1

org.eclipse.jface.text.source.IVerticalRulerInfo

PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.correction.CSelectAnnotationRulerAction.CSelectAnnotationRulerAction(ResourceBundle, String, ITextEditor, IVerticalRulerInfo)-1
org.eclipse.cdt.internal.ui.text.correction.CSelectRulerAction.createAction(ITextEditor, IVerticalRulerInfo)-1

org.eclipse.jface.text.source.LineRange

PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.IndentUtil.indentLines(IDocument, LineRange, String)-1

org.eclipse.jface.text.source.projection.IProjectionListener

DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.actions.FoldingActionGroup.fProjectionListener-1
IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.actions.FoldingActionGroup.1-1
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.ProjectionListener-1
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.ProjectionListener-1

org.eclipse.jface.text.source.projection.IProjectionPosition

IMPLEMENTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.CElementPosition-1
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.CElementPosition-1
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.CommentPosition-1
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.CommentPosition-1

org.eclipse.jface.text.source.projection.ProjectionAnnotation

EXTENDS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.CProjectionAnnotation-1
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.CProjectionAnnotation-1

org.eclipse.jface.text.source.projection.ProjectionAnnotationModel

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.getModel()1755
DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.FoldingStructureComputationContext.fModel-1
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.FoldingStructureComputationContext.fModel-1
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.computeCurrentStructure(DefaultCFoldingStructureProviderFoldingStructureComputationContext)1206
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.createContext(boolean)986
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.FoldingStructureComputationContext.FoldingStructureComputationContext(DefaultCFoldingStructureProvider, IDocument, ProjectionAnnotationModel, boolean)-1
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.FoldingStructureComputationContext.FoldingStructureComputationContext(DefaultCFoldingStructureProvider, IDocument, ProjectionAnnotationModel, boolean)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.FoldingStructureComputationContext.getModel()-1
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.FoldingStructureComputationContext.getModel()-1
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.getModel()-1

org.eclipse.jface.text.source.projection.ProjectionSupport

DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.fProjectionSupport-1
INSTANTIATION
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.createSourceViewer(Composite, IVerticalRuler, int)2595

org.eclipse.jface.text.source.projection.ProjectionViewer

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.actions.FoldingActionGroup.FoldingActionGroup(ITextEditor, ITextViewer)91
org.eclipse.cdt.internal.ui.editor.CEditor.createSourceViewer(Composite, IVerticalRuler, int)2593
org.eclipse.cdt.internal.ui.editor.CEditor.performRevert()2705
DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.actions.FoldingActionGroup.fViewer-1
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.ProjectionListener.fViewer-1
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.ProjectionListener.fViewer-1
EXTENDS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CSourceViewer-1
INSTANCEOF
Reference LocationLine Number
org.eclipse.cdt.internal.ui.actions.FoldingActionGroup.FoldingActionGroup(ITextEditor, ITextViewer)80
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.createSourceViewer(Composite, IVerticalRuler, int)2593
org.eclipse.cdt.internal.ui.editor.CEditor.performRevert()2705
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.install(ITextEditor, ProjectionViewer)-1
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.ProjectionListener.ProjectionListener(DefaultCFoldingStructureProvider, ProjectionViewer)-1
org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingStructureProvider.ProjectionListener.ProjectionListener(DefaultCFoldingStructureProvider, ProjectionViewer)-1
org.eclipse.cdt.ui.text.folding.ICFoldingStructureProvider.install(ITextEditor, ProjectionViewer)-1

org.eclipse.jface.text.source.SourceViewer

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.compare.AbstractMergeViewer.configureTextViewer(TextViewer)141
org.eclipse.cdt.internal.ui.refactoring.dialogs.CTextEditChangePreviewViewer.CPPMergeViewer.configureTextViewer(TextViewer)93
org.eclipse.cdt.internal.ui.refactoring.dialogs.CTextEditChangePreviewViewer.CPPMergeViewer.configureTextViewer(TextViewer)93
DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.fPatternViewer-1
org.eclipse.cdt.internal.ui.preferences.EditTemplateDialog.fPatternEditor-1
org.eclipse.cdt.internal.ui.preferences.formatter.CPreview.fSourceViewer-1
org.eclipse.cdt.internal.ui.refactoring.dialogs.CreateFileChangePreview.srcViewer-1
org.eclipse.cdt.internal.ui.text.c.hover.SourceViewerInformationControl.fViewer-1
EXTENDS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.PreviewSourceViewer-1
INSTANCEOF
Reference LocationLine Number
org.eclipse.cdt.internal.ui.compare.AbstractMergeViewer.configureTextViewer(TextViewer)140
org.eclipse.cdt.internal.ui.refactoring.dialogs.CTextEditChangePreviewViewer.CPPMergeViewer.configureTextViewer(TextViewer)92
org.eclipse.cdt.internal.ui.refactoring.dialogs.CTextEditChangePreviewViewer.CPPMergeViewer.configureTextViewer(TextViewer)92
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.createViewer(Composite, int)421
org.eclipse.cdt.internal.ui.preferences.EditTemplateDialog.createEditor(Composite)423
org.eclipse.cdt.internal.ui.text.AbstractSourceViewerInformationControl.createSourceViewer(Composite, int)145
org.eclipse.cdt.internal.ui.text.c.hover.CMacroExpansionExplorationControl.createSourceViewer(Composite, int)252
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.CSourcePreviewerUpdater.1.(SourceViewer)-1
org.eclipse.cdt.internal.ui.preferences.CSourcePreviewerUpdater.2.(CSourceViewerConfiguration, SourceViewer)-1
org.eclipse.cdt.internal.ui.preferences.CSourcePreviewerUpdater.CSourcePreviewerUpdater(SourceViewer, CodeTemplateSourceViewerConfiguration, IPreferenceStore)-1
org.eclipse.cdt.internal.ui.preferences.CSourcePreviewerUpdater.registerPreviewer(SourceViewer, CSourceViewerConfiguration, IPreferenceStore)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.createViewer(Composite, int)-1
org.eclipse.cdt.internal.ui.preferences.CTemplatePreferencePage.CEditTemplateDialog.createViewer(Composite)-1
org.eclipse.cdt.internal.ui.preferences.CTemplatePreferencePage.CEditTemplateDialog.createViewer(Composite)-1
org.eclipse.cdt.internal.ui.preferences.CTemplatePreferencePage.createViewer(Composite)-1
org.eclipse.cdt.internal.ui.preferences.EditTemplateDialog.createEditor(Composite)-1

org.eclipse.jface.text.source.SourceViewerConfiguration

LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.asm.AsmTextEditor.affectsTextPresentation(PropertyChangeEvent)173
org.eclipse.cdt.internal.ui.editor.asm.AsmTextEditor.handlePreferenceStoreChanged(PropertyChangeEvent)185
org.eclipse.cdt.internal.ui.editor.CEditor.affectsTextPresentation(PropertyChangeEvent)2684
org.eclipse.cdt.internal.ui.editor.CEditor.configureToggleCommentAction()2521
org.eclipse.cdt.internal.ui.editor.CEditor.installTabsToSpacesConverter()1935
org.eclipse.cdt.internal.ui.editor.CEditor.setPreferenceStore(IPreferenceStore)1412
org.eclipse.cdt.internal.ui.editor.CEditor.updateHoverBehavior()1669
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CSourceViewer.configure(SourceViewerConfiguration)-1
org.eclipse.cdt.internal.ui.editor.ToggleCommentAction.configure(ISourceViewer, SourceViewerConfiguration)-1
org.eclipse.cdt.internal.ui.preferences.PreviewSourceViewer.configure(SourceViewerConfiguration)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.compare.AbstractMergeViewer.getSourceViewerConfiguration()-1
org.eclipse.cdt.internal.ui.compare.AsmMergeViewer.getSourceViewerConfiguration()-1
org.eclipse.cdt.internal.ui.compare.CMergeViewer.getSourceViewerConfiguration()-1

org.eclipse.jface.text.source.TextInvocationContext

EXTENDS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.correction.CorrectionContext-1

org.eclipse.jface.text.TabsToSpacesConverter

INSTANTIATION
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.installTabsToSpacesConverter()1938
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CEditor.installTabsToSpacesConverter()1938

org.eclipse.jface.text.templates.ContextTypeRegistry

DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.fFileTemplateContextTypes-1
org.eclipse.cdt.internal.ui.preferences.EditTemplateDialog.fContextTypeRegistry-1
org.eclipse.cdt.ui.CUIPlugin.fCodeTemplateContextTypeRegistry-1
INSTANTIATION
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.getFileTemplateContextRegistry()481
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.edit(TemplatePersistenceData, boolean)609
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.edit(TemplatePersistenceData, boolean)607
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.corext.template.c.CodeTemplateContextType.registerContextTypes(ContextTypeRegistry)-1
org.eclipse.cdt.internal.corext.template.c.FileTemplateContextType.registerContextTypes(ContextTypeRegistry)-1
org.eclipse.cdt.internal.ui.preferences.CTemplatePreferencePage.CEditTemplateDialog.CEditTemplateDialog(CTemplatePreferencePage, Shell, Template, boolean, boolean, ContextTypeRegistry)-1
org.eclipse.cdt.internal.ui.preferences.CTemplatePreferencePage.CEditTemplateDialog.CEditTemplateDialog(CTemplatePreferencePage, Shell, Template, boolean, boolean, ContextTypeRegistry)-1
org.eclipse.cdt.internal.ui.preferences.EditTemplateDialog.EditTemplateDialog(Shell, Template, boolean, boolean, boolean, ContextTypeRegistry)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.getFileTemplateContextRegistry()-1
org.eclipse.cdt.ui.CUIPlugin.getCodeTemplateContextRegistry()-1
org.eclipse.cdt.ui.CUIPlugin.getTemplateContextRegistry()-1

org.eclipse.jface.text.templates.persistence.TemplatePersistenceData

ALLOCATES_ARRAY
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.export(List)720
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.getCodeTemplatesOfCategory(boolean)461
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.getTemplatesOfContextType(String)476
CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.canAdd(List)514
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.canRemove(List)529
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.CodeTemplateAdapter.category(Object)179
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.CodeTemplateAdapter.category(Object)179
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.CodeTemplateAdapter.getParent(TreeListDialogField, Object)122
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.CodeTemplateAdapter.getParent(TreeListDialogField, Object)122
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.CodeTemplateLabelProvider.getText(Object)258
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.CodeTemplateLabelProvider.getText(Object)258
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.doButtonPressed(int, List)554
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.doButtonPressed(int, List)561
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.doButtonPressed(int, List)581
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.export(List)720
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.getCodeTemplatesOfCategory(boolean)461
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.getTemplatesOfContextType(String)476
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.updateSourceViewerInput(List)540
DECLARED_PARAMETERIZED_VARIABLE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.getCodeTemplatesOfCategory(boolean)452
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.getTemplatesOfContextType(String)469
INSTANCEOF
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.canAdd(List)513
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.canEdit(List)524
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.canRemove(List)528
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.CodeTemplateAdapter.getParent(TreeListDialogField, Object)121
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.CodeTemplateAdapter.getParent(TreeListDialogField, Object)121
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.doButtonPressed(int, List)560
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.export(List)704
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.updateSourceViewerInput(List)539
INSTANTIATION
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.doButtonPressed(int, List)576
org.eclipse.cdt.internal.ui.viewsupport.ProjectTemplateStore.load()130
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.CodeTemplateAdapter.category(Object)179
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.CodeTemplateAdapter.category(Object)179
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.CodeTemplateAdapter.getParent(TreeListDialogField, Object)122
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.CodeTemplateAdapter.getParent(TreeListDialogField, Object)122
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.CodeTemplateLabelProvider.getText(Object)258
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.CodeTemplateLabelProvider.getText(Object)258
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.doButtonPressed(int, List)576
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.getCodeTemplatesOfCategory(boolean)454
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.getTemplatesOfContextType(String)471
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.import_()644
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.performOk(boolean)793
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.updateTemplate(TemplatePersistenceData)671
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.updateTemplate(TemplatePersistenceData)681
org.eclipse.cdt.internal.ui.preferences.CodeTemplatePreferencePage.applyData(Object)166
org.eclipse.cdt.internal.ui.viewsupport.ProjectTemplateStore.load()115
org.eclipse.cdt.internal.ui.viewsupport.ProjectTemplateStore.load()130
org.eclipse.cdt.internal.ui.viewsupport.ProjectTemplateStore.load()124
org.eclipse.cdt.internal.ui.viewsupport.ProjectTemplateStore.setProjectSpecific(String, boolean)153
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.edit(TemplatePersistenceData, boolean)-1
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.export(TemplatePersistenceData[])-1
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.remove(TemplatePersistenceData)-1
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.updateTemplate(TemplatePersistenceData)-1
org.eclipse.cdt.internal.ui.viewsupport.ProjectTemplateStore.1.add(TemplatePersistenceData)-1
org.eclipse.cdt.internal.ui.viewsupport.ProjectTemplateStore.addTemplateData(TemplatePersistenceData)-1
org.eclipse.cdt.internal.ui.viewsupport.ProjectTemplateStore.delete(TemplatePersistenceData)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.getCodeTemplatesOfCategory(boolean)-1
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.getTemplatesOfContextType(String)-1
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.getTemplatesOfContextType(TemplateContextType)-1
org.eclipse.cdt.internal.ui.viewsupport.ProjectTemplateStore.getTemplateData()-1

org.eclipse.jface.text.templates.persistence.TemplateReaderWriter

INSTANTIATION
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.export(TemplatePersistenceData[])753
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.import_()638
org.eclipse.cdt.internal.ui.viewsupport.ProjectTemplateStore.1.save()65
org.eclipse.cdt.internal.ui.viewsupport.ProjectTemplateStore.hasProjectSpecificTempates(IProject)79
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.export(TemplatePersistenceData[])753
org.eclipse.cdt.internal.ui.preferences.CodeTemplateBlock.import_()638
org.eclipse.cdt.internal.ui.viewsupport.ProjectTemplateStore.1.save()65
org.eclipse.cdt.internal.ui.viewsupport.ProjectTemplateStore.hasProjectSpecificTempates(IProject)79

org.eclipse.jface.text.templates.persistence.TemplateStore

DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.viewsupport.ProjectTemplateStore.fInstanceStore-1
org.eclipse.cdt.internal.ui.viewsupport.ProjectTemplateStore.fProjectStore-1
org.eclipse.cdt.ui.CUIPlugin.fCodeTemplateStore-1
org.eclipse.cdt.ui.CUIPlugin.fTemplateStore-1
EXTENDS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.viewsupport.ProjectTemplateStore.147
org.eclipse.cdt.internal.ui.viewsupport.ProjectTemplateStore.1-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.ui.CUIPlugin.getCodeTemplateStore()-1
org.eclipse.cdt.ui.CUIPlugin.getTemplateStore()-1

org.eclipse.jface.text.templates.TemplateProposal

EXTENDS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.template.TemplateEngine.CTemplateProposal-1
org.eclipse.cdt.internal.ui.text.template.TemplateEngine.CTemplateProposal-1

org.eclipse.jface.text.TextAttribute

CASTS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.TokenStore.adaptToColorChange(Token, PropertyChangeEvent)238
org.eclipse.cdt.internal.ui.text.TokenStore.adaptToStyleChange(Token, PropertyChangeEvent, int)254
DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.SemanticHighlightingManager.HighlightingStyle.fTextAttribute-1
org.eclipse.cdt.internal.ui.editor.SemanticHighlightingManager.HighlightingStyle.fTextAttribute-1
INSTANCEOF
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.TokenStore.adaptToColorChange(Token, PropertyChangeEvent)237
org.eclipse.cdt.internal.ui.text.TokenStore.adaptToStyleChange(Token, PropertyChangeEvent, int)253
INSTANTIATION
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.SemanticHighlightingManager.adaptToTextForegroundChange(SemanticHighlightingManagerHighlightingStyle, PropertyChangeEvent)592
org.eclipse.cdt.internal.ui.editor.SemanticHighlightingManager.adaptToTextStyleChange(SemanticHighlightingManagerHighlightingStyle, PropertyChangeEvent, int)608
org.eclipse.cdt.internal.ui.editor.SemanticHighlightingManager.initializeHighlightings()457
org.eclipse.cdt.internal.ui.text.TokenStore.adaptToColorChange(Token, PropertyChangeEvent)239
org.eclipse.cdt.internal.ui.text.TokenStore.adaptToStyleChange(Token, PropertyChangeEvent, int)257
org.eclipse.cdt.internal.ui.text.TokenStore.createTextAttribute(String, boolean)142
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.SemanticHighlightingManager.adaptToTextForegroundChange(SemanticHighlightingManagerHighlightingStyle, PropertyChangeEvent)591
org.eclipse.cdt.internal.ui.editor.SemanticHighlightingManager.adaptToTextStyleChange(SemanticHighlightingManagerHighlightingStyle, PropertyChangeEvent, int)604
org.eclipse.cdt.internal.ui.editor.SemanticHighlightingManager.HighlightedPosition.createStyleRange()127
org.eclipse.cdt.internal.ui.editor.SemanticHighlightingManager.HighlightedPosition.createStyleRange()127
org.eclipse.cdt.internal.ui.text.TokenStore.adaptToColorChange(Token, PropertyChangeEvent)238
org.eclipse.cdt.internal.ui.text.TokenStore.adaptToStyleChange(Token, PropertyChangeEvent, int)254
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.SemanticHighlightingManager.HighlightingStyle.HighlightingStyle(TextAttribute, boolean)-1
org.eclipse.cdt.internal.ui.editor.SemanticHighlightingManager.HighlightingStyle.HighlightingStyle(TextAttribute, boolean)-1
org.eclipse.cdt.internal.ui.editor.SemanticHighlightingManager.HighlightingStyle.setTextAttribute(TextAttribute)-1
org.eclipse.cdt.internal.ui.editor.SemanticHighlightingManager.HighlightingStyle.setTextAttribute(TextAttribute)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.SemanticHighlightingManager.HighlightingStyle.getTextAttribute()-1
org.eclipse.cdt.internal.ui.editor.SemanticHighlightingManager.HighlightingStyle.getTextAttribute()-1
org.eclipse.cdt.internal.ui.text.TokenStore.createTextAttribute(String, boolean)-1

org.eclipse.jface.text.TextEvent

PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.buildconsole.BuildConsolePage.textChanged(TextEvent)-1
org.eclipse.cdt.internal.ui.preferences.EditTemplateDialog.5.textChanged(TextEvent)-1

org.eclipse.jface.text.TextPresentation

LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.SemanticHighlightingReconciler.reconciled(IASTTranslationUnit, boolean, IProgressMonitor)361
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.SemanticHighlightingPresenter.1.(SemanticHighlightingPresenter, TextPresentation, SemanticHighlightingManagerHighlightedPosition[], SemanticHighlightingManagerHighlightedPosition[])-1
org.eclipse.cdt.internal.ui.editor.SemanticHighlightingPresenter.applyTextPresentation(TextPresentation)-1
org.eclipse.cdt.internal.ui.editor.SemanticHighlightingPresenter.createUpdateRunnable(TextPresentation, List, List)-1
org.eclipse.cdt.internal.ui.editor.SemanticHighlightingPresenter.updatePresentation(TextPresentation, SemanticHighlightingManagerHighlightedPosition[], SemanticHighlightingManagerHighlightedPosition[])-1
org.eclipse.cdt.internal.ui.editor.SemanticHighlightingReconciler.updatePresentation(TextPresentation, List, List)-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroCompareViewer.ReplaceEditsHighlighter.applyTextPresentation(TextPresentation)-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroCompareViewer.ReplaceEditsHighlighter.applyTextPresentation(TextPresentation)-1
org.eclipse.cdt.internal.ui.text.CParameterListValidator.updatePresentation(int, TextPresentation)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.SemanticHighlightingPresenter.createPresentation(List, List)-1
org.eclipse.cdt.internal.ui.text.CPresentationReconciler.createRepairDescription(IRegion, IDocument)-1

org.eclipse.jface.text.TextViewer

DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.c.hover.CMacroCompareViewer.fLeftViewer-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroCompareViewer.fRightViewer-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroCompareViewer.fTopViewer-1
EXTENDS
Reference LocationLine Number
org.eclipse.cdt.internal.ui.buildconsole.BuildConsoleViewer-1
PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.compare.AbstractMergeViewer.configureTextViewer(TextViewer)-1
org.eclipse.cdt.internal.ui.refactoring.dialogs.CTextEditChangePreviewViewer.CPPMergeViewer.configureTextViewer(TextViewer)-1
org.eclipse.cdt.internal.ui.refactoring.dialogs.CTextEditChangePreviewViewer.CPPMergeViewer.configureTextViewer(TextViewer)-1
org.eclipse.cdt.internal.ui.text.c.hover.CMacroCompareViewer.configureTextViewer(TextViewer)-1

org.eclipse.jface.text.TextViewer.WidgetCommand

PARAMETER
Reference LocationLine Number
org.eclipse.cdt.internal.ui.editor.CSourceViewer.updateTextListeners(TextViewerWidgetCommand)-1

org.eclipse.jface.text.WhitespaceCharacterPainter

DECLARED_FIELD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.formatter.CPreview.fWhitespaceCharacterPainter-1
INSTANTIATION
Reference LocationLine Number
org.eclipse.cdt.internal.ui.preferences.formatter.CPreview.showInvisibleCharacters(boolean)207

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

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict