org.eclipse.ocl.examples.xtext.console
Class OCLConsolePage.InterrogatableContentAssistant

java.lang.Object
  extended by org.eclipse.jface.text.contentassist.ContentAssistant
      extended by org.eclipse.ocl.examples.xtext.console.OCLConsolePage.InterrogatableContentAssistant
All Implemented Interfaces:
org.eclipse.jface.text.contentassist.IContentAssistant, org.eclipse.jface.text.contentassist.IContentAssistantExtension, org.eclipse.jface.text.contentassist.IContentAssistantExtension2, org.eclipse.jface.text.contentassist.IContentAssistantExtension3, org.eclipse.jface.text.contentassist.IContentAssistantExtension4, org.eclipse.jface.text.IWidgetTokenKeeper, org.eclipse.jface.text.IWidgetTokenKeeperExtension
Enclosing class:
OCLConsolePage

public static final class OCLConsolePage.InterrogatableContentAssistant
extends org.eclipse.jface.text.contentassist.ContentAssistant


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.jface.text.contentassist.ContentAssistant
org.eclipse.jface.text.contentassist.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_CONTEXT_SELECTOR_POPUP_SIZE_X, STORE_CONTEXT_SELECTOR_POPUP_SIZE_Y, 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
OCLConsolePage.InterrogatableContentAssistant()
           
 
Method Summary
 boolean isProposalPopupActive()
           
 
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, install, isContextInfoPopupActive, possibleCompletionsClosed, registerHandler, removeCompletionListener, 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, uninstall
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OCLConsolePage.InterrogatableContentAssistant

public OCLConsolePage.InterrogatableContentAssistant()
Method Detail

isProposalPopupActive

public boolean isProposalPopupActive()
Overrides:
isProposalPopupActive in class org.eclipse.jface.text.contentassist.ContentAssistant