Package org.eclipse.jface.contentassist
Interface ISubjectControlContextInformationPresenter
- All Superinterfaces:
- IContextInformationPresenter
@Deprecated
public interface ISubjectControlContextInformationPresenter
extends IContextInformationPresenter
Deprecated.
As of 3.2, replaced by Platform UI's field assist support
Extends 
IContextInformationPresenter to
 allow to install a content assistant on the given
 content assist subject control.- Since:
- 3.0
- 
Method SummaryModifier and TypeMethodDescriptionvoidinstall(IContextInformation info, IContentAssistSubjectControl contentAssistSubjectControl, int offset) Deprecated.Installs this presenter for the given context information.Methods inherited from interface org.eclipse.jface.text.contentassist.IContextInformationPresenterinstall, updatePresentation
- 
Method Details- 
installvoid install(IContextInformation info, IContentAssistSubjectControl contentAssistSubjectControl, int offset) Deprecated.Installs this presenter for the given context information.- Parameters:
- info- the context information which this presenter should style
- contentAssistSubjectControl- the content assist subject control
- offset- the document offset for which the information has been computed
 
 
-