Uses of Class
org.eclipse.cdt.internal.ui.text.contentassist.CompletionProposalComputerRegistry

Packages that use CompletionProposalComputerRegistry
org.eclipse.cdt.internal.ui.editor   
org.eclipse.cdt.internal.ui.text.contentassist   
 

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

Constructors in org.eclipse.cdt.internal.ui.editor with parameters of type CompletionProposalComputerRegistry
SpecificContentAssistExecutor(CompletionProposalComputerRegistry registry)
          Creates a new executor.
 

Uses of CompletionProposalComputerRegistry in org.eclipse.cdt.internal.ui.text.contentassist
 

Methods in org.eclipse.cdt.internal.ui.text.contentassist that return CompletionProposalComputerRegistry
static CompletionProposalComputerRegistry CompletionProposalComputerRegistry.getDefault()
          Returns the default computer registry.