|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.internal.ui.editor.SpecificContentAssistExecutor
public final class SpecificContentAssistExecutor
A content assist executor can invoke content assist for a specific proposal category on an editor.
Constructor Summary | |
---|---|
SpecificContentAssistExecutor(CompletionProposalComputerRegistry registry)
Creates a new executor. |
Method Summary | |
---|---|
void |
invokeContentAssist(org.eclipse.ui.texteditor.ITextEditor editor,
java.lang.String categoryId)
Invokes content assist on editor , showing only proposals computed by the
CompletionProposalCategory with the given categoryId . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpecificContentAssistExecutor(CompletionProposalComputerRegistry registry)
registry
- the computer registry to use for the enablement of proposal categoriesMethod Detail |
---|
public void invokeContentAssist(org.eclipse.ui.texteditor.ITextEditor editor, java.lang.String categoryId)
editor
, showing only proposals computed by the
CompletionProposalCategory
with the given categoryId
.
editor
- the editor to invoke code assist oncategoryId
- the id of the proposal category to show proposals for
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |