public class SubjectControlContentAssistant extends ContentAssistant implements ISubjectControlContentAssistant
ISubjectControlContentAssistant
interface.
Usually, clients instantiate this class and configure it before using it.STORE_SIZE_X, STORE_SIZE_Y, WIDGET_PRIORITY
CONTEXT_INFO_ABOVE, CONTEXT_INFO_BELOW, PROPOSAL_OVERLAY, PROPOSAL_REMOVE, PROPOSAL_STACKED
Constructor and Description |
---|
SubjectControlContentAssistant()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
install(IContentAssistSubjectControl contentAssistSubjectControl)
Deprecated.
Installs content assist support on the given subject.
|
addCompletionListener, completePrefix, contextInformationClosed, enableAutoActivation, enableAutoInsert, enablePrefixCompletion, getContentAssistProcessor, getDocumentPartitioning, hasProposalPopupFocus, hide, install, install, possibleCompletionsClosed, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getContentAssistProcessor, install, showContextInformation, showPossibleCompletions, uninstall
public SubjectControlContentAssistant()
public void install(IContentAssistSubjectControl contentAssistSubjectControl)
ISubjectControlContentAssistant
install
in interface ISubjectControlContentAssistant
install
in class ContentAssistant
contentAssistSubjectControl
- the one who requests content assistGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.