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

Packages that use SHost
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 in facets.core.app
 

Subinterfaces of SHost in facets.core.app
 interface AppHost
          SHost that can create and set application layouts.
 interface DialogHost
          SHost that can create dialog-type layouts and launch them in a window.
 

Classes in facets.core.app that implement SHost
static class Headless.HeadlessHost
          Empty AppHost for a headless AppSurface.
 

Methods in facets.core.app that return SHost
protected  SHost AppSurface.newHeadlessHost()
          Provides the host for a headless application.
 

Methods in facets.core.app with parameters of type SHost
 SHost.FacetLayout AppSurface.Contenter.newContentLayout(SHost host, SFacet appRoot, SContentRootTargeter t)
          Return a layout of facets that expose a content type.
protected abstract  SHost.FacetLayout AppSurface.newEmptyDesktopLayout(SHost host, SContentRootTargeter rootTargeter, SFacet surfaceRootFacet)
          Provide a empty SHost.FacetLayout.
 

Uses of SHost in facets.core.superficial.app
 

Methods in facets.core.superficial.app that return SHost
 SHost SSurface.host()
          Return the host.
 

Uses of SHost in facets.facet
 

Subinterfaces of SHost in facets.facet
static interface FacetFactory.AppletHost
          SHost that can create and set an applet layout.
 

Uses of SHost in facets.facet.app
 

Classes in facets.facet.app that implement SHost
 class WindowAppHost
          AppHost that manages a window for a FacetAppSurface.
 

Methods in facets.facet.app that return SHost
 SHost FacetAppSurface.host()
          Re-implementation to create/return a suitable SHost.
 

Methods in facets.facet.app with parameters of type SHost
static java.awt.Point FacetDialogSurface.calculateSmartDialogAt(java.awt.Dimension box, SHost host)
           
protected  SHost.FacetLayout FacetAppSurface.newEmptyDesktopLayout(SHost host, SContentRootTargeter t, SFacet surfaceRootFacet)
           
 

Uses of SHost in facets.facet.app.tree
 

Methods in facets.facet.app.tree with parameters of type SHost
 SHost.FacetLayout TreeAppContenter.newContentLayout(SHost host, SFacet appRoot, SContentRootTargeter t)