Uses of Class
facets.core.app.NodeViewable

Packages that use NodeViewable
facets.facet.app.tree Generic tree viewer application classes. 
facets.idiom Examples of idiomatic use of Facets API. 
 

Uses of NodeViewable in facets.facet.app.tree
 

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

Constructors in facets.facet.app.tree with parameters of type NodeViewable
TreeTargets(FacetAppSurface app, NodeViewable viewable)
           
 

Uses of NodeViewable in facets.idiom
 

Methods in facets.idiom with parameters of type NodeViewable
protected  SView[] XmlView.newContentViews(NodeViewable viewable)