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 in package ch.capi.display
Basic implementation of an IRootDocument and INetStateManager.
AbstractDocument() — Constructor in class ch.capi.display.AbstractDocument
Creates a new AbstractDocument object.
AbstractFont — Class in package ch.capi.display.text
Root level class for the Font that will be managed by the FontManager class.
AbstractFont(linkageName) — Constructor in class ch.capi.display.text.AbstractFont
Creates a new AbstractFont object.
AbstractLoadableFile — Class in package ch.capi.net
Represents a AbstractLoadableFile.
AbstractLoadableFile(loadManagerObject) — Constructor in class ch.capi.net.AbstractLoadableFile
Creates a new AbstractLoadableFile object.
add(element) — Method in interface ch.capi.data.IDataStructure
Add an element to the data structure.
add(element) — Method in class ch.capi.data.QueueList
Add an element to the data structure.
add(element) — Method in class ch.capi.data.StackList
Add an element to the data structure.
add(element) — Method in class ch.capi.data.tree.ArrayHeap
Add an element to the data structure.
addApplicationFile(file:ch.capi.core:ApplicationFile, priority) — Method in class ch.capi.core.ApplicationMassLoader
Add the specified ApplicationFile and its dependencies.
addDependency(file:ch.capi.core:ApplicationFile) — Method in class ch.capi.core.ApplicationFile
Add an ApplicationFile as dependency for this file.
addElement(element) — Method in class ch.capi.data.ArrayList
Add an element into the ArrayList.
addElement(element) — Method in interface ch.capi.data.IList
Add an element into the IList.
addElementAt(element, index) — Method in class ch.capi.data.ArrayList
Add an element into the ArrayList at the specified index.
addElementAt(element, index) — Method in interface ch.capi.data.IList
Add an element into the IList at the specified index.
addFile(file:ch.capi.core:ApplicationFile) — Method in class ch.capi.core.ApplicationContext
Add the specified ApplicationFile to the current ApplicationContext.
addFile(url, fileType, onOpen, onProgress, onComplete, onClose, onIOError, onSecurityError) — Method in class ch.capi.net.CompositeMassLoader
Creates a ILoadableFile from a url and add it to the current loading queue.
addFile(file:ch.capi.net:ILoadManager) — Method in interface ch.capi.net.IMassLoader
Add a file to the loading queue.
addFile(file:ch.capi.net:ILoadManager) — Method in class ch.capi.net.MassLoader
Add a file to the loading queue.
addFile(file:ch.capi.net:ILoadManager) — Method in class ch.capi.net.PriorityMassLoader
Add the specified file into the loading queue with the specified defaultPriority.
addGlobalFiles(priority, context:ch.capi.core:ApplicationContext) — Method in class ch.capi.core.ApplicationMassLoader
Add the global ApplicationFile into the loading queue.
addLoadableFile(file:ch.capi.net:ILoadableFile, priority) — Method in class ch.capi.core.ApplicationMassLoader
Add the specified ILoadableFile to the queue within the priority.
addPrioritizedFile(url, priority, fileType, onOpen, onProgress, onComplete, onClose, onIOError, onSecurityError) — Method in class ch.capi.net.CompositePriorityMassLoader
Creates a ILoadableFile from a url and add it to the current loading queue.
addPrioritizedFile(file:ch.capi.net:ILoadManager, priority) — Method in class ch.capi.net.PriorityMassLoader
Add a file with a specific priority into the loading queue.
addPrioritizedRequest(request, priority, fileType, onOpen, onProgress, onComplete, onClose, onIOError, onSecurityError) — Method in class ch.capi.net.CompositePriorityMassLoader
Creates a ILoadableFile from a URLRequest and add it to the current loading queue.
addRequest(request, fileType, onOpen, onProgress, onComplete, onClose, onIOError, onSecurityError) — Method in class ch.capi.net.CompositeMassLoader
Creates a ILoadableFile from a URLRequest and add it to the current loading queue.
alwaysDispatchProgressEvent — Property in 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.
applicationContext — Property in class ch.capi.core.ApplicationFile
Defines the ApplicationContext of the ApplicationFile.
applicationContext — Property in class ch.capi.core.ApplicationFileParser
Defines the ApplicationContext.
ApplicationContext — Final class in package ch.capi.core
Represents a context for the ApplicationFile.
ApplicationContext() — Constructor in class ch.capi.core.ApplicationContext
Creates a new ApplicationContext object.
ApplicationFile — Final class in package ch.capi.core
Represents an application file.
ApplicationFile(name, loadableFile:ch.capi.net:ILoadableFile, context:ch.capi.core:ApplicationContext) — Constructor in class ch.capi.core.ApplicationFile
Creates a new ApplicationFile object.
ApplicationFileParser — Class in package ch.capi.core
Parser of ApplicationFile objects.
ApplicationFileParser(loadableFileFactory:ch.capi.net:LoadableFileFactory, context:ch.capi.core:ApplicationContext) — Constructor in class ch.capi.core.ApplicationFileParser
Creates a new ApplicationFileParser object.
ApplicationMassLoader — Class in package ch.capi.core
Manages the massive loading of ApplicationFile.
ApplicationMassLoader() — Constructor in class ch.capi.core.ApplicationMassLoader
Creates a new ApplicationMassLoader object.
applyFormat(field, allProperties, setAsDefault) — Method in class ch.capi.display.text.AbstractFont
Applies the TextFormat to the specified TextField.
ArrayHeap — Class in package ch.capi.data.tree
Default implementation of a IHeap.
ArrayHeap(sortFunction) — Constructor in class ch.capi.data.tree.ArrayHeap
Creates a new ArrayHeap object.
ArrayList — Class in package ch.capi.data
Represents a IList using an Array to store the elements.
ArrayList(initialData) — Constructor in class ch.capi.data.ArrayList
Creates a new ArrayList object.
attachListeners(file:ch.capi.net:ILoadableFile, onOpen, onProgress, onComplete, onClose, onIOError, onSecurityError) — Method in class ch.capi.net.LoadableFileFactory
Creates the listeners on a ILoadManager object.
averageSpeed — Property in 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