org.eclipse.xtext.ui.editor.contentassist
Class DefaultCompletionProposalPostProcessor

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.contentassist.DefaultCompletionProposalPostProcessor
All Implemented Interfaces:
ICompletionProposalPostProcessor

public class DefaultCompletionProposalPostProcessor
extends java.lang.Object
implements ICompletionProposalPostProcessor

Author:
Sebastian Zarnekow - Initial contribution and API

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.ui.editor.contentassist.ICompletionProposalPostProcessor
ICompletionProposalPostProcessor.NullProcessor
 
Constructor Summary
DefaultCompletionProposalPostProcessor()
           
 
Method Summary
 org.eclipse.jface.text.contentassist.ICompletionProposal[] postProcess(org.eclipse.jface.text.contentassist.ICompletionProposal[] proposals)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCompletionProposalPostProcessor

public DefaultCompletionProposalPostProcessor()
Method Detail

postProcess

public org.eclipse.jface.text.contentassist.ICompletionProposal[] postProcess(org.eclipse.jface.text.contentassist.ICompletionProposal[] proposals)
Specified by:
postProcess in interface ICompletionProposalPostProcessor