Uses of Interface
facets.core.app.MountFacet

Packages that use MountFacet
facets.core.app Extensions and partial specialisations of core Superficial types. 
facets.facet Surface building. 
facets.facet.app General application building. 
 

Uses of MountFacet in facets.core.app
 

Methods in facets.core.app that return MountFacet
protected  MountFacet AppSurface.newMultiContentFacet(SAreaTarget surfaceRoot)
          May return a facet to be attached to the surface root.
 

Uses of MountFacet in facets.facet
 

Methods in facets.facet that return MountFacet
 MountFacet AreaFacets.appMultiContentFacet(ActionAppSurface app, SAreaTarget surfaceRoot, boolean desktop)
          Constructs the root facet of a multi-content application surface.
 MountFacet AreaFacets.mount(SAreaTarget area, java.lang.String hints)
          Attaches a MountFacet to the area passed.
 MountFacet AreaFacets.switchMount(SAreaTarget area)
          Create a programmatically switchable container for facets in an area tree.
 MountFacet AreaFacets.tabs(SAreaTarget area, java.lang.String hints)
           
 

Uses of MountFacet in facets.facet.app
 

Methods in facets.facet.app that return MountFacet
protected  MountFacet FacetAppSurface.newMultiContentFacet(SAreaTarget surfaceRoot)