Package org.eclipse.jface.contentassist
Interface ISubjectControlContentAssistant
- All Superinterfaces:
- IContentAssistant,- ITextViewerLifecycle
- All Known Implementing Classes:
- SubjectControlContentAssistant
Deprecated.
As of 3.2, replaced by Platform UI's field assist support
Extends 
IContentAssistant to
 allow to install a content assistant on the given
 content assist subject control.- Since:
- 3.0
- 
Field SummaryFields inherited from interface org.eclipse.jface.text.contentassist.IContentAssistantCONTEXT_INFO_ABOVE, CONTEXT_INFO_BELOW, PROPOSAL_OVERLAY, PROPOSAL_REMOVE, PROPOSAL_STACKED
- 
Method SummaryModifier and TypeMethodDescriptionvoidinstall(IContentAssistSubjectControl contentAssistSubjectControl) Deprecated.Installs content assist support on the given subject.Methods inherited from interface org.eclipse.jface.text.contentassist.IContentAssistantgetContentAssistProcessor, install, showContextInformation, showPossibleCompletions, uninstall
- 
Method Details- 
installDeprecated.Installs content assist support on the given subject.- Parameters:
- contentAssistSubjectControl- the one who requests content assist
 
 
-