public class XtextQuickAssistAssistant
extends org.eclipse.jface.text.quickassist.QuickAssistAssistant
| Modifier and Type | Field and Description | 
|---|---|
protected org.eclipse.jface.text.Position | 
storedPosition  | 
protected org.eclipse.jface.text.source.ISourceViewer | 
viewer  | 
| Constructor and Description | 
|---|
XtextQuickAssistAssistant(XtextQuickAssistProcessor processor)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected org.eclipse.jface.text.AbstractReusableInformationControlCreator | 
createInformationControlCreator()  | 
void | 
install(org.eclipse.jface.text.source.ISourceViewer sourceViewer)  | 
protected void | 
setRestoreSelection()  | 
void | 
uninstall()  | 
addCompletionListener, canAssist, canFix, enableColoredLabels, getHandler, getQuickAssistProcessor, hide, possibleCompletionsClosed, removeCompletionListener, setInformationControlCreator, setProposalSelectorBackground, setProposalSelectorForeground, setQuickAssistProcessor, setRestoreCompletionProposalSize, setStatusLineVisible, setStatusMessage, showPossibleQuickAssistsprotected org.eclipse.jface.text.source.ISourceViewer viewer
protected org.eclipse.jface.text.Position storedPosition
@Inject public XtextQuickAssistAssistant(XtextQuickAssistProcessor processor)
protected void setRestoreSelection()
protected org.eclipse.jface.text.AbstractReusableInformationControlCreator createInformationControlCreator()
public void install(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
install in interface org.eclipse.jface.text.quickassist.IQuickAssistAssistantinstall in class org.eclipse.jface.text.quickassist.QuickAssistAssistantpublic void uninstall()
uninstall in interface org.eclipse.jface.text.quickassist.IQuickAssistAssistantuninstall in class org.eclipse.jface.text.quickassist.QuickAssistAssistant