Uses of Interface
facets.core.app.DialogHost

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

Uses of DialogHost in facets.core.app
 

Methods in facets.core.app that return DialogHost
protected abstract  DialogHost Dialogs.newHost()
          Enables concrete subclasses to create an appropriate DialogHost for use by Dialogs.launchSurfaced(Surfacer, String, DialogSurface.DialogActions, DialogSurface.Contenter...)
 

Methods in facets.core.app with parameters of type DialogHost
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.
 

Constructors in facets.core.app with parameters of type DialogHost
DialogSurface(ActionAppSurface app, DialogHost host, java.lang.String title, DialogSurface.DialogActions actions, DialogSurface.Contenter[] contents)
          Unique constructor.
 

Uses of DialogHost in facets.facet.app
 

Constructors in facets.facet.app with parameters of type DialogHost
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)