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  
canContinue — Property, interface ch.capi.net.ILoadPolicy
Defines if the massive loading can continue or not.
canContinue — Property, class ch.capi.net.policies.DefaultLoadPolicy
Defines if the massive loading can continue or not when a download has failed.
ch.capi.data — package
ch.capi.data.text — package
ch.capi.data.tree — package
ch.capi.data.xml — package
ch.capi.display — package
ch.capi.display.text — package
ch.capi.errors — package
ch.capi.events — package
ch.capi.net — package
ch.capi.net.app — package
ch.capi.net.files — package
ch.capi.net.policies — package
ch.capi.utils — package
ch.capi.utils.logging — package
checkData() — method, class ch.capi.net.files.AbstractLoadableFile
Checks if data has been loaded and is available to be retrieved.
checkDestroyed() — method, class ch.capi.net.files.AbstractLoadableFile
Checks if the current ILoadableFile has been destroyed and if so, throws an IllegalOperationError.
checkPolicyFile — Property, class ch.capi.net.policies.DefaultContextPolicy
Specifies whether the application should try to download a URL policy file.
clear() — method, class ch.capi.data.ArrayList
Removes all the elements contained in this ArrayList.
clear() — method, class ch.capi.data.DictionnaryMap
Removes all of the mappings from this map.
clear() — method, interface ch.capi.data.IDataStructure
Removes all the elements from the data structure.
clear() — method, interface ch.capi.data.IList
Removes all the elements contained in this IList.
clear() — method, interface ch.capi.data.IMap
Removes all of the mappings from this map.
clear() — method, interface ch.capi.data.text.IProperties
Deletes all the key/value pairs of the IMap.
clear() — method, class ch.capi.data.text.Properties
Deletes all the key/value pairs of the IMap.
clear() — method, class ch.capi.data.tree.ArrayHeap
Removes all the elements from the data structure.
clear(destroyAll:Boolean) — method, class ch.capi.net.CompositeMassLoader
Clears the loading queue of the IMassLoader and empty the references to the created ILoadableFile instances.
clear(destroyAll:Boolean) — method, interface ch.capi.net.ICompositeMassLoader
Clears the loading queue of the IMassLoader and empty the references to the created ILoadableFile instances.
clear() — method, interface ch.capi.net.IMassLoader
Empty the loading queue.
clear() — method, class ch.capi.net.MassLoader
Resets the MassLoader data.
clear() — method, class ch.capi.net.PriorityMassLoader
Clear the loading queues and files priorities.
clear() — method, class ch.capi.net.app.ApplicationContext
Clear all the ApplicationFile of the ApplicationContext.
clear() — method, interface ch.capi.net.app.IApplicationContext
Clear all the ApplicationFile of the ApplicationContext.
clearAll() — method, class ch.capi.data.TreeMap
Clears the current TreeMap and also clear its parent.
clearDependencies() — method, class ch.capi.net.app.ApplicationFile
Removes all the dependencies of the ApplicationFile.
clone() — method, class ch.capi.data.xml.XMLDescriptor
Returns a deep clone of the current XMLDescriptor.
clone() — method, class ch.capi.events.GlobalEvent
Creates a copy of the GlobalEvent object and sets the value of each property to match that of the original.
clone() — method, class ch.capi.events.LoadStartErrorEvent
Creates a copy of the LoadStartErrorEvent object and sets the value of each property to match that of the original.
clone() — method, class ch.capi.events.MassLoadEvent
Creates a copy of the MassLoadEvent object and sets the value of each property to match that of the original.
clone() — method, class ch.capi.events.PriorityEvent
Creates a copy of the PriorityEvent object and sets the value of each property to match that of the original.
clone() — method, class ch.capi.net.LoadableFileFactory
Creates a clone of the current LoadableFileFactory.
close — Event, class ch.capi.net.CompositeMassLoader
Dispatched when the download operation stops.
close — Event, interface ch.capi.net.ICompositeMassLoader
Dispatched when the download operation stops.
close — Event, interface ch.capi.net.ILoadManager
Dispatched when the download operation stops.
close — Event, class ch.capi.net.MassLoader
Dispatched when the download operation stops.
close — Event, class ch.capi.net.files.AbstractLoadableFile
Dispatched when the download operation stops.
closeEvent — Property, class ch.capi.events.MassLoadEvent
Defines the event that occured when the file was closed.
closeEvent — Property, interface ch.capi.net.ILoadManager
Defines the event that happend to close the file (Event.CLOSE, Event.COMPLETE, ...).
closeEvent — Property, class ch.capi.net.MassLoader
Defines the event that happend to close the MassLoader (Event.CLOSE or Event.COMPLETE).
closeEvent — Property, class ch.capi.net.files.AbstractLoadableFile
Defines the event that happend to close the file (Event.CLOSE, Event.COMPLETE, ...).
complete — Event, class ch.capi.net.CompositeMassLoader
Dispatched after all the files have been downloaded, even if errors occured.
complete — Event, interface ch.capi.net.ICompositeMassLoader
Dispatched after all the files have been downloaded, even if errors occured.
complete — Event, interface ch.capi.net.ILoadManager
Dispatched after all the received data is received.
complete — Event, class ch.capi.net.MassLoader
Dispatched after all the data is received.
complete — Event, class ch.capi.net.files.AbstractLoadableFile
Dispatched after all the received data is received.
CompositeMassLoader — class, package ch.capi.net
This is a utility class to avoid too much verbose code within the Masapi API.
CompositeMassLoader(name:String, parallelFiles:int, register:Boolean) — Constructor, class ch.capi.net.CompositeMassLoader
Creates a new CompositeMassLoader object.
CompositeMassLoaderRegisterer — class, package ch.capi.net
Utility class to register the named ICompositeMassLoader instances.
config(text:String, ... rest) — method, class ch.capi.utils.logging.Logger
Logs a message at the level LogLevel.CONFIG.
CONFIG — Constant Static Property, class ch.capi.utils.logging.LogLevel
The CONFIG level is for configuration tracing.
configuration — Property, class ch.capi.net.app.ApplicationConfigLoader
Defines the XMLDocument that is given to the fileParser.
contains(element, compare:Function) — method, class ch.capi.data.ArrayList
Returns true if the specified element is contained in the IList or false otherwise.
contains(element, compare:Function) — method, interface ch.capi.data.IList
Returns true if the specified element is contained in the IList or false otherwise.
contains(element) — method, class ch.capi.data.tree.ArrayHeap
Retrieves if the specified element is contained in the ArrayHeap.
contains(element) — method, interface ch.capi.data.tree.IHeap
Retrieves if the specified element is contained in the IHeap.
containsKey(key) — method, class ch.capi.data.DictionnaryMap
Returns true if this map contains a mapping for the specified key.
containsKey(key) — method, interface ch.capi.data.IMap
Returns true if this map contains a mapping for the specified key.
containsKey(key) — method, class ch.capi.data.TreeMap
Returns true if this map contains a mapping for the specified key.
containsValue(value) — method, class ch.capi.data.DictionnaryMap
Returns true if this map maps one or more keys to the specified value.
containsValue(value) — method, interface ch.capi.data.IMap
Returns true if this map maps one or more keys to the specified value.
containsValue(value) — method, class ch.capi.data.TreeMap
Returns true if this map maps one or more keys to the specified value.
contextPolicy — Property, class ch.capi.net.LoadableFileFactory
Defines the IContextPolicy that will be used to create the LoaderContext and SoundLoaderContext objects.
continueOnFailure — Property, class ch.capi.net.policies.DefaultLoadPolicy
Defines if the massive loading can continue event if a file fails to be downloaded.
count — Property, class ch.capi.utils.Matcher
Defines the number of matching String found.
countAll() — method, class ch.capi.utils.Matcher
Count all the matching String in the source String.
create(name:String) — Static Method , class ch.capi.data.xml.XMLDescriptor
Creates a new XMLDescriptor object with the specified node name.
create(url:Object, type:String, onOpen:Function, onProgress:Function, onComplete:Function, onClose:Function, onIOError:Function, onSecurityError:Function) — Static Method , class ch.capi.net.LoadableFileFactory
Creates a ILoadableFile object.
create(contextName:String) — Static Method , class ch.capi.net.app.ApplicationConfigLoader
Creates a new ApplicationConfigLoader and a new ApplicationContext with the specified name.
create(container:flash.display:DisplayObjectContainer, logger:ch.capi.utils.logging:Logger) — Static Method , class ch.capi.utils.logging.TextFieldHandler
Creates a simple TextField and use it to create a new TextFieldHandler instance.
createApplicationFile(node:flash.xml:XMLNode, folderPath:String) — method, class ch.capi.net.app.ApplicationFileParser
Creates a ApplicationFile from the XMLNode.
createFile(fileOrURL:Object, fileType:String, onOpen:Function, onProgress:Function, onComplete:Function, onClose:Function, onIOError:Function, onSecurityError:Function) — method, class ch.capi.net.CompositeMassLoader
Creates a ILoadableFile from a url.
createFile(fileOrURL:Object, fileType:String, onOpen:Function, onProgress:Function, onComplete:Function, onClose:Function, onIOError:Function, onSecurityError:Function) — method, interface ch.capi.net.ICompositeMassLoader
Creates a ILoadableFile from a url.
createFile(url:Object, type:String, onOpen:Function, onProgress:Function, onComplete:Function, onClose:Function, onIOError:Function, onSecurityError:Function) — method, class ch.capi.net.LoadableFileFactory
Creates a ILoadableFile directly from an url.
createLoadableFile(request:flash.net:URLRequest, fileType:String) — method, class ch.capi.net.CompositeMassLoader
Retrieves a ILoadableFile from a URLRequest and and a specified file type issued from the LoadableFileType constants.
createLoadableFile(url:String, type:String, appDomainPolicy:String, secDomainPolicy:String) — method, class ch.capi.net.app.ApplicationFileParser
Creates a ILoadableFile object.
createLoaderFile(request:flash.net:URLRequest, context:flash.system:LoaderContext) — method, class ch.capi.net.LoadableFileFactory
Create a ILoadableFile associated to a Loader object.
createMassLoadEvent(file:ch.capi.net:ILoadManager, type:String, evt:flash.events:Event) — method, class ch.capi.net.MassLoader
Creates a MassLoadEvent based on the specified ILoadManager.
createMassLoadEvent(file:ch.capi.net:ILoadManager, type:String, evt:flash.events:Event) — method, class ch.capi.net.PriorityMassLoader
Creates a MassLoadEvent based on the specified ILoadManager.
createSoundFile(request:flash.net:URLRequest, context:flash.media:SoundLoaderContext) — method, class ch.capi.net.LoadableFileFactory
Creates a ILoadableFile associated to a Sound object.
createURLLoaderFile(request:flash.net:URLRequest, dataFormat:String) — method, class ch.capi.net.LoadableFileFactory
Creates a ILoadableFile associated to a URLLoader object.
createURLStreamFile(request:flash.net:URLRequest) — method, class ch.capi.net.LoadableFileFactory
Creates a ILoadableFile associated to a URLStream object.
createWithNewContext(contextName:String, loadableFileFactory:ch.capi.net:LoadableFileFactory) — Static Method , class ch.capi.net.app.ApplicationFileParser
Creates a new ApplicationFileParser using a new empty ApplicationContext.
currentPriority — Property, class ch.capi.events.PriorityEvent
Defines the current priority.
currentPriority — Property, class ch.capi.net.PriorityMassLoader
Defines the current priority of the files that are being loaded.
currentSpeed — Property, interface ch.capi.net.ILoadInfo
Defines the current speed of the download (kilobytes per seconds).
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