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  
IApplicationContext — Interface, package ch.capi.net.app
Represents a context for the ApplicationFile.
ICompositeMassLoader — Interface, package ch.capi.net
Represents a IMassLoader encapsulator to avoid too much code.
IContextPolicy — Interface, package ch.capi.net
Represents a manager of context for Loader and Sound objects.
IDataStructure — Interface, package ch.capi.data
Represents a data structure.
IGlobalEventDispatcher — Interface, package ch.capi.events
A IGlobalEventDispatcher is a IEventDispatcher that sends global events before and after any Event is dispatched.
IHeap — Interface, package ch.capi.data.tree
Represents a heap data structure.
IList — Interface, package ch.capi.data
Represents a list of data.
ILoadableFile — Interface, package ch.capi.net
Represents a loadable file.
ILoadInfo — Interface, package ch.capi.net
Contains a lot of information about a massive loading.
ILoadManager — Interface, package ch.capi.net
Represents a load manager.
ILoadPolicy — Interface, package ch.capi.net
Represents a loading policy.
ILogHandler — Interface, package ch.capi.utils.logging
A LogHandler processing the logging information (send it into a file, append it to a TextField, ...)
IMap — Interface, package ch.capi.data
Represents an object that maps keys to values.
IMassLoader — Interface, package ch.capi.net
Represents a massive loader.
INetStateManager — Interface, package ch.capi.net
Represents an object that can manages his state over the Internet.
info(text:String, ... rest) — method, class ch.capi.utils.logging.Logger
Logs a message at the level LogLevel.INFO.
INFO — Constant Static Property, class ch.capi.utils.logging.LogLevel
The INFO level is for low logging.
init — Event, interface ch.capi.net.ILoadableFile
Dispatched when the content of the loadManagerObject is displayed.
init — Event, class ch.capi.net.files.AbstractLoadableFile
Dispatched when the content of the loadManagerObject is displayed.
initializeApplicationFile(appFile:ch.capi.net.app:ApplicationFile) — method, class ch.capi.net.app.ApplicationFileParser
Initialize the ApplicationFile.
initializeContext(loadableFile:ch.capi.net:ILoadableFile) — method, class ch.capi.display.AbstractDocument
Callback of the MassLoader (IRootDocument interface).
initializeContext(loadableFile:ch.capi.net:ILoadableFile) — method, 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, class ch.capi.net.LoadableFileFactory
Initialize the default data of the specified ILoadableFile.
initializeFile — Property, class ch.capi.net.app.ApplicationFileParser
Defines a callback method that is called when an ApplicationFile is created.
initializeFont(font:ch.capi.display.text:AbstractFont, node:flash.xml:XMLNode) — method, class ch.capi.display.text.FontsParser
Initialize the AbstractFont.
invalidateFixedRequest() — method, interface ch.capi.net.ILoadableFile
Invalidate the current fixedRequest.
invalidateFixedRequest() — method, class ch.capi.net.files.AbstractLoadableFile
Invalidate the current fixedRequest.
ioError — Event, interface ch.capi.net.ILoadableFile
Dispatched if a call to start() results in a fatal error that terminates the download.
ioError — Event, class ch.capi.net.files.AbstractLoadableFile
Dispatched if a call to start() results in a fatal error that terminates the download.
IProperties — Interface, package ch.capi.data.text
An IProperties object can store and parse some key/value pairs.
IQueue — Interface, package ch.capi.data
Represents a FIFO list.
IRootDocument — Interface, package ch.capi.display
Represents an IRootDocument.
isBoolean(str:String) — Static Method , class ch.capi.utils.ParseUtils
Retrieves if the specified String is a valid Boolean.
isClassSupported(aClass:String, appDomain:flash.system:ApplicationDomain) — method, interface ch.capi.net.ILoadableFile
Retrieves if the specified class type is supported by this ILoadableFile or not.
isClassSupported(aClass:String, appDomain:flash.system:ApplicationDomain) — method, class ch.capi.net.files.LoaderFile
Retrieves if the specified class type is supported by this ILoadableFile or not.
isClassSupported(aClass:String, appDomain:flash.system:ApplicationDomain) — method, class ch.capi.net.files.SoundFile
Retrieves if the specified class type is supported by this ILoadableFile or not.
isClassSupported(aClass:String, appDomain:flash.system:ApplicationDomain) — method, class ch.capi.net.files.URLLoaderFile
Retrieves if the specified class type is supported by this ILoadableFile or not.
isClassSupported(aClass:String, appDomain:flash.system:ApplicationDomain) — method, class ch.capi.net.files.URLStreamFile
Retrieves if the specified class type is supported by this ILoadableFile or not.
isColor(str:String) — Static Method , class ch.capi.utils.ParseUtils
Retrieves if the specified String is a color.
isComplete() — method, class ch.capi.net.MassLoader
Defines if the massive loading is complete.
isDependencyOf(file:ch.capi.net.app:ApplicationFile, recursiveSearch:Boolean) — method, class ch.capi.net.app.ApplicationFile
Retrieves if the ApplicationFile is a dependency of the specified ApplicationFile.
isDependencyRecursive(file:ch.capi.net.app:ApplicationFile) — method, class ch.capi.net.app.ApplicationFile
Check if the dependency is safe for a ApplicationFile.
isDestroyed() — method, interface ch.capi.net.ILoadableFile
Retrieves if this ILoadableFile has been destroyed.
isDestroyed() — method, class ch.capi.net.files.AbstractLoadableFile
Retrieves if this ILoadableFile has been destroyed.
isEmpty() — method, class ch.capi.data.ArrayList
Get if the structure is empty or not.
isEmpty() — method, class ch.capi.data.DictionnaryMap
Returns true if the IMap contains no key-value mappings.
isEmpty() — method, interface ch.capi.data.IDataStructure
Get if the structure is empty or not.
isEmpty() — method, interface ch.capi.data.IMap
Returns true if the IMap contains no key-value mappings.
isEmpty() — method, class ch.capi.data.TreeMap
Returns true if the IMap contains no key-value mappings.
isEmpty() — method, class ch.capi.data.tree.ArrayHeap
Get if the structure is empty or not.
isError() — method, class ch.capi.events.MassLoadEvent
Get if an error has occured during the download of the specified file.
isFloat(str:String) — Static Method , class ch.capi.utils.ParseUtils
Retrieves if the specified String is a valid Number.
isFontAvailable(fontName:String) — Static Method , class ch.capi.display.text.FontsManager
Retrieves the type of a font.
isInstanceOf(source:String, superClasses:Array, appDomain:flash.system:ApplicationDomain) — method, class ch.capi.net.files.AbstractLoadableFile
Checks if the specified source class is a child of one of the specified super classes.
isInstanceOfClass(source:String, superClass:String, appDomain:flash.system:ApplicationDomain) — method, class ch.capi.net.files.AbstractLoadableFile
Checks if the specified source class is a child of the specified super class.
isInteger(str:String) — Static Method , class ch.capi.utils.ParseUtils
Retrieves if the specified String is a valid Integer.
isLoadableFile() — method, class ch.capi.events.MassLoadEvent
Checks if the contained ILoadManager is a ILoadableFile.
isOnline() — method, class ch.capi.display.AbstractDocument
Retrieves the state depending of the NetState value defined.
isOnline() — method, interface ch.capi.net.INetStateManager
Retrieves the state depending of the NetState value defined.
isOnline() — method, class ch.capi.net.files.AbstractLoadableFile
Retrieves if the current AbstractLoadableFile is online or not.
isRegistered(linkageName:String) — Static Method , class ch.capi.display.text.FontsManager
Defines if the specified linkage name is already linked.
IStack — Interface, package ch.capi.data
Represents a LIFO list.
isTextEnough(text:String) — method, class ch.capi.data.xml.XMLDescriptor
Retrieves if the specified String is good enough to be considered as a valid node text.
isUnsigned(str:String) — Static Method , class ch.capi.utils.ParseUtils
Retrieves if the specified String is a valid unsigned Integer.
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