Package org.eclipse.jface.contentassist
Class SubjectControlContentAssistant
java.lang.Object
org.eclipse.jface.text.contentassist.ContentAssistant
org.eclipse.jface.contentassist.SubjectControlContentAssistant
- All Implemented Interfaces:
- ISubjectControlContentAssistant,- IContentAssistant,- IContentAssistantExtension,- IContentAssistantExtension2,- IContentAssistantExtension3,- IContentAssistantExtension4,- ITextViewerLifecycle,- IWidgetTokenKeeper,- IWidgetTokenKeeperExtension
@Deprecated
public class SubjectControlContentAssistant
extends ContentAssistant
implements ISubjectControlContentAssistant
Deprecated.
As of 3.2, replaced by Platform UI's field assist support *
The standard implementation of the 
ISubjectControlContentAssistant interface.
 Usually, clients instantiate this class and configure it before using it.- Since:
- 3.0
- 
Nested Class SummaryNested classes/interfaces inherited from class org.eclipse.jface.text.contentassist.ContentAssistantContentAssistant.AutoAssistListener
- 
Field SummaryFields inherited from class org.eclipse.jface.text.contentassist.ContentAssistantSELECT_NEXT_PROPOSAL_COMMAND_ID, SELECT_PREVIOUS_PROPOSAL_COMMAND_ID, STORE_CONTEXT_SELECTOR_POPUP_SIZE_X, STORE_CONTEXT_SELECTOR_POPUP_SIZE_Y, STORE_SIZE_X, STORE_SIZE_Y, WIDGET_PRIORITYFields inherited from interface org.eclipse.jface.text.contentassist.IContentAssistantCONTEXT_INFO_ABOVE, CONTEXT_INFO_BELOW, PROPOSAL_OVERLAY, PROPOSAL_REMOVE, PROPOSAL_STACKED
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidinstall(IContentAssistSubjectControl contentAssistSubjectControl) Deprecated.Installs content assist support on the given subject.Methods inherited from class org.eclipse.jface.text.contentassist.ContentAssistantaddCompletionListener, addContentAssistProcessor, completePrefix, contextInformationClosed, createAutoAssistListener, enableAutoActivateCompletionOnType, enableAutoActivation, enableAutoInsert, enableColoredLabels, enableCompletionProposalTriggerChars, enablePrefixCompletion, getAutoActivationDelay, getContentAssistProcessor, getDocumentPartitioning, getHandler, hasProposalPopupFocus, hide, install, install, isCompletionProposalTriggerCharsEnabled, isContextInfoPopupActive, isProposalPopupActive, possibleCompletionsClosed, registerHandler, removeCompletionListener, removeContentAssistProcessor, requestWidgetToken, requestWidgetToken, restoreCompletionProposalPopupSize, restoreContextSelectorPopupSize, setAutoActivationDelay, setContentAssistProcessor, setContextInformationPopupBackground, setContextInformationPopupForeground, setContextInformationPopupOrientation, setContextSelectorBackground, setContextSelectorForeground, setDocumentPartitioning, setEmptyMessage, setFocus, setInformationControlCreator, setProposalPopupOrientation, setProposalSelectorBackground, setProposalSelectorForeground, setRepeatedInvocationMode, setRepeatedInvocationTrigger, setRestoreCompletionProposalSize, setShowEmptyList, setSorter, setStatusLineVisible, setStatusMessage, showContextInformation, showPossibleCompletions, storeCompletionProposalPopupSize, storeContextSelectorPopupSize, uninstallMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jface.text.contentassist.IContentAssistantgetContentAssistProcessor, install, showContextInformation, showPossibleCompletions, uninstall
- 
Constructor Details- 
SubjectControlContentAssistantpublic SubjectControlContentAssistant()Deprecated.
 
- 
- 
Method Details- 
installDeprecated.Description copied from interface:ISubjectControlContentAssistantInstalls content assist support on the given subject.- Specified by:
- installin interface- ISubjectControlContentAssistant
- Overrides:
- installin class- ContentAssistant
- Parameters:
- contentAssistSubjectControl- the one who requests content assist
 
 
-