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  
IDataStructure — Interface in package ch.capi.data
Represents a data structure.
IHeap — Interface in package ch.capi.data.tree
Represents a heap data structure.
IList — Interface in package ch.capi.data
Represents a list of data.
ILoadableFile — Interface in package ch.capi.net
Represents a loadable file.
ILoadableFileSelector — Interface in package ch.capi.net
Selector for the creation of an ILoadableFile into a LoadableFileFactory.
ILoadInfo — Interface in package ch.capi.net
Contains a lot of information about a massive loading.
ILoadManager — Interface in package ch.capi.net
Represents a load manager.
ILoadPolicy — Interface in package ch.capi.net
Represents a loading policy.
IMap — Interface in package ch.capi.data
Represents an object that maps keys to values.
IMassLoader — Interface in package ch.capi.net
Represents a massive loader.
INetStateManager — Interface in package ch.capi.net
Represents an object that can manages his state over the Internet.
initializeContext(loadableFile:ch.capi.net:ILoadableFile) — Method in class ch.capi.display.AbstractDocument
Callback of the MassLoader (IRootDocument interface).
initializeContext(loadableFile:ch.capi.net:ILoadableFile) — Method in interface ch.capi.display.IRootDocument
Callback of the MassLoader for the SWF that should know the ILoadableFile within there were loaded.
initializeFile(file:ch.capi.net:ILoadableFile) — Method in class ch.capi.net.LoadableFileFactory
Initialize the default data of the specified ILoadableFile.
initializeFont(font:ch.capi.display.text:AbstractFont, node) — Method in class ch.capi.display.text.FontsParser
Initialize the AbstractFont.
initializeLoadableFile(file:ch.capi.net:ILoadableFile) — Method in class ch.capi.core.ApplicationFileParser
Initialize the ILoadableFile.
ioError — Event in class ch.capi.net.AbstractLoadableFile
Dispatched if a call to start() results in a fatal error that terminates the download.
ioError — Event in interface ch.capi.net.ILoadableFile
Dispatched if a call to start() results in a fatal error that terminates the download.
IQueue — Interface in package ch.capi.data
Represents a FIFO list.
IRootDocument — Interface in package ch.capi.display
Represents an IRootDocument.
isClassSupported(aClass, appDomain) — Method in interface ch.capi.net.ILoadableFile
Retrieves if the specified class type is supported by this ILoadableFile or not.
isComplete() — Method in class ch.capi.net.MassLoader
Defines if the massive loading is complete.
isDependencyOf(file:ch.capi.core:ApplicationFile) — Method in class ch.capi.core.ApplicationFile
Retrieves if the ApplicationFile is a direct dependency of the specified ApplicationFile.
isDependencySafe(file:ch.capi.core:ApplicationFile) — Method in class ch.capi.core.ApplicationFile
Check if the dependency is safe for a ApplicationFile.
isEmpty() — Method in class ch.capi.data.ArrayList
Get if the structure is empty or not.
isEmpty() — Method in class ch.capi.data.DictionnaryMap
Returns true if the IMap contains no key-value mappings.
isEmpty() — Method in interface ch.capi.data.IDataStructure
Get if the structure is empty or not.
isEmpty() — Method in interface ch.capi.data.IMap
Returns true if the IMap contains no key-value mappings.
isEmpty() — Method in class ch.capi.data.tree.ArrayHeap
Get if the structure is empty or not.
isError() — Method in class ch.capi.events.MassLoadEvent
Get if an error has occured during the download of the specified file.
isFontAvailable(fontName) — Static method in class ch.capi.display.text.FontsManager
Retrieves the type of a font.
isInstanceOf(source, superClasses, appDomain) — Method in class ch.capi.net.AbstractLoadableFile
Checks if the specified source class is a child of one of the specified super classes.
isInstanceOfClass(source, superClass, appDomain) — Method in class ch.capi.net.AbstractLoadableFile
Checks if the specified source class is a child of the specified super class.
isOnline() — Method in class ch.capi.display.AbstractDocument
Retrieves the state depending of the NetState value defined.
isOnline() — Method in class ch.capi.net.AbstractLoadableFile
Retrieves if the current AbstractLoadableFile is online or not.
isOnline() — Method in interface ch.capi.net.INetStateManager
Retrieves the state depending of the NetState value defined.
isRegistered(linkageName) — Static method in class ch.capi.display.text.FontsManager
Defines if the specified linkage name is already linked.
IStack — Interface in package ch.capi.data
Represents a LIFO list.
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