Classes
 ClassDescription
 AbstractCalendar AbstractCalendar provides some basic abstracted calendar logic for UI classes such as days of each month (factoring leap years), first day of week in month, surrounding months, etc.
 AbstractMediaPlayer AbstractMediaPlayer provides abstract player control logic for audio/video players and the likes.
 AbstractPreloader AbstractPreloader provides a Preloader UI Abstract element.
 CirclePreloader CirclePreloader provides a circular dotted UI preloader element.
 ContextualMenu ContextualMenu provides a common ContextMenu interface.
 FLVPlayer FLVPlayer provides playback control interface logic to be used with sekati.media.FLV.
 Image Image provides a loadable Bitmap Image DisplayObject.
 Keyboard Keyboard provides an authoratative keyCodes collection which is otherwise only provided in the AIR implementation of the flash.ui.Keyboard class which omits the majority of the codes.
 MP3Player MP3Player provides playback control interface logic to be used with sekati.media.MP3.
 Reflection Reflection provides a UI reflection to a DisplayObject.
 RotationPlane RotationPlane provides a two dimensional plane containing two "material" DisplayObject's which can be manipulated via rotateX, rotateY.
 Scroll Scroll provides a flexible scrollbar controller class: handling mouseWheel (PC & Mac), dynamic resizing content, external size tracking for accordian style content scrolling, slideContent method, modal ui states, proportional bar, gutter and more.
 TextButton TextButton provides a very simple UI button with a text label and roll over states implementing InteractiveSprite.
 TextLabel Generic Text Label
 Viewport Viewport provides a faux application viewport via a set of letterboxing DisplayObject's to confine content.