com.pvx.ooadide.codehilite2
Class PvxContentAssistant

java.lang.Object
  extended by org.eclipse.jface.text.contentassist.ContentAssistant
      extended by com.pvx.ooadide.codehilite2.PvxContentAssistant
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.IWidgetTokenKeeper, org.eclipse.jface.text.IWidgetTokenKeeperExtension

public class PvxContentAssistant
extends org.eclipse.jface.text.contentassist.ContentAssistant


Field Summary
 
Fields inherited from class org.eclipse.jface.text.contentassist.ContentAssistant
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
PvxContentAssistant()
           
 
Method Summary
 void setContentAssistProcessor(org.eclipse.jface.text.contentassist.IContentAssistProcessor processor, java.lang.String contentType)
           
 java.lang.String showPossibleCompletions()
           
 
Methods inherited from class org.eclipse.jface.text.contentassist.ContentAssistant
addCompletionListener, completePrefix, enableAutoActivation, enableAutoInsert, enablePrefixCompletion, getContentAssistProcessor, getDocumentPartitioning, hasProposalPopupFocus, install, removeCompletionListener, requestWidgetToken, requestWidgetToken, setAutoActivationDelay, setContextInformationPopupBackground, setContextInformationPopupForeground, setContextInformationPopupOrientation, setContextSelectorBackground, setContextSelectorForeground, setDocumentPartitioning, setEmptyMessage, setFocus, setInformationControlCreator, setProposalPopupOrientation, setProposalSelectorBackground, setProposalSelectorForeground, setRepeatedInvocationMode, setRepeatedInvocationTrigger, setRestoreCompletionProposalSize, setShowEmptyList, setStatusLineVisible, setStatusMessage, showContextInformation, uninstall
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PvxContentAssistant

public PvxContentAssistant()
Method Detail

setContentAssistProcessor

public void setContentAssistProcessor(org.eclipse.jface.text.contentassist.IContentAssistProcessor processor,
                                      java.lang.String contentType)
Overrides:
setContentAssistProcessor in class org.eclipse.jface.text.contentassist.ContentAssistant

showPossibleCompletions

public java.lang.String showPossibleCompletions()
Specified by:
showPossibleCompletions in interface org.eclipse.jface.text.contentassist.IContentAssistant
Overrides:
showPossibleCompletions in class org.eclipse.jface.text.contentassist.ContentAssistant