| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| lastIndex — Property, class ch.capi.utils.Matcher |
|
Defines the last index of the replacement in the source String. |
| length — Property, class ch.capi.data.ArrayList |
|
Defines the number of elements contained in
the ArrayList. |
| length — Property, interface ch.capi.data.IList |
|
Defines the number of elements contained in
the IList. |
| linkageName — Property, class ch.capi.display.text.AbstractFont |
|
Defines the linkage name. |
| linkedError — Property, class ch.capi.events.LoadStartErrorEvent |
|
Defines the linked error object. |
| LinkedMap — class, package ch.capi.data |
|
Represents a IMap that stores the order of the keys added to it. |
| LinkedMap() — Constructor, class ch.capi.data.LinkedMap |
|
Creates a new LinkedMap object. |
| listenersPriority — Property, class ch.capi.net.LoadableFileFactory |
|
Defines the listeners priority when the attachListeners method is used. |
| load(file:Object, context:ch.capi.net.app:IApplicationContext, withGlobalFiles:Boolean) — method, class ch.capi.net.app.ApplicationMassLoader |
|
Starts the loading of the specified file. |
| loadableFile — Property, class ch.capi.display.AbstractDocument |
|
Defines the ILoadableFile used to load this document. |
| loadableFile — Property, class ch.capi.net.app.ApplicationFile |
|
Defines the ILoadableFile. |
| loadableFileFactory — Property, class ch.capi.net.CompositeMassLoader |
|
Defines the LoadableFileFactory to use. |
| loadableFileFactory — Property, class ch.capi.net.app.ApplicationConfigLoader |
|
Defines the LoadableFileFactory. |
| loadableFileFactory — Property, class ch.capi.net.app.ApplicationFileParser |
|
Defines the LoadableFileFactory to use to create the ILoadableFile objects. |
| LoadableFileFactory — class, package ch.capi.net |
|
Factory of ILoadableFile objects. |
| LoadableFileFactory(alwaysUseCache:Boolean, defaultVirtualBytesTotal:uint, listenersPriority:int) — Constructor, class ch.capi.net.LoadableFileFactory |
|
Creates a new LoadableFileFactory object. |
| LoadableFileType — class, package ch.capi.net |
|
Defines the constants of the types for a ILoadableFile creation. |
| loadAll(xmlRequest:flash.net:URLRequest, appMassLoader:ch.capi.net.app:ApplicationMassLoader) — method, class ch.capi.net.app.ApplicationConfigLoader |
|
Initializes the loading of the specified XML configuration (from the URLRequest) and once loaded,
put all the files in the specified ApplicationMassLoader and start it. |
| loadAllFiles(appMassLoader:ch.capi.net.app:ApplicationMassLoader) — method, class ch.capi.net.app.ApplicationConfigLoader |
|
Once the loading and the parsing of the XML configuration is finished,
this method will be called if the loadAll method has intialized
the loading. |
| loadByPriority — Property, class ch.capi.net.PriorityMassLoader |
|
Defines if the loading is done by priority. |
| loaded — Property, interface ch.capi.net.ILoadManager |
|
Defines if the ILoadManager operation is complete. |
| loaded — Property, class ch.capi.net.MassLoader |
|
Defines if the ILoadManager operation is complete. |
| loaded — Property, class ch.capi.net.files.AbstractLoadableFile |
|
Defines if the ILoadManager operation is complete. |
| loadedIndex — Property, class ch.capi.events.MassLoadEvent |
|
Defines the index of the file in the loaded queue. |
| LOADER — Constant Static Property, class ch.capi.net.DataType |
|
Defines the Loader data type. |
| loaderContext — Property, class ch.capi.net.files.LoaderFile |
|
Defines the LoaderContext of the
Loader object. |
| loaderContext — Property, class ch.capi.net.files.URLLoaderFile |
|
Defines the LoaderContext for binary files when their are retrieved
as Loader. |
| LoaderFile — class, package ch.capi.net.files |
|
Represents a ILoadableFile based on a Loader object. |
| LoaderFile(loadObject:flash.display:Loader) — Constructor, class ch.capi.net.files.LoaderFile |
|
Creates a new LoaderFile object. |
| loadFile(file:ch.capi.net:ILoadManager) — method, class ch.capi.net.MassLoader |
|
Start the loading of a file. |
| loadFile(xmlRequest:flash.net:URLRequest, fileName:String, appMassLoader:ch.capi.net.app:ApplicationMassLoader) — method, class ch.capi.net.app.ApplicationConfigLoader |
|
Initializes the loading of the specified XML configuration (from the URLRequest) and once loaded,
put the specified file in the ApplicationMassLoader and start it. |
| loadInfo — Property, interface ch.capi.net.IMassLoader |
|
Defines the ILoadInfo object linked to the IMassLoader. |
| loadInfo — Property, class ch.capi.net.MassLoader |
|
Defines the ILoadInfo object linked to the IMassLoader. |
| loadManager — Property, class ch.capi.events.MassLoadEvent |
|
Defines the ILoadManager being loaded. |
| loadManagerObject — Property, interface ch.capi.net.ILoadableFile |
|
Defines the load manager object. |
| loadManagerObject — Property, class ch.capi.net.files.AbstractLoadableFile |
|
Defines the load manager object. |
| loadNextFile() — method, class ch.capi.net.MassLoader |
|
Start the loading of the next file. |
| loadOneFile(appMassLoader:ch.capi.net.app:ApplicationMassLoader, file:ch.capi.net.app:ApplicationFile) — method, class ch.capi.net.app.ApplicationConfigLoader |
|
Once the loading and the parsing of the XML configuration is finished,
this method will be called if the loadFile method has intialized
the loading. |
| loadPolicy — Property, interface ch.capi.net.IMassLoader |
|
Defines the ILoadPolicy to use. |
| loadPolicy — Property, class ch.capi.net.MassLoader |
|
Defines the ILoadPolicy to use. |
| LoadStartErrorEvent — class, package ch.capi.events |
|
Represents an error event that will be used when a file couldn't be started. |
| LoadStartErrorEvent(type:String, message:String, linkedError:Object) — Constructor, class ch.capi.events.LoadStartErrorEvent |
|
Creates a new LoadStartErrorEvent object. |
| log(level:int, text:String, methodPath:String) — method, interface ch.capi.utils.logging.ILogHandler |
|
Process the log information. |
| log(level:int, text:String, ... rest) — method, class ch.capi.utils.logging.Logger |
|
Log the text with the specified text only if the current
log level is lower or equal that the specified level. |
| log(level:int, text:String, methodPath:String) — method, class ch.capi.utils.logging.TextFieldHandler |
|
Process the log information. |
| log(level:int, text:String, methodPath:String) — method, class ch.capi.utils.logging.TraceHandler |
|
Process the log information. |
| Logger — class, package ch.capi.utils.logging |
|
Manages the logging. |
| Logger(name:String, parent:ch.capi.utils.logging:Logger, logLevel:int, ... rest) — Constructor, class ch.capi.utils.logging.Logger |
|
Creates a new Logger object. |
| logHandlers — Property, class ch.capi.utils.logging.Logger |
|
Defines the log handlers. |
| logLevel — Property, class ch.capi.utils.logging.Logger |
|
Defines the log level of the Logger. |
| LogLevel — class, package ch.capi.utils.logging |
|
Defines the most-used logging levels. |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |