Uses of Class
facets.facet.app.FacetAppSurface

Packages that use FacetAppSurface
facets.facet Surface building. 
facets.facet.app General application building. 
facets.facet.app.tree Generic tree viewer application classes. 
 

Uses of FacetAppSurface in facets.facet
 

Fields in facets.facet declared as FacetAppSurface
protected  FacetAppSurface ValueDialogContenter.app
           
 

Methods in facets.facet with parameters of type FacetAppSurface
protected  SFacet[] FacetFactory.newAdjustedMenus(FacetAppSurface app, SContentRootTargeter root)
          Creates standard menus to match an AppSpecifier.
 AppHost FacetFactory.newDesktopHost(FacetAppSurface app)
          Supplies the AppHost for a desktop app.
 

Constructors in facets.facet with parameters of type FacetAppSurface
ValueDialogContenter(java.lang.String title, FacetAppSurface app, ValueNode master, ValueNode working)
           
 

Uses of FacetAppSurface in facets.facet.app
 

Fields in facets.facet.app declared as FacetAppSurface
protected  FacetAppSurface WindowAppHost.app
           
 FacetAppSurface FacetPreferences.app
           
 

Methods in facets.facet.app that return FacetAppSurface
protected abstract  FacetAppSurface FacetAppSpecifier.newApp(FacetFactory ff)
          Called from FacetAppSpecifier.buildAndLaunchApp(String...).
 

Constructors in facets.facet.app with parameters of type FacetAppSurface
FacetDialogSurface.MultiPaged(FacetAppSurface app, DialogHost host, java.lang.String title, DialogSurface.DialogActions actions, DialogSurface.Contenter[] contents)
           
FacetDialogSurface(FacetAppSurface app, DialogHost host, java.lang.String title, DialogSurface.DialogActions actions, DialogSurface.Contenter[] contents)
           
FacetPreferences(FacetAppSurface app)
           
WindowAppHost(FacetAppSurface app)
           
 

Uses of FacetAppSurface in facets.facet.app.tree
 

Methods in facets.facet.app.tree that return FacetAppSurface
protected  FacetAppSurface TreeAppSpecifier.newApp(FacetFactory ff)
          Final implementation.
 

Constructors in facets.facet.app.tree with parameters of type FacetAppSurface
TreeAppFacets(FacetAppSurface app, SContentRootTargeter root)
          Called from TreeAppContenter.newContentLayout(SHost, SFacet, SContentRootTargeter).
TreeTargets(FacetAppSurface app, NodeViewable viewable)