Uses of Class
facets.core.app.ActionAppSurface

Packages that use ActionAppSurface
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 ActionAppSurface in facets.core.app
 

Fields in facets.core.app declared as ActionAppSurface
 ActionAppSurface DialogSurface.app
           
protected  ActionAppSurface AppActions.app
           
 

Methods in facets.core.app with parameters of type ActionAppSurface
protected abstract  AppActions AppSpecifier.newActions(ActionAppSurface app)
          Used to compose an ActionAppSurface.
 Dialogs Headless.HeadlessHost.newDialogs(ActionAppSurface app)
           
 Dialogs AppHost.newDialogs(ActionAppSurface app)
          Create a suitable Dialogs for use by an AppSurface.
 

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

Uses of ActionAppSurface in facets.facet
 

Methods in facets.facet with parameters of type ActionAppSurface
 MountFacet AreaFacets.appMultiContentFacet(ActionAppSurface app, SAreaTarget surfaceRoot, boolean desktop)
          Constructs the root facet of a multi-content application surface.
 

Uses of ActionAppSurface in facets.facet.app
 

Subclasses of ActionAppSurface in facets.facet.app
 class FacetAppSurface
          ActionAppSurface with a built-in FacetFactory.
 

Methods in facets.facet.app with parameters of type ActionAppSurface
protected  AppActions FacetAppSpecifier.newActions(ActionAppSurface app)
          Implements abstract method.
 AppActions.StatePreferences FacetAppSpecifier.newPreferences(ActionAppSurface app)
          Delegate for FacetAppActions.lazyPreferences().
 

Constructors in facets.facet.app with parameters of type ActionAppSurface
FacetAppActions(ActionAppSurface app)
           
FileAppActions(ActionAppSurface app_)
           
 

Uses of ActionAppSurface in facets.facet.app.tree
 

Methods in facets.facet.app.tree with parameters of type ActionAppSurface
protected  AppActions TreeAppSpecifier.newActions(ActionAppSurface app)
          Locks superclass implementation.