Uses of Class
facets.core.superficial.app.ViewableFrame

Packages that use ViewableFrame
facets.core.app Extensions and partial specialisations of core Superficial types. 
facets.core.superficial.app Superficial views, selection, content areas and hosts. 
facets.facet.app.tree Generic tree viewer application classes. 
 

Uses of ViewableFrame in facets.core.app
 

Subclasses of ViewableFrame in facets.core.app
 class NodeViewable
          StatefulViewable for tree-type content.
 class StatefulViewable<S extends Stateful>
          ViewableFrame with Stateful content.
 

Fields in facets.core.app declared as ViewableFrame
static ViewableFrame ViewerContenter.VIEWABLE_NONE
           
 

Methods in facets.core.app that return ViewableFrame
protected  ViewableFrame ViewerContenter.newContentViewable(java.lang.Object source)
          Create a ViewableFrame framing content.
 

Methods in facets.core.app with parameters of type ViewableFrame
protected  java.lang.String ViewerContenter.newContentRootTitle(ViewableFrame viewable)
          Return the title for a content root.
protected  FacetedTarget[] ViewerContenter.newContentViewers(ViewableFrame viewable)
          Create a FacetedTarget[] defining an arrangement of viewers for viewable.
static SAreaTarget[] ActionViewerTarget.newViewerAreas(ViewableFrame viewable, SFrameTarget[] views)
          Convenience method for creating viewer arrangements.
 

Constructors in facets.core.app with parameters of type ViewableFrame
ActionViewerTarget(java.lang.String title, ViewableFrame viewable, STarget views)
          Unique constructor.
 

Uses of ViewableFrame in facets.core.superficial.app
 

Constructors in facets.core.superficial.app with parameters of type ViewableFrame
ViewerTarget(java.lang.String title, ViewableFrame viewable, STarget views)
          Unique constructor.
 

Uses of ViewableFrame in facets.facet.app.tree
 

Methods in facets.facet.app.tree that return ViewableFrame
protected  ViewableFrame TreeAppContenter.newContentViewable(java.lang.Object source)
           
 

Methods in facets.facet.app.tree with parameters of type ViewableFrame
protected  FacetedTarget[] TreeAppContenter.newContentViewers(ViewableFrame viewable)
          Delegates to TreeAppSpecifier