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

org.eclipse.jface.text.contentassist
Interface IContentAssistantExtension

All Known Implementing Classes:
ContentAssistant, SubjectControlContentAssistant

public interface IContentAssistantExtension

Extends IContentAssistant with the following functions:

  • handle documents with multiple partitions
  • insertion of common completion prefixes

Since:
3.0

Method Summary
  String completePrefix ()
          Inserts the common prefix of the available completions.
  String getDocumentPartitioning ()
          Returns the document partitioning this content assistant is using.
 

Method Detail

getDocumentPartitioning


String getDocumentPartitioning()
Returns the document partitioning this content assistant is using.

Returns:
the document partitioning this content assistant is using

completePrefix


String completePrefix()
Inserts the common prefix of the available completions. If no common prefix can be computed it is identical to IContentAssistant.showPossibleCompletions().

Returns:
an optional error message if no proposals can be computed

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