Uses of Interface
org.eclipse.cdt.ui.text.ICCompletionProposal

Packages that use ICCompletionProposal
org.eclipse.cdt.internal.ui.text.contentassist   
org.eclipse.cdt.internal.ui.text.template   
org.eclipse.cdt.ui.text.contentassist   
 

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

Classes in org.eclipse.cdt.internal.ui.text.contentassist that implement ICCompletionProposal
 class CCompletionProposal
           
 

Methods in org.eclipse.cdt.internal.ui.text.contentassist that return ICCompletionProposal
 ICCompletionProposal[] DefaultProposalFilter.filterProposals(ICCompletionProposal[] proposals)
           
 

Methods in org.eclipse.cdt.internal.ui.text.contentassist with parameters of type ICCompletionProposal
 ICCompletionProposal[] DefaultProposalFilter.filterProposals(ICCompletionProposal[] proposals)
           
 

Uses of ICCompletionProposal in org.eclipse.cdt.internal.ui.text.template
 

Classes in org.eclipse.cdt.internal.ui.text.template that implement ICCompletionProposal
 class TemplateEngine.CTemplateProposal
           
 

Uses of ICCompletionProposal in org.eclipse.cdt.ui.text.contentassist
 

Methods in org.eclipse.cdt.ui.text.contentassist that return ICCompletionProposal
 ICCompletionProposal[] IProposalFilter.filterProposals(ICCompletionProposal[] proposals)
          Filter a list of ICCompletionProposals
- Change the order of entries
- Remove undesired (duplicate) entries
- Supplement existing entries with additional information
 

Methods in org.eclipse.cdt.ui.text.contentassist with parameters of type ICCompletionProposal
 ICCompletionProposal[] IProposalFilter.filterProposals(ICCompletionProposal[] proposals)
          Filter a list of ICCompletionProposals
- Change the order of entries
- Remove undesired (duplicate) entries
- Supplement existing entries with additional information