Uses of Class
facets.core.superficial.TargetCore

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

Subclasses of TargetCore in facets.core.app
 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.
 class FrameGroup
          STarget that enables multiple selection.
 class FrameGroup.Proxy
           
 class NodeViewable
          StatefulViewable for tree-type content.
 class StatefulViewable<S extends Stateful>
          ViewableFrame with Stateful content.
 

Uses of TargetCore in facets.core.superficial
 

Subclasses of TargetCore in facets.core.superficial
 class SFrameTarget
          Extends TargetCore by framing application content to be exposed directly to facets.
 class SIndexing
          STarget representing one or more indices into a list of items.
 class SNumeric
          STarget representing a numeric value.
 class STextual
          STarget representing a textual value.
 class SToggling
          STarget representing a Boolean value.
 class STrigger
          STarget representing an application process.
 

Methods in facets.core.superficial with parameters of type TargetCore
static STargeter TargeterCore.newRetargeted(TargetCore target, boolean live)
           
 

Uses of TargetCore in facets.core.superficial.app
 

Subclasses of TargetCore in facets.core.superficial.app
 class IndexingFrame
          SelectingFrame that selects with an SIndexing.
 class IndexingTarget
          STarget with indexing of STarget children.
 class SAreaTarget
          Represents viewers and other surface areas to the targeter tree.
 class SelectingFrame
          SFrameTarget that maintains a SSelection.
 class ViewableFrame
          SelectingFrame that can respond to input from SViewers and ViewableActions.
 class ViewerTarget
          Connects a facet to the viewer and retargeting architectures.