| 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 |
| parallelFiles — Property, interface ch.capi.net.IMassLoader |
|
Defines the number of files that will be loaded simultaneously. |
| parallelFiles — Property, class ch.capi.net.MassLoader |
|
Defines the number of files that will be loaded simultaneously. |
| parent — Property, class ch.capi.data.TreeMap |
|
Defines the parent IMap to look for the variables. |
| parent — Property, class ch.capi.utils.logging.Logger |
|
Defines the parent Logger. |
| parse(properties:String, source:ch.capi.data:IMap, replaceChars:Boolean) — Static Method , class ch.capi.data.text.Properties |
|
Parses the specified String. |
| parse(node:flash.xml:XMLNode) — method, class ch.capi.display.text.FontsParser |
|
Parse the Font contained in the XMLNode. |
| parse(source:String, contextName:String, loadableFileFactory:ch.capi.net:LoadableFileFactory) — Static Method , class ch.capi.net.app.ApplicationFileParser |
|
Parses the specified source String, using the specified LoadableFileFactory in
a new ApplicationContext. |
| parseBoolean(str:String) — Static Method , class ch.capi.utils.ParseUtils |
|
Parses the specified String to a Boolean. |
| parseColor(str:String) — Static Method , class ch.capi.utils.ParseUtils |
|
Parses the specified String into a color. |
| parseData(src:String, replaceChars:Boolean) — method, interface ch.capi.data.text.IProperties |
|
Parses the specified source. |
| parseData(src:String, replaceChars:Boolean) — method, class ch.capi.data.text.Properties |
|
Parses the specified source. |
| parseDependencies(node:flash.xml:XMLNode) — method, class ch.capi.net.app.ApplicationFileParser |
|
Parses the ApplicationFile dependencies of the specified XMLNode. |
| ParseError — class, package ch.capi.errors |
|
Error orrured during a parse operation. |
| ParseError(method:String, message:String, source:Object) — Constructor, class ch.capi.errors.ParseError |
|
Creates a new ParseError object. |
| parseFiles(node:flash.xml:XMLNode) — method, class ch.capi.net.app.ApplicationFileParser |
|
Parses the ApplicationFile of the specified XMLNode. |
| parseFloat(str:String) — Static Method , class ch.capi.utils.ParseUtils |
|
Parses the specified String to a Float using the parseFloat global function. |
| parseInteger(str:String, radix:int) — Static Method , class ch.capi.utils.ParseUtils |
|
Parses the specified String to a Integer using the parseInt global function. |
| parseNode(node:flash.xml:XMLNode) — method, class ch.capi.net.app.ApplicationFileParser |
|
Parse the specified XMLNode. |
| parseNumber(str:String) — Static Method , class ch.capi.utils.ParseUtils |
|
Parses the specified String to a Number using the Number global function. |
| parseSource(source:Object) — method, class ch.capi.data.xml.XMLDescriptor |
|
Parses the specified object to a XMLNode. |
| parseUnsigned(str:String) — Static Method , class ch.capi.utils.ParseUtils |
|
Parses the specified String to an unsigned Integer. |
| ParseUtils — class, package ch.capi.utils |
|
This class contains useful methods about String parsing. |
| parseVariables(node:flash.xml:XMLNode) — method, class ch.capi.net.app.ApplicationFileParser |
|
Parses the variables of the specified XMLNode. |
| percentLoaded — Property, interface ch.capi.net.ILoadInfo |
|
Defines the percent of bytes loaded. |
| prepareFixedRequest() — method, interface ch.capi.net.ILoadableFile |
|
Tells the ILoadableFile to update the fixedRequest value that
will be used to load the file. |
| prepareFixedRequest() — method, class ch.capi.net.files.AbstractLoadableFile |
|
Tells the ILoadableFile to update the fixedRequest value that
will be used to load the file. |
| printFiles(traceResult:Boolean) — method, class ch.capi.net.app.ApplicationContext |
|
Print all the ApplicationFile instances contained in the current ApplicationContext. |
| priority — Property, class ch.capi.events.MassLoadEvent |
|
The priority of the file. |
| priority — Property, class ch.capi.net.app.ApplicationFile |
|
Defines the priority of the ApplicationFile. |
| priorityChanged — Event, class ch.capi.net.CompositeMassLoader |
|
Dispatched when the loading of files with a lower priority starts. |
| priorityChanged — Event, interface ch.capi.net.ICompositeMassLoader |
|
Dispatched when the loading of files with a lower priority starts. |
| priorityChanged — Event, class ch.capi.net.PriorityMassLoader |
|
Dispatched when the loading of files with a lower priority starts. |
| PRIORITY_CHANGED — Constant Static Property, class ch.capi.events.PriorityEvent |
|
Event when the priority changes. |
| PriorityEvent — class, package ch.capi.events |
|
Represents a priority event. |
| PriorityEvent(type:String, newPriority:int, files:Array) — Constructor, class ch.capi.events.PriorityEvent |
|
Creates a new PriorityEvent object. |
| PriorityMassLoader — class, package ch.capi.net |
|
Manages the massive loading of the files by priority. |
| PriorityMassLoader(parallelFiles:uint, loadByPriority:Boolean) — Constructor, class ch.capi.net.PriorityMassLoader |
|
Creates a new PriorityMassLoader object. |
| processClosePolicy(file:ch.capi.net:ILoadManager, closeEvent:flash.events:Event) — method, class ch.capi.net.MassLoader |
|
Processes the loading policy on the currently closed file. |
| processFileClose(file:ch.capi.net:ILoadManager, closeEvent:flash.events:Event, source:ch.capi.net:IMassLoader) — method, interface ch.capi.net.ILoadPolicy |
|
Called by a IMassLoader when a file download is complete. |
| processFileClose(file:ch.capi.net:ILoadManager, closeEvent:flash.events:Event, source:ch.capi.net:IMassLoader) — method, class ch.capi.net.policies.DefaultLoadPolicy |
|
Called by the MassLoader when a file download is complete. |
| processFileOpen(file:ch.capi.net:ILoadManager, source:ch.capi.net:IMassLoader) — method, interface ch.capi.net.ILoadPolicy |
|
Called by a IMassLoader before it starts to load the specified ILoadManager. |
| processFileOpen(file:ch.capi.net:ILoadManager, source:ch.capi.net:IMassLoader) — method, class ch.capi.net.policies.DefaultLoadPolicy |
|
Called by a IMassLoader before it starts to load the specified ILoadManager. |
| processLoading(request:flash.net:URLRequest) — method, class ch.capi.net.files.AbstractLoadableFile |
|
Tell the ILoadableFile to start the loading process. |
| processLoading(request:flash.net:URLRequest) — method, class ch.capi.net.files.LoaderFile |
|
Starts the loading of the Loader. |
| processLoading(request:flash.net:URLRequest) — method, class ch.capi.net.files.SoundFile |
|
Starts the loading of the Sound. |
| processLoading(request:flash.net:URLRequest) — method, class ch.capi.net.files.URLLoaderFile |
|
Starts the loading of the URLLoader. |
| processLoading(request:flash.net:URLRequest) — method, class ch.capi.net.files.URLStreamFile |
|
Starts the loading of the URLStream. |
| processOpenPolicy(file:ch.capi.net:ILoadManager) — method, class ch.capi.net.MassLoader |
|
Process the loading policy on the currently file that is being open. |
| progress — Event, class ch.capi.net.CompositeMassLoader |
|
Dispatched when data is received as the download operation progresses. |
| progress — Event, interface ch.capi.net.ICompositeMassLoader |
|
Dispatched when data is received as the download operation progresses. |
| progress — Event, interface ch.capi.net.ILoadManager |
|
Dispatched when data is received as the download operation progresses. |
| progress — Event, class ch.capi.net.MassLoader |
|
Dispatched when data is received as the download operation progresses. |
| progress — Event, class ch.capi.net.files.AbstractLoadableFile |
|
Dispatched when data is received as the download operation progresses. |
| properties — Property, interface ch.capi.net.ILoadableFile |
|
Defines the properties stored in the
ILoadableFile. |
| properties — Property, class ch.capi.net.app.ApplicationFile |
|
Defines the Properties of the linked ILoadableFile. |
| properties — Property, class ch.capi.net.files.AbstractLoadableFile |
|
Defines the properties stored in the
ILoadableFile. |
| Properties — class, package ch.capi.data.text |
|
The Properties class can store and parse some key/value pairs. |
| Properties(source:ch.capi.data:IMap) — Constructor, class ch.capi.data.text.Properties |
|
Creates a new Properties object. |
| put(key, value) — method, class ch.capi.data.DictionnaryMap |
|
Associates the specified value with the specified key in the IMap. |
| put(key, value) — method, interface ch.capi.data.IMap |
|
Associates the specified value with the specified key in the IMap. |
| put(key, value) — method, class ch.capi.data.LinkedMap |
|
Associates the specified value with the specified key in the IMap. |
| putAll(source:ch.capi.data:IMap) — method, class ch.capi.data.DictionnaryMap |
|
Retrieves all the key/value from the source IMap and put them
in the current IMap. |
| putAll(source:ch.capi.data:IMap) — method, interface ch.capi.data.IMap |
|
Retrieves all the key/value from the source IMap and put them
in the current IMap. |
| putObject(obj:Object) — method, class ch.capi.data.DictionnaryMap |
|
Puts all the key/value from the specified object in the IMap. |
| putObject(obj:Object) — method, interface ch.capi.data.IMap |
|
Puts all the key/value from the specified object in the IMap. |
| putVariable(name:String, value:String) — method, class ch.capi.net.app.ApplicationFileParser |
|
Put the specified variable and its value in the LoadableFileFactory. |
|
| 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 |