org.eclipse.jst.jsf.context.symbol.internal.provisional.provider
Interface IContentProposalProvider


public interface IContentProposalProvider

Adapts an object to appropriate content proposal


Nested Class Summary
static interface IContentProposalProvider.IProposalCreationFactory
          Implementors of the class can configure certain aspects of the returned proposals
 
Method Summary
 org.eclipse.jface.text.contentassist.ICompletionProposal[] getProposals(java.lang.Object target, IContentProposalProvider.IProposalCreationFactory proposalFactory)
           
 

Method Detail

getProposals

public org.eclipse.jface.text.contentassist.ICompletionProposal[] getProposals(java.lang.Object target,
                                                                               IContentProposalProvider.IProposalCreationFactory proposalFactory)
Parameters:
target -
proposalFactory -
Returns:
an content proposal for target or null if nothing appropriate can be created