Uses of Class
facets.core.superficial.app.AreaTargeter

Packages that use AreaTargeter
facets.core.app Extensions and partial specialisations of core Superficial types. 
facets.core.superficial.app Superficial views, selection, content areas and hosts. 
facets.facet Surface building. 
facets.facet.app General application building. 
 

Uses of AreaTargeter in facets.core.app
 

Methods in facets.core.app that return AreaTargeter
 AreaTargeter AppSurface.surfaceRootTargeter()
           
 

Uses of AreaTargeter in facets.core.superficial.app
 

Subclasses of AreaTargeter in facets.core.superficial.app
 class SContentRootTargeter
          Heads the targeter tree for a content area.
 

Methods in facets.core.superficial.app that return AreaTargeter
 AreaTargeter AreaTargeter.area(int depth)
          Return the indexedTargeter at the specified depth.
 AreaTargeter SSurface.surfaceRootTargeter()
          The root of the surface targeter tree.
 

Uses of AreaTargeter in facets.facet
 

Methods in facets.facet with parameters of type AreaTargeter
 SFacet FacetFactory.extras(AreaTargeter targeter)
           
 

Uses of AreaTargeter in facets.facet.app
 

Methods in facets.facet.app with parameters of type AreaTargeter
protected  SFacet FacetDialogSurface.newExtras(AreaTargeter targeter)