|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ICompletionProposalComputer
public interface ICompletionContributor
This interface must be implemented by clients extending the extension point org.eclipse.cdt.core.completionContributors.
Method Summary | |
---|---|
void |
contributeCompletionProposals(org.eclipse.jface.text.ITextViewer viewer,
int offset,
org.eclipse.cdt.core.model.IWorkingCopy workingCopy,
org.eclipse.cdt.core.dom.ast.ASTCompletionNode completionNode,
java.lang.String prefix,
java.util.List proposals)
Deprecated. This method allows the contributor to add to the list of proposals |
Method Detail |
---|
void contributeCompletionProposals(org.eclipse.jface.text.ITextViewer viewer, int offset, org.eclipse.cdt.core.model.IWorkingCopy workingCopy, org.eclipse.cdt.core.dom.ast.ASTCompletionNode completionNode, java.lang.String prefix, java.util.List proposals)
viewer
- the text viewer where completion is occuringoffset
- the offset into the text where the completion is occuringcompletionNode
- the completion node produced by the parser for the offsetproposals
- the current list of proposals. This method should add any additional
proposals to this list.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |