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

Packages that use SSurface
facets.core.app Extensions and partial specialisations of core Superficial types. 
facets.core.superficial.app Superficial views, selection, content areas and hosts. 
facets.facet.app General application building. 
 

Uses of SSurface in facets.core.app
 

Classes in facets.core.app that implement SSurface
 class ActionAppSurface
          AppSurface defining application actions and management.
 class AppSurface
          Implements SSurface for both single- and multi-content applications.
 class DialogSurface
          Implements SSurface for modal dialogs.
 

Methods in facets.core.app with parameters of type SSurface
protected abstract  DialogSurface Dialogs.Surfacer.newSurface(SSurface app, DialogHost host, java.lang.String title, DialogSurface.DialogActions actions, DialogSurface.Contenter[] contents)
          Create a DialogSurface to expose any DialogSurface.Contenters type-identical to those passed.
 void Headless.HeadlessHost.updateLayout(SSurface surface)
           
 

Uses of SSurface in facets.core.superficial.app
 

Methods in facets.core.superficial.app with parameters of type SSurface
 void SHost.updateLayout(SSurface surface)
          Update the layout last set and other features as specified by the application.
 

Uses of SSurface in facets.facet.app
 

Classes in facets.facet.app that implement SSurface
 class FacetAppSurface
          ActionAppSurface with a built-in FacetFactory.
 class FacetDialogSurface
          DialogSurface with attached FacetFactory.
static class FacetDialogSurface.MultiPaged
          FacetDialogSurface for multi-page dialogs.