Uses of Interface
facets.util.Identified

Packages that use Identified
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. 
facets.util General-purpose utilities and non-Superficial interfaces. 
facets.util.datatree Simple XML-compatible trees. 
facets.util.geom Plane geometry. 
facets.util.shade Abstract colours. 
 

Uses of Identified in facets.core.app
 

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

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

Uses of Identified in facets.core.superficial.app
 

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

Uses of Identified in facets.util
 

Classes in facets.util that implement Identified
 class FileNode
          DataNode that knows about Files.
 

Uses of Identified in facets.util.datatree
 

Classes in facets.util.datatree that implement Identified
 class DataNode
          Mutable, persistable TypedNode.
 class ExceptionNode
          Wraps an exception in a DataNode.
 class TypedNode<V>
          Defines simple tree node.
 class ValueNode
          DataNode whose values can be stored and retrieved using keys.
 

Uses of Identified in facets.util.geom
 

Classes in facets.util.geom that implement Identified
 class Line
          Abstract 2D line.
 

Uses of Identified in facets.util.shade
 

Classes in facets.util.shade that implement Identified
 class Shade
          Named abstract colour.