Uses of Interface
org.eclipse.jface.contentassist.IContentAssistSubjectControl
-
Packages that use IContentAssistSubjectControl Package Description org.eclipse.jface.contentassist Provides a content assist add-on for implementors ofIContentAssistSubjectControl.org.eclipse.jface.text.contentassist Provides a content assist add-on for anITextViewer. -
-
Uses of IContentAssistSubjectControl in org.eclipse.jface.contentassist
Classes in org.eclipse.jface.contentassist that implement IContentAssistSubjectControl Modifier and Type Class Description classAbstractControlContentAssistSubjectAdapterDeprecated.As of 3.2, replaced by Platform UI's field assist supportclassComboContentAssistSubjectAdapterDeprecated.As of 3.2, replaced by Platform UI's field assist supportclassTextContentAssistSubjectAdapterDeprecated.As of 3.2, replaced by Platform UI's field assist supportMethods in org.eclipse.jface.contentassist with parameters of type IContentAssistSubjectControl Modifier and Type Method Description ICompletionProposal[]ISubjectControlContentAssistProcessor. computeCompletionProposals(IContentAssistSubjectControl contentAssistSubjectControl, int documentOffset)Deprecated.Returns a list of completion proposals based on the specified location within the document that corresponds to the current cursor position within the text viewer.IContextInformation[]ISubjectControlContentAssistProcessor. computeContextInformation(IContentAssistSubjectControl contentAssistSubjectControl, int documentOffset)Deprecated.Returns information about possible contexts based on the specified location within the document that corresponds to the current cursor position within the content assist subject control.voidISubjectControlContentAssistant. install(IContentAssistSubjectControl contentAssistSubjectControl)Deprecated.Installs content assist support on the given subject.voidISubjectControlContextInformationPresenter. install(IContextInformation info, IContentAssistSubjectControl contentAssistSubjectControl, int offset)Deprecated.Installs this presenter for the given context information.voidISubjectControlContextInformationValidator. install(IContextInformation info, IContentAssistSubjectControl contentAssistSubjectControl, int offset)Deprecated.Installs this validator for the given context information.voidSubjectControlContentAssistant. install(IContentAssistSubjectControl contentAssistSubjectControl)Deprecated.voidSubjectControlContextInformationValidator. install(IContextInformation contextInformation, IContentAssistSubjectControl contentAssistSubjectControl, int offset)Deprecated. -
Uses of IContentAssistSubjectControl in org.eclipse.jface.text.contentassist
Methods in org.eclipse.jface.text.contentassist with parameters of type IContentAssistSubjectControl Modifier and Type Method Description protected voidContentAssistant. install(IContentAssistSubjectControl contentAssistSubjectControl)
-