Interfaces
 InterfaceDescription
 IPreview The IPreview interface extends IVisualElement and defines the base functionality of Preview that can be accessed by other components.
 IPreviewMediaModel The IPreviewMediaModel interface extends IPreviewModel and defines the base functionality of the model used by the Preview component for displaying media content (audio, video).
 IPreviewModel The IPreviewModel interface extends IEventDispatcher and defines the base functionality of the model used by the Preview component.
 IPreviewMultiPageModel The IPreviewMultiPageModel interface extends IPreviewModel and defines the base functionality of PreviewMultiPageModel.
 IPreviewSinglePageModel The IPreviewSinglePageModel interface extends IPreviewModel and defines the base functionality of PreviewSinglePageModel.
Classes
 ClassDescription
 AudioPreview The AudioPreview class extends NavSkinnableComponent to play audio content.
 Preview The Preview class extends NavSkinnableComponent to preview single and multipage documents, as well as audio and video content.
 PreviewFactory The PreviewFactory class is a factory for constructing IPreviewModels.
 PreviewHUD The PreviewHUD class extends NavSkinnableComponent to display the floating HUD (head-up-display) associated with a Preview.
 PreviewMediaModel The PreviewMediaModel class implements the IPreviewMediaModel interface and is required for the Preview component.
 PreviewModel The PreviewModel class implements the IPreviewModel interface and is required for the Preview component.
 PreviewMultiPageModel The PreviewMultiPageModel class implements the IPreviewMultiPageModel interface and is required for the Preview component.
 PreviewSinglePageModel The PreviewSinglePageModel class implements the IPreviewSinglePageModel interface and is required for the Preview component.
 VideoPreview The VideoPreview class extends VideoPlayer to play video content with more controls.