Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.jface.contentassist.IContentAssistSubjectControl

Packages that use IContentAssistSubjectControl
org.eclipse.jface.contentassist Provides a content assist add-on for implementors of IContentAssistSubjectControl.  
org.eclipse.jface.text.contentassist Provides a content assist add-on for an ITextViewer.  
 

Uses of IContentAssistSubjectControl in org.eclipse.jface.contentassist
 

Classes in org.eclipse.jface.contentassist that implement IContentAssistSubjectControl
 class AbstractControlContentAssistSubjectAdapter
          An AbstractControlContentAssistSubjectAdapter delegates assistance requests from a content assistant to a Control.
 class ComboContentAssistSubjectAdapter
          Adapts a Combo to a IContentAssistSubjectControl.
 class TextContentAssistSubjectAdapter
          Adapts a Text to an IContentAssistSubjectControl.
 

Methods in org.eclipse.jface.contentassist with parameters of type IContentAssistSubjectControl
 void SubjectControlContextInformationValidator.install(IContextInformation contextInformation, IContentAssistSubjectControl contentAssistSubjectControl, int offset)
           
 void SubjectControlContentAssistant.install(IContentAssistSubjectControl contentAssistSubjectControl)
           
 void ISubjectControlContextInformationPresenter.install(IContextInformation info, IContentAssistSubjectControl contentAssistSubjectControl, int offset)
          Installs this presenter for the given context information.
 void ISubjectControlContextInformationValidator.install(IContextInformation info, IContentAssistSubjectControl contentAssistSubjectControl, int offset)
          Installs this validator for the given context information.
 void ISubjectControlContentAssistant.install(IContentAssistSubjectControl contentAssistSubjectControl)
          Installs content assist support on the given subject.
 ICompletionProposal[] ISubjectControlContentAssistProcessor.computeCompletionProposals(IContentAssistSubjectControl contentAssistSubjectControl, int documentOffset)
          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)
          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.
 

Uses of IContentAssistSubjectControl in org.eclipse.jface.text.contentassist
 

Methods in org.eclipse.jface.text.contentassist with parameters of type IContentAssistSubjectControl
protected  void ContentAssistant.install(IContentAssistSubjectControl contentAssistSubjectControl)
           
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.