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.files | Represents a AbstractLoadableFile. | |
| ApplicationConfigLoader | ch.capi.net.app | Utility class to load and parse an xml designed to be used by an ApplicationMassLoader. | |
| ApplicationContext | ch.capi.net.app | Represents a context for the ApplicationFile objects. | |
| ApplicationContextRegisterer | ch.capi.net.app | Utility class to register the named IApplicationContext instances. | |
| ApplicationFile | ch.capi.net.app | Represents an application file. | |
| ApplicationFileParser | ch.capi.net.app | Parser of ApplicationFile objects. | |
| ApplicationMassLoader | ch.capi.net.app | 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. | |
| CompositeMassLoaderRegisterer | ch.capi.net | Utility class to register the named ICompositeMassLoader instances. | |
| DataError | ch.capi.errors | Error thrown when data is not available. | |
| DataType | ch.capi.net | Represents some simple data type constants for the data of a ILoadableFile | |
| DefaultContextPolicy | ch.capi.net.policies | Default implementation of a IContextPolicy. | |
| DefaultLoadPolicy | ch.capi.net.policies | 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. | |
| DomainUtils | ch.capi.utils | Represents DomainUtils. | |
| ExtensionNotDefinedError | ch.capi.errors | Error thrown when an extension is not defined. | |
| FileTypeSelector | ch.capi.net | Selector of ILoadableFile based on the extension. | |
| FontsManager | ch.capi.display.text | Manages the registered Font. | |
| FontsParser | ch.capi.display.text | Parser of embed fonts. | |
| GlobalEvent | ch.capi.events | Represents event dispatched by the GlobalEventDispatcher. | |
| GlobalEventDispatcher | ch.capi.events | The GlobalEventDispatcher class allows to add some listeners to any kind of event sent by a sub-class. | |
| IApplicationContext | ch.capi.net.app | Represents a context for the ApplicationFile. | |
| ICompositeMassLoader | ch.capi.net | Represents a IMassLoader encapsulator to avoid too much code. | |
| IContextPolicy | ch.capi.net | Represents a manager of context for Loader and Sound objects. | |
| IDataStructure | ch.capi.data | Represents a data structure. | |
| IGlobalEventDispatcher | ch.capi.events | A IGlobalEventDispatcher is a IEventDispatcher that sends global events before and after any Event is dispatched. | |
| 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. | |
| 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. | |
| ILogHandler | ch.capi.utils.logging | A LogHandler processing the logging information (send it into a file, append it to a TextField, ...) | |
| 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. | |
| IProperties | ch.capi.data.text | An IProperties object can store and parse some key/value pairs. | |
| IQueue | ch.capi.data | Represents a FIFO list. | |
| IRootDocument | ch.capi.display | Represents an IRootDocument. | |
| IStack | ch.capi.data | Represents a LIFO list. | |
| LinkedMap | ch.capi.data | Represents a IMap that stores the order of the keys added to it. | |
| LoadableFileFactory | ch.capi.net | Factory of ILoadableFile objects. | |
| LoadableFileType | ch.capi.net | Defines the constants of the types for a ILoadableFile creation. | |
| LoaderFile | ch.capi.net.files | Represents a ILoadableFile based on a Loader object. | |
| LoadStartErrorEvent | ch.capi.events | Represents an error event that will be used when a file couldn't be started. | |
| Logger | ch.capi.utils.logging | Manages the logging. | |
| LogLevel | ch.capi.utils.logging | Defines the most-used logging levels. | |
| MassLoader | ch.capi.net | This is a basic implementation of a IMassLoader object. | |
| MassLoadEvent | ch.capi.events | Represents an event occuring during a massloading. | |
| Matcher | ch.capi.utils | Represents Matcher. | |
| 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. | |
| ParseUtils | ch.capi.utils | This class contains useful methods about String parsing. | |
| PriorityEvent | ch.capi.events | Represents a priority event. | |
| PriorityMassLoader | ch.capi.net | Manages the massive loading of the files by priority. | |
| Properties | ch.capi.data.text | The Properties class can store and parse some key/value pairs. | |
| QueueList | ch.capi.data | Represents a basic implementation of a IQueue object. | |
| SoundFile | ch.capi.net.files | Represents a ILoadableFile based on a Sound object. | |
| StackList | ch.capi.data | Represents a basic implementation of a IStack object. | |
| TextFieldHandler | ch.capi.utils.logging | ||
| TraceHandler | ch.capi.utils.logging | ||
| TreeMap | ch.capi.data | A TreeMap is a simply structured IMap that can have a parent IMap to search some keys. | |
| URLLoaderFile | ch.capi.net.files | Represents a ILoadableFile based on a URLLoader object. | |
| URLStreamFile | ch.capi.net.files | Represents a ILoadableFile based on a URLStream object. | |
| VariableReplacer | ch.capi.utils | Useful class to performe some replacements in a text, using an IMap to store the pairs of key/values. | |
| XMLDescriptor | ch.capi.data.xml | Represents an abstract XML descriptor. |