Uses of Interface
facets.core.superficial.Notifying

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

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

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

Classes in facets.core.superficial that implement Notifying
 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.
 class TargetCore
          Implements STarget.
 class TargeterCore
          Implements STargeter.
 

Fields in facets.core.superficial with type parameters of type Notifying
 java.util.List<Notifying> Notice.sources
           
 

Methods in facets.core.superficial with parameters of type Notifying
 Notice Notice.addSource(Notifying source)
           
 

Constructors in facets.core.superficial with parameters of type Notifying
Notice(Notifying source, Notifying.Impact impact)
           
 

Uses of Notifying in facets.core.superficial.app
 

Classes in facets.core.superficial.app that implement Notifying
 class AreaTargeter
          Ancestor class of all targeters returned by SAreaTargets.
 class IndexingFrame
          SelectingFrame that selects with an SIndexing.
static class IndexingFrame.FrameTargeter
          Targeter for an IndexingFrame.
 class IndexingTarget
          STarget with indexing of STarget children.
 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 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.