Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
Class | Package | Description | |
---|---|---|---|
AnnotatedDocument
| at.display |
Part of the AnnotationModule that shows the availble annotations
from a configuration XML file loaded in to the Module. |
|
Annotation
| at.data | ||
AnnotationAccordionItemRenderer
| at.display | ||
AnnotationDetail
| at.display |
The AnnotationDetail component displays loaded content
to augment detail in the AnnotationDocument . |
|
AnnotationEvent
| at.events |
Defines all of the custom events for the AnnotationModule . |
|
AnnotationList
| at.display |
The AnnotationList contains an Accordion
component to display sections of annotations. |
|
AnnotationModule
| at.modules |
The AnnotationModule is displays a list of clickable annotations
that highlight in a displayed HTML document and display further information
about the highlighted text from an external file. |
|
ApplicationCrumbManager
| at.managers | ||
ApplicationHistoryManager
| at.managers | ||
ApplicationUtils
| at.utils | ||
Base3DContainer
| at.containers |
This component lays out DisplayObject s added as children of
the component into different orentations based off of the layoutMode . |
|
Base3DContainerLayoutModes
| at.core |
The options for the layoutMode property of
the SiteMap3DModule . |
|
BookEnd
| at.datacollection.db.table | The IDatabaseTable implemenation of the data collection table for BookEnd. | |
BookEndRow
| at.datacollection.db.tableRow | This class represents the data structure that is used in the Data Collection Database. | |
BookmarkButtonBarNavigator
| at.display |
The BookmarkButtonBarNavigator extends the ButtonBarNavigator
to show a list of all the bookmarks for a call. |
|
BookmarkDrop
| at.containers |
The BookmarkDrop component is used inside of the
PreCallModule . |
|
BookmarkSlideItemRenderer
| at.display |
Item renderer for the BookmarkTileList . |
|
BookmarkTable
| at.db.tables | private | |
BookmarkTileList
| at.display | A convenience class to have visual bookmarks. | |
BookmarkUpdater
| at.db.tables | private | |
BookStart
| at.datacollection.db.table | The IDatabaseTable implemenation of the data collection table for BookStart. | |
BookStartRow
| at.datacollection.db.tableRow | This class represents the data structure that is used in the DataCollection Database. | |
BrandSwitcher
| at.controls | A component for switching brands. | |
BrandTable
| at.db.tables | private | |
BreadcrumbDisplay
| at.display |
The BreadcrumbDisplay is a visual trail of the current path into the program. |
|
ButtonBarNavigator
| at.display |
Based on XML loaded into slideNavXML , rows of buttons are created to
navigate sections of content. |
|
CallButtonBarNavigator
| at.display |
The CallButtonBarNavigator extends the ButtonBarNavigator
to show a list of all the calls for an indication. |
|
CallButtonSkin
| at.skins | ||
CallSwitcher
| at.display |
The CallSwitcher component transitions from one display
to a different display via a 3-dimensional rotating cube. |
|
CallSwitcherDirections
| at.core |
This class identifies the direction s that
can be used in the CallSwitcher
component. |
|
CallTable
| at.db.tables | private | |
CallUpdater
| at.db.tables | private | |
CallValidator
| at.validators | ||
Connection
| at.db.sql | This class maintains the sql connection for the SQLEngine. | |
CrumbManager
| at.managers | ||
CustomCheckBoxSkin
| at.skins |
Custom skin for the CheckBox in the QuickViewModule . |
|
DatabaseUtils
| at.utils | ||
DataCollectionInterface
| at.datacollection.db | Static class for inserting BookStart and BookEnd information into the DataCollection database. | |
DataCollectionModule
| at.datacollection | ||
DataCollectionUtils
| at.utils | ||
DataFormattingUtils
| at.utils | ||
DataInterface
| at.data | A Class with static methods accessible from anywhere in the program without needing to manage references to it. | |
DataInterfaceEvent
| at.events | ||
DataItemAllCalls
| at.datacollection | ||
DataItemAllOverlays
| at.datacollection | ||
DataItemAllSlides
| at.datacollection | ||
DataItemCall
| at.datacollection | ||
DataItemForm
| at.datacollection | ||
DataItemGeneric
| at.datacollection | This is the generic DataCollection item for the eVE DataCollection Module. | |
DataItemOverlay
| at.datacollection | ||
DataItemPrecall
| at.datacollection | ||
DataItemSlide
| at.datacollection | ||
DataItemVideo
| at.datacollection | ||
DataTables
| at.datacollection.db.table | This class is handles pushing the data from the DataCollection Module to the DataCollecton Module Database. | |
DataWorkerCall
| at.datacollection.workers | ||
DataWorkerForm
| at.datacollection.workers | ||
DataWorkerGeneric
| at.datacollection.workers | ||
DataWorkerOptions
| at.datacollection.workers | These are the available data collection options for all DataCollection module workers. | |
DataWorkerOverlay
| at.datacollection.workers | ||
DataWorkerPrecall
| at.datacollection.workers | ||
DataWorkerRepbag
| at.datacollection.workers | This class handles the data collection of repbag items. | |
DataWorkerSlide
| at.datacollection.workers | ||
DataWorkerVideo
| at.datacollection.workers | ||
Duration
| at.utils | ||
EveDataChangeEvent
| at.events | Class that sets static constant variables that communicate to the application when either Brand, Indication or Call change. | |
EveDefaultFonts
| at.display | All the default fonts used in the eVE framework. | |
EveDefaultImagery
| at.display | All of the default imagery for eVE. | |
EveEvent
| at.events | These events specialized for eVE Content. | |
EveScreenCaptureSettings
| at.display | ||
EveWindowed
| at.display |
EveWindowed defines a WindowedApplication based on the Adobe AIR
framework. |
|
Finder
| flexlib.controls.textClasses | ||
FixedScrollThumb
| at.controls |
Used with the ScrollUtils to create a ScrollThumb on
a ScrollBar that has a fixed, defined size. |
|
GlobalAudio
| at.data | ||
GlobalSettings
| at.data | This class is used for setting and getting the global variables for the application. | |
HFixedScrollThumb
| at.controls |
Used with the ScrollUtils to create a ScrollThumb on
a ScrollBar that has a fixed, defined size. |
|
Highlighter
| flexlib.controls | ||
HistoryChangedEvent
| at.events | Class that sets static constant variables that communicate to the application when there has been a change with the parameters of the History Manager. | |
HistoryEvent
| at.events | Class that sets a static constant variable that communicates to the application when the History Manager has been reset. | |
HistoryManager
| at.managers | ||
HorizontalDataScrollList
| at.controls |
The HorizontalDataScrollList implements the default
eVE style for scroll bars. |
|
HourMinuteSecondFormatter
| at.formatters |
Converts a number of seconds value (150.54) from a Number to a
time signature (hh:mm:ss). |
|
IDatabaseTable
| at.db.sql | This is the implementation of the SQLEngine's version of a database table. | |
IDataFormattingUtils
| at.utils | ||
IDataInterface
| at.data | This interface represents the methods used in the eVE DataInterface. | |
IDataItemAllDescription
| at.datacollection.data | ||
IDataItemDescription
| at.datacollection.data | Interface for all data items in the eVE Data Collection Module. | |
IDataItemWorker
| at.datacollection.workers | This is the interface for all DataCollection Module worker classes. | |
IEveDataChangeEvent
| at.events | ||
IEveWindowed
| at.display | This interface represents the methods used in the eVE EveWindowed Class. | |
IHistoryManager
| at.managers | ||
IHistoryManagerClient
| at.managers | ||
IImageStackNavigatorHolder
| at.display | ||
ImageNavigator
| at.display |
The ImageNavigator class is a INavigationUI component that requires
a navigation dataProvider to operate. |
|
ImageNavigatorDisplayOrder
| at.core |
Sets the order for display in the ImageNavigator . |
|
ImageNavigatorItemRenderer
| at.display | ||
ImageStackEvent
| at.events |
Used for swf files loaded into the ImageStackNavigator
to add interaction. |
|
ImageStackHolder
| at.display | ||
ImageStackNavigator
| at.display |
The ImageStackNavigator is a navigation component to view content as
visual panes in a 3D space. |
|
IMultiColumnViewItemRenderer
| at.display |
Determines what an itemRenderer for the
MultiColumnView requires. |
|
INavigationChangeEvent
| at.events | ||
INavigationManager
| at.managers | ||
INavigationUI
| at.display | Sets properties all navigational components must have. | |
INavigationUIDataChange
| at.display |
This interface extends the INavigationUI interface. |
|
IndicationTable
| at.db.tables | private | |
IOverlayEvent
| at.events | ||
IOverlayModule
| at.modules | ||
IPresentationModule
| at.modules | ||
ISQLParams
| at.db.sql | Interface for the SQLEngine's SQL parameters. | |
ISQLStatement
| at.db.sql | An Interface for a SQL Statement in the SQLEngine. | |
IVideoPopUpContainer
| at.containers |
Interface for custom video player components that want to be popped-up using
the OverlayModule . |
|
IXMLUtils
| at.utils | ||
LiveData
| at.datacollection.utils | This class is intended for debugging use only. | |
MethodCache
| at.utils | Crates a local cache of database queries where appropriate. | |
MultiColumnView
| at.display |
The MultiColumnView is a tri-tiered menu component. |
|
MultiColumnViewEvent
| at.events |
MultiColumnViewEvent s help in the positioning of the
MultiColumnView component. |
|
MultiColumnViewItemRenderer
| at.display |
This is the itemRenderer for the MultiColumnView
component. |
|
MultiPathSlideManager
| at.managers |
Extends SlideManager . |
|
MultipleResultStruct
| at.datacollection.data.form | This class is used internally for the DataItemForm class and is not intended for use inside an eVE Application. | |
NavigationButton
| at.controls |
The NavigationButton class adds some new functionality to the default
Flex Button . |
|
NavigationButtonDirection
| at.core |
Specifies the direction for the SectionButton component
when used in ActionScript. |
|
NavigationChangeEvent
| at.events |
Class that sets static constant variables that communicate to the application when there has been a change with
the parameters of a INavigationManager . |
|
NavigationChangeValidator
| at.validators | ||
NavigationErrorCodes
| at.core | Class for storing static constant variables with the most common application navigational error codes. | |
NavigationErrorEvent
| at.events | Class that sets static constant variables that communicate to the application when there has been an error during the change with the parameters of the Navigation Manager. | |
NavigationUIEvent
| at.events |
Events for components that implement the INavigationUI interface. |
|
NetworkMonitorEvent
| at.events | Class that sets static constant variables that communicate to the application when there has been a change of status with the network. | |
OverlayEvent
| at.events |
Events that allow for loading of content in a pop up window via the OverlayModule . |
|
OverlayModule
| at.modules | Handles the loading and display of different types of PopUp windows. | |
OverlayWindow
| at.containers |
This class creates an instance of the TitleWindow to pop up content
in an overlay. |
|
ParseUtils
| at.utils | ||
PDFViewer
| at.display | PDFViewer This class displays PDF files using the HTMLLoader class. | |
PreCallBase
| at.containers |
The PreCallBase is the basis for the PreCallModule . |
|
PreCallControl
| at.utils |
This class handles basic functionality of the PreCallModule . |
|
PreCallControlEvent
| at.events | Events dispatched via the precall control. | |
PreCallModule
| at.modules | ||
PreCallModuleEvent
| at.events | ||
PresentationModule
| at.modules |
The PresentationModule uses many of eVE's features and integrates them into a Module to
easily display and navigate content, typically Slide content. |
|
QuestionMultipleResultStruct
| at.datacollection.data.form | This class is used internally for the DataItemForm class and is not intended for use inside an eVE Application. | |
QuestionSingleResultStruct
| at.datacollection.data.form | This class is used internally for the DataItemForm class and is not intended for use inside an eVE Application. | |
QuickViewModule
| at.modules |
The QuickViewModule allows for the quick and easy
navigation and filtering of all the slides in a given call. |
|
QuickViewSlideItemRenderer
| at.display |
Item renderer for the QuickViewModule . |
|
Repbag
| at.display |
The Repbag is a tri-tiered menu component that extends its functionality from MultiColumnView . |
|
RepBagTable
| at.db.tables | private | |
ScreenCaptureEvent
| at.events | Events that are utilized by eVE's screen capture. | |
ScreenCaptureQuality
| at.core | The quality for the screen capture process. | |
ScrollBarUtils
| at.utils | ||
ScrollThumbSkin
| at.skins | ||
SectionButtonSkin
| at.skins | ||
SectionTable
| at.db.tables | private | |
SiteMap3DContainer
| at.containers |
The ImageStackNavigator is a navigation component to view content as
visual panes in a 3D space. |
|
SiteMap3DDataList
| at.controls |
Displayed in the SiteMap3DModule , this displays the list of
slides. |
|
SiteMap3DModule
| at.modules |
The SiteMap3DModule is a carousel represenation of all
of the slides for a brand. |
|
SiteMap3DPanel
| at.controls |
The SiteMap3DPanel contains a list of slides contained
in the section, the name of which is displayed in a Label at
the top of the component. |
|
SiteMap3DPanelItemRenderer
| at.controls |
This class is the itemRenderer used in the list in the
SiteMap3DPanel . |
|
SiteMap3DSectionItemRenderer
| at.controls |
This component is the itemRenderer for the List in the
SiteMap3DModule . |
|
SiteMapImageViewItemRenderer
| at.display |
Item renderer for the SiteMapModule image view. |
|
SiteMapListModule
| at.modules |
The SiteMapModule allows for easy navigation to any
slide in brand. |
|
SiteMapSlideItemRenderer
| at.display | ||
Slide
| at.display | Defines common methods and properties for slides used within eVE. | |
SlideDisplay
| at.display |
The SlideDisplay class is a convenience class that contains a
SmoothSWFLoader . |
|
SlideDropTarget
| at.containers | ||
SlideDropTargetItemRenderer
| at.display |
The item renderer for the dropped area for slides in the PreCallModule . |
|
SlideEvent
| at.events | Events for the status of slides. | |
SlideItemRenderer
| at.display |
The itemRenderer for the PreCallModule and the
QuickViewModule . |
|
SlideManager
| at.managers |
Accepts an XMLList where each childnode represents a content slide. |
|
SlideRepositoryTileList
| at.controls |
Used internally to the PreCallModule , the SlideRepositoryTileList
handles custom drag images to drop into a SlideDropTarget . |
|
SlideTable
| at.db.tables | private | |
SlideTiler
| at.display | A navigational UI component that allows navigation via tiling the loaded imagery specified by XML into windows. | |
SlideTilerWindow
| at.display |
The window used in the SlideTiler that loads and unloads images
or swf content. |
|
SlotData
| at.datacollection.db.tableRow | This class represents the data structure that is used in the DataCollection Database. | |
Slots_End
| at.datacollection.db.table | The IDatabaseTable implemenation of the DataTable for Slots_Start. | |
Slots_Start
| at.datacollection.db.table | The IDatabaseTable implemenation of the DataTable for Slots_End. | |
SmoothSWFLoader
| at.controls |
Special SWFLoader that has the option to smooth bitmap content to look
anti-aliased when scaled. |
|
SQLEngine
| at.db.sql | ||
SQLEngineStatement
| at.db.sql | An implementation of the ISQLStatement interface. | |
SQLExecuteModes
| at.db.sql | ||
SQLHelper
| at.db.sql | ||
StateUtils
| at.utils | ||
StyleButton
| at.controls |
Adds two separate styles, backgroundColor and
backgroundAlpha to the button to better help in
styling of the button. |
|
SynchUpdates
| at.db.tables | private | |
SynchUpdatesRow
| at.db.RowData | private | |
TextFieldUtil
| at.utils | ||
TrainingButton
| at.display | Sub class of button for use with the training overlay module feature. | |
TransactionQueue
| at.db.sql | This class is the heart of the SQLEngine's queued SQL transaction. | |
TransactionSync
| at.db.sql | ||
VDataScrollThumb
| at.controls |
The VDataScrollThumb skins and places a label
on the FixedScrollThumb component it is used on. |
|
VFixedScrollThumb
| at.controls |
Used with the ScrollUtils to create a ScrollThumb on
a ScrollBar that has a fixed, defined size. |
|
XMLDataEvent
| at.events | ||
XMLUtils
| at.utils |