Interfaces
 InterfaceDescription
 IBasicCard IBasicCard is an interface that extends ISimpleCard and describes the minimum capabilities of a BasicCard.
 IBasicCardSkin The IBasicCardSkin interface defines effects that can be implemented by BasicCardSkin.
 ICardProvider ICardProvider is an interface that should be implemented by Layouts that want to use CardSlider to scroll to a Card.
 IPreviewCard IPreviewCard is an interface that extends ISimpleCard and describes the minimum capabilities of a PreviewCard.
 ISimpleCard ISimpleCard is an interface that describes the minimum capabilities of a SimpleCard.
Classes
 ClassDescription
 BasicCard The BasicCard class extends SimpleCard and implements a card with additional controls and three different layouts.
 CardFactory The CardFactory class is a singleton that can be called to construct Cards and associated ItemRenderer functions.
 FolderCard The FolderCard class extends BasicCard and displays attachments that are folders.
 GuideCard The GuideCard class extends SimpleCard to support next/previous card navigation and is used by the Linear navigator.
 PreviewCard The PreviewCard class extends SimpleCard to show large thumbnails corresponding to an IAttachment.
 SimpleCard The SimpleCard class extends NavSkinnableComponent to show a simple card that displays a thumbnail corresponding to an IAttachment.