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

Packages that use SContenter
facets.core.app Extensions and partial specialisations of core Superficial types. 
facets.facet Surface building. 
facets.facet.app General application building. 
facets.facet.app.tree Generic tree viewer application classes. 
 

Uses of SContenter in facets.core.app
 

Subinterfaces of SContenter in facets.core.app
static interface AppSurface.Contenter
          SContenter for use in an AppSurface.
static interface DialogSurface.Contenter
          SContenter for use in a DialogSurface.
 

Classes in facets.core.app that implement SContenter
 class SimpleContenter
          SContenter that builds a content root with no viewers.
 class ViewerContenter
          SContenter that builds content roots containing viewers.
 

Methods in facets.core.app that return SContenter
protected abstract  SContenter AppSurface.newContenter(java.lang.Object source)
          Return a SContenter wrapping content created from source.
 

Constructors in facets.core.app with parameters of type SContenter
AppSurface.ContentRoot(java.lang.String title, FacetedTarget[] viewers, SContenter contenter)
           
DialogSurface.ContentRoot(java.lang.String title, STarget[] frames, SContenter contenter)
           
 

Uses of SContenter in facets.facet
 

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

Uses of SContenter in facets.facet.app
 

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

Uses of SContenter in facets.facet.app.tree
 

Classes in facets.facet.app.tree that implement SContenter
 class TreeAppContenter
          ViewerContenter that manages content for TreeAppSpecifier.