Uses of Class
facets.core.app.Dialogs.Surfacer

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

Uses of Dialogs.Surfacer in facets.core.app
 

Methods in facets.core.app that return Dialogs.Surfacer
 Dialogs.Surfacer AppActions.StatePreferences.newSurfacer()
          Return a Dialogs.Surfacer creating a suitable DialogSurface for the DialogSurface.Contenters created by AppActions.StatePreferences.newContenters().
 

Methods in facets.core.app with parameters of type Dialogs.Surfacer
 void Dialogs.launchSurfaced(Dialogs.Surfacer surfacer, java.lang.String title, DialogSurface.DialogActions actions, DialogSurface.Contenter... contents)
          Launches a modal dialog, building its surface where required.
 

Uses of Dialogs.Surfacer in facets.facet.app
 

Methods in facets.facet.app that return Dialogs.Surfacer
static Dialogs.Surfacer FacetDialogSurface.newDefaultPagedSurfacer(DialogSurface.Contenter[] apps, DialogSurface.Contenter[] debugs)
          Convenience method for creating a paged dialog controlled by a tree or list view.
static Dialogs.Surfacer FacetDialogSurface.newDefaultTabbedSurfacer()
          Convenience method for creating a tabbed dialog.
 Dialogs.Surfacer FacetPreferences.newSurfacer()
          Implements abstract method.