Uses of Class
facets.facet.FacetFactory

Packages that use FacetFactory
facets.facet Surface building. 
facets.facet.app General application building. 
facets.facet.app.tree Generic tree viewer application classes. 
facets.idiom Examples of idiomatic use of Facets API. 
 

Uses of FacetFactory in facets.facet
 

Methods in facets.facet that return FacetFactory
static FacetFactory FacetFactory.newAppletCore(FacetAppSpecifier spec, FacetFactory.SurfaceStyle style, Shade panelShade)
          Creates a basic FacetFactory for use in an applet.
static FacetFactory FacetFactory.newDesktopCore(FacetAppSpecifier spec)
          Creates a basic FacetFactory for use in a desktop application.
 

Constructors in facets.facet with parameters of type FacetFactory
FacetFactory(FacetFactory src)
          Constructor for use by subclasses to be passed as AppHost.LayoutFeatures.
 

Uses of FacetFactory in facets.facet.app
 

Subclasses of FacetFactory in facets.facet.app
static class FacetDialogContenter.PanelFacets
          FacetFactory for use by FacetDialogContenter.
 

Fields in facets.facet.app declared as FacetFactory
protected  FacetFactory FacetDialogSurface.ff
           
protected  FacetFactory FacetDialogContenter.ff
           
 FacetFactory FacetAppSurface.ff
          For use by subclasses and AppSurface.Contenters
 

Methods in facets.facet.app that return FacetFactory
protected  FacetFactory FacetAppSpecifier.newFacetFactory()
          Final implementation for desktop applications.
 

Methods in facets.facet.app with parameters of type FacetFactory
protected abstract  FacetAppSurface FacetAppSpecifier.newApp(FacetFactory ff)
          Called from FacetAppSpecifier.buildAndLaunchApp(String...).
protected  FacetDialogContenter.PanelFacets FacetDialogContenter.newPanelFacets(FacetFactory core)
          Create a FacetDialogContenter.PanelFacets for return by FacetDialogContenter.newContentPanel(SContentRootTargeter).
 

Constructors in facets.facet.app with parameters of type FacetFactory
FacetAppSurface(FacetAppSpecifier spec, FacetFactory ff)
          Unique constructor.
FacetDialogContenter.PanelFacets(FacetFactory core)
           
FacetDialogContenter(java.lang.String title, FacetFactory ff)
           
 

Uses of FacetFactory in facets.facet.app.tree
 

Subclasses of FacetFactory in facets.facet.app.tree
 class TreeAppFacets
          FacetFactory for use with TreeAppContenter.
 

Methods in facets.facet.app.tree with parameters of type FacetFactory
protected  FacetAppSurface TreeAppSpecifier.newApp(FacetFactory ff)
          Final implementation.
protected  SFacet[] TreeAppSpecifier.newTreeMenuItems(FacetFactory ff, STargeter[] treeLinks, STargeter[] contentLinks)
          Defines SFacet items for the TreeTargets.TITLE_MENU menu.
 

Uses of FacetFactory in facets.idiom
 

Methods in facets.idiom with parameters of type FacetFactory
protected  SFacet[] XmlView.newTreeMenuItems(FacetFactory ff, STargeter[] treeLinks, STargeter[] contentLinks)