|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.internal.ui.text.contentassist.DefaultProposalFilter
public class DefaultProposalFilter
The default code completion filter: Remove duplicate entries on the basis of their id string. Use CCompletionProposalComparator for sorting.
Constructor Summary | |
---|---|
DefaultProposalFilter()
|
Method Summary | |
---|---|
ICCompletionProposal[] |
filterProposals(ICCompletionProposal[] proposals)
Filter a list of ICCompletionProposals - Change the order of entries - Remove undesired (duplicate) entries - Supplement existing entries with additional information |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultProposalFilter()
Method Detail |
---|
public ICCompletionProposal[] filterProposals(ICCompletionProposal[] proposals)
IProposalFilter
filterProposals
in interface IProposalFilter
proposals
- The List of proposals
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |