Uses of Class
facets.core.app.DialogSurface

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

Uses of DialogSurface in facets.core.app
 

Methods in facets.core.app that return DialogSurface
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.
protected  DialogSurface DialogSurface.DialogActions.surface()
          Allows subclasses to access the DialogSurface.
 

Methods in facets.core.app with parameters of type DialogSurface
protected  void DialogSurface.DialogActions.attachSurface(DialogSurface surface)
          Called from DialogSurface(ActionAppSurface, DialogHost, String, DialogSurface.DialogActions, DialogSurface.Contenter[]).
 void DialogHost.launchWindowedSurface(DialogSurface surface, AppSurface app)
           
 void SimpleContenter.setDialog(DialogSurface dialog)
          Empty implementation.
 void DialogSurface.Contenter.setDialog(DialogSurface dialog)
          Enables the contenter to interact with its host dialog.
 

Uses of DialogSurface in facets.facet.app
 

Subclasses of DialogSurface in facets.facet.app
 class FacetDialogSurface
          DialogSurface with attached FacetFactory.
static class FacetDialogSurface.MultiPaged
          FacetDialogSurface for multi-page dialogs.
 

Methods in facets.facet.app with parameters of type DialogSurface
 void FacetDialogContenter.setDialog(DialogSurface dialog)