org.eclipse.etrice.core.ui.contentassist
Class RoomProposalProvider.FilteredProposalCreator

java.lang.Object
  extended by org.eclipse.etrice.core.ui.contentassist.RoomProposalProvider.FilteredProposalCreator
Enclosing class:
RoomProposalProvider

protected class RoomProposalProvider.FilteredProposalCreator
extends java.lang.Object


Constructor Summary
protected RoomProposalProvider.FilteredProposalCreator(IProposalFilter filter, ContentAssistContext contentAssistContext, java.lang.String ruleName)
           
 
Method Summary
 ICompletionProposal apply(IEObjectDescription candidate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoomProposalProvider.FilteredProposalCreator

protected RoomProposalProvider.FilteredProposalCreator(IProposalFilter filter,
                                                       ContentAssistContext contentAssistContext,
                                                       java.lang.String ruleName)
Method Detail

apply

public ICompletionProposal apply(IEObjectDescription candidate)