Uses of Interface
facets.core.superficial.Facetable

Packages that use Facetable
facets.core.app Extensions and partial specialisations of core Superficial types. 
facets.core.superficial Superficial targeting mechanism and and simple targets. 
facets.core.superficial.app Superficial views, selection, content areas and hosts. 
 

Uses of Facetable in facets.core.app
 

Classes in facets.core.app that implement Facetable
 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.
 

Uses of Facetable in facets.core.superficial
 

Subinterfaces of Facetable in facets.core.superficial
 interface FacetedTarget
          STarget representing a viewer or containing area with an attached SFacet.
 interface STargeter
          Superficial targeter.
 

Classes in facets.core.superficial that implement Facetable
 class TargeterCore
          Implements STargeter.
 

Uses of Facetable in facets.core.superficial.app
 

Classes in facets.core.superficial.app that implement Facetable
 class AreaTargeter
          Ancestor class of all targeters returned by SAreaTargets.
static class IndexingFrame.FrameTargeter
          Targeter for an IndexingFrame.
 class IndexingTargeter
          FrameTargeter for an IndexingTarget.
 class SAreaTarget
          Represents viewers and other surface areas to the targeter tree.
 class SContentRootTargeter
          Heads the targeter tree for a content area.
 class ViewerTarget
          Connects a facet to the viewer and retargeting architectures.