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  
AbstractDocument — class, package ch.capi.display
Basic implementation of an IRootDocument and INetStateManager.
AbstractDocument() — Constructor, class ch.capi.display.AbstractDocument
Creates a new AbstractDocument object.
AbstractFont — class, package ch.capi.display.text
Root level class for the Font that will be managed by the FontManager class.
AbstractFont(linkageName:String) — Constructor, class ch.capi.display.text.AbstractFont
Creates a new AbstractFont object.
AbstractLoadableFile — class, package ch.capi.net.files
Represents a AbstractLoadableFile.
AbstractLoadableFile(loadManagerObject:Object) — Constructor, class ch.capi.net.files.AbstractLoadableFile
Creates a new AbstractLoadableFile object.
add(element) — method, interface ch.capi.data.IDataStructure
Add an element to the data structure.
add(element) — method, class ch.capi.data.QueueList
Add an element to the data structure.
add(element) — method, class ch.capi.data.StackList
Add an element to the data structure.
add(element) — method, class ch.capi.data.tree.ArrayHeap
Add an element to the data structure.
addAll(context:ch.capi.net.app:IApplicationContext) — method, class ch.capi.net.app.ApplicationMassLoader
Add all the ApplicationFile objects that are in a specified ApplicationContext in the loading queue.
addApplicationFile(file:ch.capi.net.app:ApplicationFile) — method, class ch.capi.net.app.ApplicationMassLoader
Add the specified ApplicationFile and its dependencies.
addDependency(file:ch.capi.net.app:ApplicationFile) — method, class ch.capi.net.app.ApplicationFile
Add an ApplicationFile as dependency of this file.
addElement(element) — method, class ch.capi.data.ArrayList
Add an element in the ArrayList.
addElement(element) — method, interface ch.capi.data.IList
Add an element in the IList.
addElementAt(element, index:int) — method, class ch.capi.data.ArrayList
Add an element in the ArrayList at the specified index.
addElementAt(element, index:int) — method, interface ch.capi.data.IList
Add an element in the IList at the specified index.
addFile(fileOrURL:Object, fileType:String, priority:Function, onOpen:Function, onProgress:Function, onComplete:Function, onClose:Function, onIOError:Function, onSecurityError) — method, class ch.capi.net.CompositeMassLoader
Creates a ILoadableFile from a url and add it to the current loading queue.
addFile(fileOrURL:Object, fileType:String, priority:Function, onOpen:Function, onProgress:Function, onComplete:Function, onClose:Function, onIOError:Function, onSecurityError) — method, interface ch.capi.net.ICompositeMassLoader
Creates a ILoadableFile from a url and add it to the current loading queue.
addFile(file:ch.capi.net:ILoadManager) — method, interface ch.capi.net.IMassLoader
Add a file to the loading queue.
addFile(file:ch.capi.net:ILoadManager) — method, class ch.capi.net.MassLoader
Add a file to the loading queue.
addFile(file:ch.capi.net:ILoadManager) — method, class ch.capi.net.PriorityMassLoader
Add the specified file in the loading queue with the default priority.
addFile(file:ch.capi.net.app:ApplicationFile) — method, class ch.capi.net.app.ApplicationContext
Add the specified ApplicationFile to the current ApplicationContext.
addFile(file:ch.capi.net.app:ApplicationFile) — method, interface ch.capi.net.app.IApplicationContext
Add the specified ApplicationFile to the current ApplicationContext.
addGlobalFiles(context:ch.capi.net.app:IApplicationContext) — method, class ch.capi.net.app.ApplicationMassLoader
Add the global ApplicationFile in the loading queue.
addLoadableFile(file:ch.capi.net:ILoadableFile, priority:int) — method, class ch.capi.net.app.ApplicationMassLoader
Add the specified ILoadableFile to the queue within the priority.
addPrioritizedFile(file:ch.capi.net:ILoadManager, priority:int) — method, class ch.capi.net.PriorityMassLoader
Add a file with a specific priority in the loading queue.
ALL — Constant Static Property, class ch.capi.utils.logging.LogLevel
All the log will be traced.
alwaysDispatchProgressEvent — Property, class ch.capi.net.MassLoader
Defines if the progress event should be dispatched each time or only when all the number of specified parallel files are being loaded.
alwaysUseCache — Property, class ch.capi.net.LoadableFileFactory
Defines if all the ILoadableFile instances will use the cache or not.
APPDOMAIN_CHILD — Constant Static Property, class ch.capi.utils.DomainUtils
A new ApplicationDomain will be created as child as the current ApplicationDomain.
APPDOMAIN_CREATE — Constant Static Property, class ch.capi.utils.DomainUtils
A new independant ApplicationDomain will be created.
APPDOMAIN_CURRENT — Constant Static Property, class ch.capi.utils.DomainUtils
The current ApplicationDomain will be used.
APPDOMAIN_NONE — Constant Static Property, class ch.capi.utils.DomainUtils
No ApplicationDomain will be created.
appendReplacement(value:String) — method, class ch.capi.utils.Matcher
Replaces the current match by the specified value.
appendTail() — method, class ch.capi.utils.Matcher
Appends the end of the source String to the updated String.
ApplicationConfigLoader — class, package ch.capi.net.app
Utility class to load and parse an xml designed to be used by an ApplicationMassLoader.
ApplicationConfigLoader(parser:ch.capi.net.app:ApplicationFileParser) — Constructor, class ch.capi.net.app.ApplicationConfigLoader
Creates a new ApplicationConfigLoader.
applicationContext — Property, class ch.capi.net.app.ApplicationConfigLoader
Defines the IApplicationContext in which the ApplicationFiles have been created.
applicationContext — Property, class ch.capi.net.app.ApplicationFile
Defines the IApplicationContext of the ApplicationFile.
applicationContext — Property, class ch.capi.net.app.ApplicationFileParser
Defines the IApplicationContext.
ApplicationContext — final class, package ch.capi.net.app
Represents a context for the ApplicationFile objects.
ApplicationContext(name:String, register:Boolean) — Constructor, class ch.capi.net.app.ApplicationContext
Creates a new ApplicationContext object.
ApplicationContextRegisterer — class, package ch.capi.net.app
Utility class to register the named IApplicationContext instances.
applicationDomainPolicy — Property, class ch.capi.net.LoadableFileFactory
Defines the ApplicationDomain policy.
ApplicationFile — final class, package ch.capi.net.app
Represents an application file.
ApplicationFile(name:String, context:ch.capi.net.app:IApplicationContext, loadableFile:ch.capi.net:ILoadableFile) — Constructor, class ch.capi.net.app.ApplicationFile
Creates a new ApplicationFile object.
applicationFileParser — Property, class ch.capi.net.app.ApplicationConfigLoader
Defines the ApplicationFileParser that will be used when the file is loaded.
ApplicationFileParser — class, package ch.capi.net.app
Parser of ApplicationFile objects.
ApplicationFileParser(context:ch.capi.net.app:IApplicationContext, loadableFileFactory:ch.capi.net:LoadableFileFactory) — Constructor, class ch.capi.net.app.ApplicationFileParser
Creates a new ApplicationFileParser object.
ApplicationMassLoader — class, package ch.capi.net.app
Manages the massive loading of ApplicationFile.
ApplicationMassLoader(parallelFiles:uint, loadByPriority:Boolean) — Constructor, class ch.capi.net.app.ApplicationMassLoader
Creates a new ApplicationMassLoader object.
applyFormat(field:flash.text:TextField, allProperties:Boolean, setAsDefault:Boolean) — method, class ch.capi.display.text.AbstractFont
Applies the TextFormat to the specified TextField.
ArrayHeap — class, package ch.capi.data.tree
Default implementation of a IHeap.
ArrayHeap(sortFunction:Function) — Constructor, class ch.capi.data.tree.ArrayHeap
Creates a new ArrayHeap object.
ArrayList — class, package ch.capi.data
Represents a IList using an Array to store the elements.
ArrayList(initialData:Array) — Constructor, class ch.capi.data.ArrayList
Creates a new ArrayList object.
attachListeners(file:ch.capi.net:ILoadableFile, onOpen:Function, onProgress:Function, onComplete:Function, onClose:Function, onIOError:Function, onSecurityError:Function) — method, class ch.capi.net.LoadableFileFactory
Creates the listeners on a ILoadManager object.
averageSpeed — Property, interface ch.capi.net.ILoadInfo
Defines the average speed since the loading has begun.
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