Uses of Interface
facets.core.app.DialogSurface.Contenter

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

Uses of DialogSurface.Contenter in facets.core.app
 

Classes in facets.core.app that implement DialogSurface.Contenter
 class SimpleContenter
          SContenter that builds a content root with no viewers.
 

Methods in facets.core.app that return DialogSurface.Contenter
 DialogSurface.Contenter[] DialogSurface.contents()
          The contenters for the surface.
 DialogSurface.Contenter[] AppActions.StatePreferences.newContenters()
          Create AppSurface.Contenters exposing session state values.
 

Methods in facets.core.app with parameters of type DialogSurface.Contenter
static java.lang.Object DialogSurface.contentsKey(DialogSurface.Contenter[] contents)
          Creates a key representing the exact types of the SContenters passed.
protected  boolean DialogSurface.contentsMatch(DialogSurface.Contenter[] existing, DialogSurface.Contenter[] proposed)
          Do the types of the two arrays match?
protected  boolean DialogSurface.contentsMatch(DialogSurface.Contenter[] existing, DialogSurface.Contenter[] proposed)
          Do the types of the two arrays match?
 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.
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 DialogSurface.replaceContents(DialogSurface.Contenter[] contents)
          Replaces all content in the surface.
 

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

Uses of DialogSurface.Contenter in facets.facet
 

Classes in facets.facet that implement DialogSurface.Contenter
 class ValueDialogContenter
          FacetDialogContenter for ValueNode content such as that of AppValues.
 

Uses of DialogSurface.Contenter in facets.facet.app
 

Classes in facets.facet.app that implement DialogSurface.Contenter
 class FacetDialogContenter
          SimpleContenter that creates content for a dialog in a FacetAppSurface.
 

Methods in facets.facet.app that return DialogSurface.Contenter
 DialogSurface.Contenter[] FacetPreferences.newContenters()
          Implements abstract method.
 

Methods in facets.facet.app with parameters of type DialogSurface.Contenter
protected  SAreaTarget[] FacetDialogSurface.MultiPaged.newContentPages(DialogSurface.Contenter[] contents, SAreaTarget[] contentRoots)
           
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.newDefaultPagedSurfacer(DialogSurface.Contenter[] apps, DialogSurface.Contenter[] debugs)
          Convenience method for creating a paged dialog controlled by a tree or list view.
 

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