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

Packages that use ViewerTarget
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. 
 

Uses of ViewerTarget in facets.core.app
 

Subclasses of ViewerTarget in facets.core.app
 class ActionViewerTarget
          ViewerTarget that couples ViewableActions to STriggers.
 

Methods in facets.core.app with parameters of type ViewerTarget
 SFacet[] MenuFacets.getContextFacets(ViewerTarget viewer, SFacet[] viewerFacets)
          Allows context sensitivity and merging of facets.
 

Uses of ViewerTarget in facets.core.superficial.app
 

Methods in facets.core.superficial.app with parameters of type ViewerTarget
static SAreaTarget SAreaTarget.newViewerArea(ViewerTarget viewerTarget)
          Convenience method to a wrap single viewer in area.
 

Uses of ViewerTarget in facets.facet
 

Methods in facets.facet that return ViewerTarget
abstract  ViewerTarget FacetMaster.Viewer.viewerTarget()
          The ViewerTarget representing the facet in the area target tree.