Interface | Description |
---|---|
XMLView.ViewFactory |
Interface to be implemented by all view factories.
|
Class | Description |
---|---|
CarouselView |
A factory to render an image carousel in an XMLView.
|
DefaultXMLViewKit |
A utility class that instantiates the basic view factories and registers them
with the XML view.
|
ImageView |
A factory to render an image in an XMLView.
|
ParagraphView |
View factory to display a paragraph of text.
|
VideoView |
A View factory for displaying videos.
|
XMLView |
A component that renders XML content as a visual component.
|