Class Summary |
AbstractTextNode |
Abstract Node implementation for text. |
AttributeKey |
Key class used to quickly retrieve attribute values from UINodes and
AttributeMaps. |
BaseMutableUINode |
Root implementation for storing a mutable node of a UIX Components UI tree. |
BaseRenderer |
Basic implementation of Renderer. |
BaseUINode |
Root implementation for storing a node of a UIX Components UI tree. |
ElementRenderer |
Renderer implementation that can output elements. |
LogicalNodeRenderingContext |
Abstract RenderingContext implementation providing support for
managing logical ancestors and DataProviders. |
NodeRole |
A NodeRole defines the role a single UINode plays in the rendering
process. |
NodeUtils |
Utility methods for working with UINodes. |
RenderedNodeRenderingContext |
Abstract base class adding the following support to
LogicalNodeRenderingContext
Current DataObject
Rendered Nodes
Node Properties
Local Properties
This class is subclassed by RenderingContexts that don't delegate
the storage of their rendering state to another RenderingContext. |
RendererFactoryImpl |
A default implementation of a RendererFactory. |
RendererManager |
RendererManager maintains a table of RendererFactories, keyed
by namespace. |
RootRenderingContext |
Default implementation of RenderingContext used as the root for rendering
a tree of UINodes. |
TextNode |
Node implementation for text. |
UINodeProxy |
|