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 Plug-in Developer Guide
Previous Page Home Next Page


Eclipse Platform
Release 3.5

Package org.eclipse.jface.contentassist

Provides a content assist add-on for implementors of IContentAssistSubjectControl.

See:
           Description

Interface Summary
IContentAssistSubjectControl A content assist subject control can request assistance provided by a subject control content assistant.
ISubjectControlContentAssistant Deprecated. As of 3.2, replaced by Platform UI's field assist support
ISubjectControlContentAssistProcessor Deprecated. As of 3.2, replaced by Platform UI's field assist support
ISubjectControlContextInformationPresenter Deprecated. As of 3.2, replaced by Platform UI's field assist support
ISubjectControlContextInformationValidator Deprecated. As of 3.2, replaced by Platform UI's field assist support
 

Class Summary
AbstractControlContentAssistSubjectAdapter Deprecated. As of 3.2, replaced by Platform UI's field assist support
ComboContentAssistSubjectAdapter Deprecated. As of 3.2, replaced by Platform UI's field assist support
SubjectControlContentAssistant Deprecated. As of 3.2, replaced by Platform UI's field assist support *
SubjectControlContextInformationValidator Deprecated. As of 3.2, replaced by Platform UI's field assist support
TextContentAssistSubjectAdapter Deprecated. As of 3.2, replaced by Platform UI's field assist support
 

Package org.eclipse.jface.contentassist Description

Provides a content assist add-on for implementors of IContentAssistSubjectControl. Content assist supports the user in writing  by proposing context sensitive completions at a given position. A completion can also be a incomplete in itself and content assist provides means to deal with nested completions.

Package Specification

ISubjectControlContentAssistant defines the concept of the content assist add-on. It collaborates with content type specific completion processors (ISubjectControlContentAssistProcessor) in order to generate completion proposals (ICompletionProposal) valid at the current document position. The package provides a default implementation SubjectControlContentAssistant which completely defines and implements the UI and the control flow for content assist.

Deprecated, as of 3.2, replaced by Platform UI's field assist support


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