Uses of Class
facets.core.superficial.SFrameTarget

Packages that use SFrameTarget
facets.core.app Extensions and partial specialisations of core Superficial types. 
facets.core.superficial.app Superficial views, selection, content areas and hosts. 
facets.facet Surface building. 
 

Uses of SFrameTarget in facets.core.app
 

Subclasses of SFrameTarget in facets.core.app
 class FrameGroup
          STarget that enables multiple selection.
 class NodeViewable
          StatefulViewable for tree-type content.
 class StatefulViewable<S extends Stateful>
          ViewableFrame with Stateful content.
 

Methods in facets.core.app that return SFrameTarget
 SFrameTarget ViewerContenter.contentFrame()
          Returns the ViewableFrame framing content generated by the source of this ViewerContenter.
 SFrameTarget SimpleContenter.contentFrame()
          Implements abstract method.
 SFrameTarget NodeViewable.selectionFrame()
          Default implementation for TypedNode tree.
 

Methods in facets.core.app with parameters of type SFrameTarget
static SAreaTarget[] ActionViewerTarget.newViewerAreas(ViewableFrame viewable, SFrameTarget[] views)
          Convenience method for creating viewer arrangements.
 

Constructors in facets.core.app with parameters of type SFrameTarget
FrameGroup(SFrameTarget editable, SFrameTarget[] frames)
          Unique constructor.
FrameGroup(SFrameTarget editable, SFrameTarget[] frames)
          Unique constructor.
 

Uses of SFrameTarget in facets.core.superficial.app
 

Subclasses of SFrameTarget in facets.core.superficial.app
 class IndexingFrame
          SelectingFrame that selects with an SIndexing.
 class SelectingFrame
          SFrameTarget that maintains a SSelection.
 class ViewableFrame
          SelectingFrame that can respond to input from SViewers and ViewableActions.
 

Methods in facets.core.superficial.app that return SFrameTarget
 SFrameTarget SAreaTarget.activeContent()
          The SFrameTarget framing the content exposed by the active facet.
 SFrameTarget SContenter.contentFrame()
          Frame content wrapped by this contenter.
protected abstract  SFrameTarget IndexingFrame.newIndexedFrame(java.lang.Object indexed)
          Create a SFrameTarget complying with IndexingFrame.selectionFrame().
 SFrameTarget SelectingFrame.selectionFrame()
          Return a SFrameTarget framing the currently selected content.
 SFrameTarget IndexingFrame.selectionFrame()
          Re-implementation.
 

Uses of SFrameTarget in facets.facet
 

Methods in facets.facet that return SFrameTarget
protected abstract  SFrameTarget ViewerPaneForm.newSelectionFrame()
           
 

Methods in facets.facet with parameters of type SFrameTarget
protected abstract  STarget[] ViewerPaneForm.lazySelectionElements(SFrameTarget frameTarget, SView view, SSelection selection)