org.drools.eclipse.editors.completion
Class MockCompletionProcessor

java.lang.Object
  extended by org.drools.eclipse.editors.completion.AbstractCompletionProcessor
      extended by org.drools.eclipse.editors.completion.MockCompletionProcessor
All Implemented Interfaces:
org.eclipse.jface.text.contentassist.IContentAssistProcessor

public class MockCompletionProcessor
extends AbstractCompletionProcessor


Constructor Summary
MockCompletionProcessor()
           
 
Method Summary
protected  List getCompletionProposals(org.eclipse.jface.text.ITextViewer viewer, int documentOffset)
           
 
Methods inherited from class org.drools.eclipse.editors.completion.AbstractCompletionProcessor
computeCompletionProposals, computeContextInformation, filterProposalsOnPrefix, getCompletionProposalAutoActivationCharacters, getContextInformationAutoActivationCharacters, getContextInformationValidator, getEditor, getErrorMessage, readBackwards
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockCompletionProcessor

public MockCompletionProcessor()
Method Detail

getCompletionProposals

protected List getCompletionProposals(org.eclipse.jface.text.ITextViewer viewer,
                                      int documentOffset)
Specified by:
getCompletionProposals in class AbstractCompletionProcessor


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.