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 in class ch.capi.net.DefaultLoadPolicy
Defines if the massive loading can continue or not when a download has failed.
canContinue — Property in interface ch.capi.net.ILoadPolicy
Defines if the massive loading can continue or not.
ch.capi.core — Package
ch.capi.data — Package
ch.capi.data.tree — Package
ch.capi.display — Package
ch.capi.display.text — Package
ch.capi.errors — Package
ch.capi.events — Package
ch.capi.net — Package
clear() — Method in class ch.capi.core.ApplicationContext
Clear all the ApplicationFile of the ApplicationContext.
clear() — Method in class ch.capi.data.ArrayList
Removes all the elements contained into this ArrayList.
clear() — Method in class ch.capi.data.DictionnaryMap
Removes all of the mappings from this map.
clear() — Method in interface ch.capi.data.IDataStructure
Removes all the elements from the data structure.
clear() — Method in interface ch.capi.data.IList
Removes all the elements contained into this IList.
clear() — Method in interface ch.capi.data.IMap
Removes all of the mappings from this map.
clear() — Method in class ch.capi.data.tree.ArrayHeap
Removes all the elements from the data structure.
clear() — Method in class ch.capi.net.CompositeMassLoader
Clears the loading queue of the IMassLoader and empty the references to the created ILoadableFile instances.
clear() — Method in interface ch.capi.net.IMassLoader
Empty the loading queue.
clear() — Method in class ch.capi.net.MassLoader
Empty the loading queue.
clearDependencies() — Method in class ch.capi.core.ApplicationFile
Removes all the dependencies of the ApplicationFile.
clone() — Method in 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 in 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.
close — Event in class ch.capi.net.AbstractLoadableFile
Dispatched when the download operation stops.
close — Event in interface ch.capi.net.ILoadManager
Dispatched when the download operation stops.
close — Event in class ch.capi.net.MassLoader
Dispatched when the download operation stops.
closeEvent — Property in class ch.capi.events.MassLoadEvent
Defines the event that occured when the file was closed.
closeEvent — Property in class ch.capi.net.AbstractLoadableFile
Defines the event that happend to close the file (Event.CLOSE, Event.COMPLETE, ...).
closeEvent — Property in interface ch.capi.net.ILoadManager
Defines the event that happend to close the file (Event.CLOSE, Event.COMPLETE, ...).
closeEvent — Property in class ch.capi.net.MassLoader
Defines the event that happend to close the file (Event.CLOSE, Event.COMPLETE, ...).
complete — Event in class ch.capi.net.AbstractLoadableFile
Dispatched after all the received data is received.
complete — Event in interface ch.capi.net.ILoadManager
Dispatched after all the received data is received.
complete — Event in class ch.capi.net.MassLoader
Dispatched after all the data is received.
CompositeMassLoader — Class in package ch.capi.net
This is a utility class to avoid too much verbose code within the masapi API.
CompositeMassLoader(keepFiles, massLoader:ch.capi.net:IMassLoader, loadableFileFactory:ch.capi.net:LoadableFileFactory) — Constructor in class ch.capi.net.CompositeMassLoader
Creates a new CompositeMassLoader object.
CompositePriorityMassLoader — Class in package ch.capi.net
This is a utility class to avoid too much verbose code within the masapi API.
CompositePriorityMassLoader(keepFiles, massLoader:ch.capi.net:PriorityMassLoader, factory:ch.capi.net:LoadableFileFactory) — Constructor in class ch.capi.net.CompositePriorityMassLoader
Creates a new CompositePriorityMassLoader object.
contains(element) — Method in class ch.capi.data.tree.ArrayHeap
Retrieves if the specified element is contained into the ArrayHeap.
contains(element) — Method in interface ch.capi.data.tree.IHeap
Retrieves if the specified element is contained into the IHeap.
containsKey(key) — Method in class ch.capi.data.DictionnaryMap
Returns true if this map contains a mapping for the specified key.
containsKey(key) — Method in interface ch.capi.data.IMap
Returns true if this map contains a mapping for the specified key.
containsValue(value) — Method in class ch.capi.data.DictionnaryMap
Returns true if this map maps one or more keys to the specified value.
containsValue(value) — Method in interface ch.capi.data.IMap
Returns true if this map maps one or more keys to the specified value.
continueOnFailure — Property in class ch.capi.net.DefaultLoadPolicy
Defines if the massive loading can continue event if a file fails to be downloaded.
create(request, factory:ch.capi.net:LoadableFileFactory) — Method in class ch.capi.net.ExtensionFileSelector
Creates a ILoadableFile using the specified LoadableFileFactory.
create(request, factory:ch.capi.net:LoadableFileFactory) — Method in interface ch.capi.net.ILoadableFileSelector
Creates a ILoadableFile using the specified LoadableFileFactory.
create(url, onOpen, onProgress, onComplete, onClose, onIOError, onSecurityError) — Method in class ch.capi.net.LoadableFileFactory
Creates a ILoadableFile directly from an url.
createApplicationFile(node) — Method in class ch.capi.core.ApplicationFileParser
Creates a ApplicationFile from the XMLNode.
createFile(url, fileType, onOpen, onProgress, onComplete, onClose, onIOError, onSecurityError) — Method in class ch.capi.net.CompositeMassLoader
Creates a ILoadableFile from a url.
createFile(request, onOpen, onProgress, onComplete, onClose, onIOError, onSecurityError) — Method in class ch.capi.net.LoadableFileFactory
Creates a ILoadableFile using the defined ILoadableFileSelector to determine which type of ILoadableFile to create.
createLoadableFile(url, type) — Method in class ch.capi.core.ApplicationFileParser
Creates a ILoadableFile object.
createLoadableFile(request, fileType) — Method in class ch.capi.net.CompositeMassLoader
Retrieves a ILoadableFile from a URLRequest and and a specified file type issued from the LoadableFileType constants.
createLoaderFile(request, context) — Method in class ch.capi.net.LoadableFileFactory
Create a ILoadableFile associated to a Loader object.
createSoundFile(request, context) — Method in class ch.capi.net.LoadableFileFactory
Creates a ILoadableFile associated to a Sound object.
createURLLoaderFile(request, dataFormat) — Method in class ch.capi.net.LoadableFileFactory
Creates a ILoadableFile associated to a URLLoader object.
createURLStreamFile(request) — Method in class ch.capi.net.LoadableFileFactory
Creates a ILoadableFile associated to a URLStream object.
currentPriority — Property in class ch.capi.events.PriorityEvent
Defines the current priority.
currentPriority — Property in class ch.capi.net.PriorityMassLoader
Defines the current priority of the files that are being loaded.
currentSpeed — Property in 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