Uses of Interface
org.eclipse.jst.jsf.context.symbol.provider.IContentProposalProvider.IProposalCreationFactory

Packages that use IContentProposalProvider.IProposalCreationFactory
org.eclipse.jst.jsf.context.symbol.provider Extended providers for the EL symbols framework. 
 

Uses of IContentProposalProvider.IProposalCreationFactory in org.eclipse.jst.jsf.context.symbol.provider
 

Classes in org.eclipse.jst.jsf.context.symbol.provider that implement IContentProposalProvider.IProposalCreationFactory
 class ProposalCreationFactoryAdapter
          Default implementation of the proposal creation factory Provisional API - subject to change
 

Methods in org.eclipse.jst.jsf.context.symbol.provider with parameters of type IContentProposalProvider.IProposalCreationFactory
 org.eclipse.jface.text.contentassist.ICompletionProposal[] IContentProposalProvider.getProposals(java.lang.Object target, IContentProposalProvider.IProposalCreationFactory proposalFactory)