Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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
          Deprecated. As of 3.2, replaced by Platform UI's field assist support
 class ComboContentAssistSubjectAdapter
          Deprecated. As of 3.2, replaced by Platform UI's field assist support
 class TextContentAssistSubjectAdapter
          Deprecated. As of 3.2, replaced by Platform UI's field assist support
 

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

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.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire