Uses of Interface
facets.core.superficial.app.SHost.FacetLayout

Packages that use SHost.FacetLayout
facets.core.app Extensions and partial specialisations of core Superficial types. 
facets.core.superficial.app Superficial views, selection, content areas and hosts. 
facets.facet Surface building. 
facets.facet.app General application building. 
facets.facet.app.tree Generic tree viewer application classes. 
 

Uses of SHost.FacetLayout in facets.core.app
 

Methods in facets.core.app that return SHost.FacetLayout
 SHost.FacetLayout AppSurface.Contenter.newContentLayout(SHost host, SFacet appRoot, SContentRootTargeter t)
          Return a layout of facets that expose a content type.
 SHost.FacetLayout Headless.HeadlessHost.newDesktopLayout(SFacet contentFacet, AppHost.LayoutFeatures features)
           
 SHost.FacetLayout AppHost.newDesktopLayout(SFacet contentFacet, AppHost.LayoutFeatures features)
          Create a layout containing the features passed.
protected abstract  SHost.FacetLayout AppSurface.newEmptyDesktopLayout(SHost host, SContentRootTargeter rootTargeter, SFacet surfaceRootFacet)
          Provide a empty SHost.FacetLayout.
 SHost.FacetLayout DialogHost.newWindowLayout(SFacet content, SFacet buttons, SFacet extras)
           
 

Methods in facets.core.app with parameters of type SHost.FacetLayout
 void Headless.HeadlessHost.setLayout(SHost.FacetLayout layout)
           
 

Uses of SHost.FacetLayout in facets.core.superficial.app
 

Fields in facets.core.superficial.app declared as SHost.FacetLayout
static SHost.FacetLayout SHost.FacetLayout.HEADLESS
           
 

Methods in facets.core.superficial.app with parameters of type SHost.FacetLayout
 void SHost.setLayout(SHost.FacetLayout layout)
          Attach widgets managed by the facets of the SHost.FacetLayout to the GUI context.
 

Uses of SHost.FacetLayout in facets.facet
 

Methods in facets.facet that return SHost.FacetLayout
 SHost.FacetLayout FacetFactory.AppletHost.newAppletLayout(SFacet content, SFacet toolPanel, SFacet[] menus, boolean panelToSide)
          Return a simple layout for use in applets.
 

Uses of SHost.FacetLayout in facets.facet.app
 

Methods in facets.facet.app that return SHost.FacetLayout
protected  SHost.FacetLayout FacetAppSurface.newEmptyDesktopLayout(SHost host, SContentRootTargeter t, SFacet surfaceRootFacet)
           
 

Uses of SHost.FacetLayout in facets.facet.app.tree
 

Methods in facets.facet.app.tree that return SHost.FacetLayout
 SHost.FacetLayout TreeAppContenter.newContentLayout(SHost host, SFacet appRoot, SContentRootTargeter t)