Uses of Class
facets.util.StatefulCore

Packages that use StatefulCore
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.util General-purpose utilities and non-Superficial interfaces. 
facets.util.datatree Simple XML-compatible trees. 
 

Uses of StatefulCore in facets.core.app
 

Subclasses of StatefulCore in facets.core.app
 class HtmlContent
          Stateful container for mutable HTML source.
 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 StatefulCore in facets.core.app.avatar
 

Subclasses of StatefulCore in facets.core.app.avatar
 class AvatarViewWorks
          SelectionView that (partially) implements AvatarView.
 class PlaneViewWorks
          AvatarViewWorks that implements PlaneView.
 class ZoomPanViewWorks
          PlaneViewWorks that implements ZoomPanView.
 

Uses of StatefulCore in facets.core.superficial.app
 

Subclasses of StatefulCore in facets.core.superficial.app
 class SelectionView
          SSelection-aware SView implementation.
 

Uses of StatefulCore in facets.util
 

Subclasses of StatefulCore in facets.util
 class FileNode
          DataNode that knows about Files.
 

Uses of StatefulCore in facets.util.datatree
 

Subclasses of StatefulCore in facets.util.datatree
 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.