Uses of Interface
net.sourceforge.jfacets.IFacetFactory

Packages that use IFacetFactory
net.sourceforge.jfacets   
net.sourceforge.jfacets.impl   
 

Uses of IFacetFactory in net.sourceforge.jfacets
 

Methods in net.sourceforge.jfacets that return IFacetFactory
 IFacetFactory IFacetRepository.getFacetFactory()
          Return the FacetFactory
 

Methods in net.sourceforge.jfacets with parameters of type IFacetFactory
 JFacetsBuilder JFacetsBuilder.setFacetFactory(IFacetFactory facetFactory)
          Set the facet factory (defaults to DefaultFacetFactory
 

Uses of IFacetFactory in net.sourceforge.jfacets.impl
 

Classes in net.sourceforge.jfacets.impl that implement IFacetFactory
 class DefaultFacetFactory
          Default facet factory implementation : creates facets using Class.newInstance().
 

Methods in net.sourceforge.jfacets.impl that return IFacetFactory
 IFacetFactory FacetRepositoryImpl.getFacetFactory()
           
 

Constructors in net.sourceforge.jfacets.impl with parameters of type IFacetFactory
FacetRepositoryImpl(IProfileRepository pRepo, IFacetFactory facetFactory, IFacetContextFactory facetContextFactory, IFacetDescriptorManager facetDescriptorManager)
          everything loaded at construction
 



Copyright © 2012. All Rights Reserved.