Uses of Interface
facets.core.superficial.app.SView

Packages that use SView
facets.core.app Extensions and partial specialisations of core Superficial types. 
facets.core.app.avatar Core types for custom viewers. 
facets.core.superficial.app Superficial views, selection, content areas and hosts. 
facets.facet Surface building. 
facets.facet.app General application building. 
facets.facet.app.tree Generic tree viewer application classes. 
facets.idiom Examples of idiomatic use of Facets API. 
 

Uses of SView in facets.core.app
 

Classes in facets.core.app that implement SView
 class HtmlView
          TextView displaying rich text defined using HTML.
 class ListView
          TreeView that displays only the direct children of its root.
 class TableView
          SelectionView that generates tabular viewer data.
 class TextTreeView
          TreeView that converts TypedNodes to (typically HTML) text.
 class TextView
          SView displaying plain or rich text.
 class TreeView
          SelectionView for TypedNode content.
 

Uses of SView in facets.core.app.avatar
 

Subinterfaces of SView in facets.core.app.avatar
 interface AvatarView
          Policy for a viewer that uses custom avatars.
 interface PlaneView
          Policy for a custom viewer that plots to an unbounded plane.
 interface ZoomPanView
          Policy for a viewer that zooms and pans over a bounded plane area.
 

Classes in facets.core.app.avatar that implement SView
 class AvatarViewWorks
          SelectionView that (partially) implements AvatarView.
 class PlaneViewWorks
          AvatarViewWorks that implements PlaneView.
 class ZoomPanViewWorks
          PlaneViewWorks that implements ZoomPanView.
 

Uses of SView in facets.core.superficial.app
 

Classes in facets.core.superficial.app that implement SView
 class SelectionView
          SSelection-aware SView implementation.
 

Fields in facets.core.superficial.app declared as SView
static SView SView.NO_VIEW
          Invalid SView for use in viewers with invariable view properties.
 

Methods in facets.core.superficial.app that return SView
 SView SViewer.view()
          Defines the viewer facet type and supplies its policy.
 

Methods in facets.core.superficial.app with parameters of type SView
 ViewableAction[] ViewableFrame.viewerActions(SView view)
          Return actions to be made available in a viewer
 

Uses of SView in facets.facet
 

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

Uses of SView in facets.facet.app
 

Methods in facets.facet.app that return SView
protected  SView FacetDialogSurface.MultiPaged.newPagesTreeView(TypedNode[] treeNodes)
          Re-implementation creating either a ListView or a TreeView.
 

Uses of SView in facets.facet.app.tree
 

Methods in facets.facet.app.tree that return SView
protected  SView[] TreeAppSpecifier.newContentViews(NodeViewable viewable)
          Enables redefinition of SViews supplying viewer policy.
 

Uses of SView in facets.idiom
 

Methods in facets.idiom that return SView
protected  SView[] XmlView.newContentViews(NodeViewable viewable)