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.contentassist
Class SubjectControlContentAssistant


java.lang.Object
  extended by 

org.eclipse.jface.text.contentassist.ContentAssistant
      extended by 
org.eclipse.jface.contentassist.SubjectControlContentAssistant
All Implemented Interfaces:
ISubjectControlContentAssistant, IContentAssistant, IContentAssistantExtension, IContentAssistantExtension2, IContentAssistantExtension3, IContentAssistantExtension4, IWidgetTokenKeeper, IWidgetTokenKeeperExtension

Deprecated. As of 3.2, replaced by Platform UI's field assist support *

public class SubjectControlContentAssistant
extends ContentAssistant
implements ISubjectControlContentAssistant

The standard implementation of the ISubjectControlContentAssistant interface. Usually, clients instantiate this class and configure it before using it.

Since:
3.0

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.jface.text.contentassist. ContentAssistant
ContentAssistant.AutoAssistListener
 
Field Summary
 
Fields inherited from class org.eclipse.jface.text.contentassist. ContentAssistant
SELECT_NEXT_PROPOSAL_COMMAND_ID, SELECT_PREVIOUS_PROPOSAL_COMMAND_ID, STORE_SIZE_X, STORE_SIZE_Y, WIDGET_PRIORITY
 
Fields inherited from interface org.eclipse.jface.text.contentassist. IContentAssistant
CONTEXT_INFO_ABOVE, CONTEXT_INFO_BELOW, PROPOSAL_OVERLAY, PROPOSAL_REMOVE, PROPOSAL_STACKED
 
Constructor Summary
SubjectControlContentAssistant ()
          Deprecated.  
 
Method Summary
 void install ( IContentAssistSubjectControl contentAssistSubjectControl)
          Deprecated. Installs content assist support on the given subject.
 
Methods inherited from class org.eclipse.jface.text.contentassist. ContentAssistant
addCompletionListener, completePrefix, contextInformationClosed, createAutoAssistListener, enableAutoActivation, enableAutoInsert, enableColoredLabels, enablePrefixCompletion, getAutoActivationDelay, getContentAssistProcessor, getDocumentPartitioning, getHandler, hasProposalPopupFocus, hide, install, install, isContextInfoPopupActive, isProposalPopupActive, possibleCompletionsClosed, registerHandler, removeCompletionListener, requestWidgetToken, requestWidgetToken, restoreCompletionProposalPopupSize, setAutoActivationDelay, setContentAssistProcessor, setContextInformationPopupBackground, setContextInformationPopupForeground, setContextInformationPopupOrientation, setContextSelectorBackground, setContextSelectorForeground, setDocumentPartitioning, setEmptyMessage, setFocus, setInformationControlCreator, setProposalPopupOrientation, setProposalSelectorBackground, setProposalSelectorForeground, setRepeatedInvocationMode, setRepeatedInvocationTrigger, setRestoreCompletionProposalSize, setShowEmptyList, setStatusLineVisible, setStatusMessage, showContextInformation, showPossibleCompletions, storeCompletionProposalPopupSize, uninstall
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.text.contentassist. IContentAssistant
getContentAssistProcessor, install, showContextInformation, showPossibleCompletions, uninstall
 

Constructor Detail

SubjectControlContentAssistant

public SubjectControlContentAssistant()
Deprecated. 
Method Detail

install

public void install(
IContentAssistSubjectControl contentAssistSubjectControl)
Deprecated. 
Description copied from interface: ISubjectControlContentAssistant
Installs content assist support on the given subject.

Specified by:
install in interface ISubjectControlContentAssistant
Overrides:
install in class ContentAssistant
Parameters:
contentAssistSubjectControl - the one who requests content assist

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