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 | |
|---|---|---|---|
| AbstractDocument
| ch.capi.display |
Basic implementation of an IRootDocument and INetStateManager. |
|
| AbstractFont
| ch.capi.display.text |
Root level class for the Font that will be
managed by the FontManager class. |
|
| AbstractLoadableFile
| ch.capi.net |
Represents a AbstractLoadableFile. |
|
| ApplicationContext
| ch.capi.core |
Represents a context for the ApplicationFile. |
|
| ApplicationFile
| ch.capi.core | Represents an application file. | |
| ApplicationFileParser
| ch.capi.core |
Parser of ApplicationFile objects. |
|
| ApplicationMassLoader
| ch.capi.core |
Manages the massive loading of ApplicationFile. |
|
| ArrayHeap
| ch.capi.data.tree |
Default implementation of a IHeap. |
|
| ArrayList
| ch.capi.data |
Represents a IList using an Array
to store the elements. |
|
| CompositeMassLoader
| ch.capi.net | This is a utility class to avoid too much verbose code within the masapi API. | |
| CompositePriorityMassLoader
| ch.capi.net | This is a utility class to avoid too much verbose code within the masapi API. | |
| DefaultLoadPolicy
| ch.capi.net |
Basic implementation of a ILoadPolicy. |
|
| DependencyNotSafeError
| ch.capi.errors | Error thrown when a dependey is not safe. | |
| DictionnaryMap
| ch.capi.data |
Represents a IMap based on a Dictionnary. |
|
| ExtensionFileSelector
| ch.capi.net |
Selector of ILoadableFile based on the extension. |
|
| ExtensionNotDefinedError
| ch.capi.errors | Error thrown when an extension is not defined. | |
| FontsManager
| ch.capi.display.text |
Manages the registered Font. |
|
| FontsParser
| ch.capi.display.text | Parser of embed fonts. | |
| IDataStructure
| ch.capi.data | Represents a data structure. | |
| IHeap
| ch.capi.data.tree | Represents a heap data structure. | |
| IList
| ch.capi.data | Represents a list of data. | |
| ILoadableFile
| ch.capi.net | Represents a loadable file. | |
| ILoadableFileSelector
| ch.capi.net |
Selector for the creation of an ILoadableFile into a
LoadableFileFactory. |
|
| ILoadInfo
| ch.capi.net | Contains a lot of information about a massive loading. | |
| ILoadManager
| ch.capi.net | Represents a load manager. | |
| ILoadPolicy
| ch.capi.net | Represents a loading policy. | |
| IMap
| ch.capi.data | Represents an object that maps keys to values. | |
| IMassLoader
| ch.capi.net | Represents a massive loader. | |
| INetStateManager
| ch.capi.net | Represents an object that can manages his state over the Internet. | |
| IQueue
| ch.capi.data | Represents a FIFO list. | |
| IRootDocument
| ch.capi.display |
Represents an IRootDocument. |
|
| IStack
| ch.capi.data | Represents a LIFO list. | |
| LoadableFileFactory
| ch.capi.net |
Factory of ILoadableFile objects. |
|
| LoadableFileType
| ch.capi.net |
Defines the constants of the types for a ILoadableFile creation. |
|
| MassLoader
| ch.capi.net |
This is a basic implementation of a IMassLoader object. |
|
| MassLoadEvent
| ch.capi.events | Represents an event occuring during a massloading. | |
| NameAlreadyExistsError
| ch.capi.errors | Error thrown when a name that should be unique is duplicated. | |
| NetState
| ch.capi.net | Represents a state of a file. | |
| ParseError
| ch.capi.errors | Error orrured during a parse operation. | |
| PriorityEvent
| ch.capi.events | Represents a priority event. | |
| PriorityMassLoader
| ch.capi.net | Manages the massive loading of the files by priority. | |
| QueueList
| ch.capi.data |
Represents a basic implementation of a IQueue object. |
|
| StackList
| ch.capi.data |
Represents a basic implementation of a IStack object. |