Uses of Interface
facets.core.superficial.FacetedTarget

Packages that use FacetedTarget
facets.core.app Extensions and partial specialisations of core Superficial types. 
facets.core.superficial.app Superficial views, selection, content areas and hosts. 
facets.facet.app.tree Generic tree viewer application classes. 
 

Uses of FacetedTarget in facets.core.app
 

Classes in facets.core.app that implement FacetedTarget
 class ActionViewerTarget
          ViewerTarget that couples ViewableActions to STriggers.
static class AppSurface.ContentRoot
          Heads a content area tree for use in an application surface.
static class DialogSurface.ContentRoot
          Heads a content area tree for use in a dialog page.
 

Methods in facets.core.app that return FacetedTarget
protected  FacetedTarget[] ViewerContenter.newContentViewers(ViewableFrame viewable)
          Create a FacetedTarget[] defining an arrangement of viewers for viewable.
 

Methods in facets.core.app with parameters of type FacetedTarget
protected  AppSurface.ContentRoot ViewerContenter.newAppContentRoot(java.lang.String title, FacetedTarget[] viewers)
          Creates a content root suitable for multi-content application.
 

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

Uses of FacetedTarget in facets.core.superficial.app
 

Classes in facets.core.superficial.app that implement FacetedTarget
 class SAreaTarget
          Represents viewers and other surface areas to the targeter tree.
 class ViewerTarget
          Connects a facet to the viewer and retargeting architectures.
 

Methods in facets.core.superficial.app that return FacetedTarget
 FacetedTarget SAreaTarget.activeFacet()
          The FacetedTarget representing the contained viewer or area facet that should have the focus.
 

Uses of FacetedTarget in facets.facet.app.tree
 

Methods in facets.facet.app.tree that return FacetedTarget
protected  FacetedTarget[] TreeAppContenter.newContentViewers(ViewableFrame viewable)
          Delegates to TreeAppSpecifier