| 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 |
| garbageOnDestroy — Property, class ch.capi.net.files.LoaderFile |
|
Defines if the Garbage Collector will act directly
when the file is destroyed (Flash Player 10 only). |
| get(cmlName:String) — Static Method , class ch.capi.net.CompositeMassLoaderRegisterer |
|
Retrieves the specified ICompositeMassLoader. |
| get() — Static Method , class ch.capi.net.NetState |
|
Retrieves the current NetState constant based on the current
Security.sandboxType. |
| get(appCtxName:String) — Static Method , class ch.capi.net.app.ApplicationContextRegisterer |
|
Retrieves the specified IApplicationContext. |
| getApplicationDomain(appDomainCreationPolicy:String) — Static Method , class ch.capi.utils.DomainUtils |
|
Retrieves a new ApplicationDomain depending of the specified appDomainCreationPolicy. |
| getAsString(level:int) — Static Method , class ch.capi.utils.logging.LogLevel |
|
Returns the specified level as String. |
| getAttribute(name:String, defaultValue:String) — method, class ch.capi.data.xml.XMLDescriptor |
|
Retrieves the specified attribute. |
| getAttributeAsBoolean(name:String, defaultValue:Boolean) — method, class ch.capi.data.xml.XMLDescriptor |
|
Retrieves the specified attribute as Boolean. |
| getAttributeAsInt(name:String, defaultValue:Number, radix:int) — method, class ch.capi.data.xml.XMLDescriptor |
|
Retrieves the specified attribute as integer. |
| getAttributeAsNumber(name:String, defaultValue:Number) — method, class ch.capi.data.xml.XMLDescriptor |
|
Retrieves the specified attribute as Number. |
| getAttributes() — method, class ch.capi.data.xml.XMLDescriptor |
|
Retrieves all the attributes name contained in the XMLDescriptor. |
| getChild(name:String) — method, class ch.capi.data.xml.XMLDescriptor |
|
Retrieves the first XMLNode that matches the specified name. |
| getChildren(name:String) — method, class ch.capi.data.xml.XMLDescriptor |
|
Retrieves all the first level sub-nodes of the current XMLDescriptor. |
| getData(dataType:String, appDomain:flash.system:ApplicationDomain) — method, interface ch.capi.net.ILoadableFile |
|
Retrieves the data of the loadManagerObject if the loading
is complete. |
| getData(asClass:String, appDomain:flash.system:ApplicationDomain) — method, class ch.capi.net.app.ApplicationFile |
|
Retrieves the data of the ILoadableFile linked to the ApplicationFile. |
| getData(asClass:String, appDomain:flash.system:ApplicationDomain) — method, class ch.capi.net.files.LoaderFile |
|
Retrieves the data of the loadManagerObject if the loading
is complete. |
| getData(asClass:String, appDomain:flash.system:ApplicationDomain) — method, class ch.capi.net.files.SoundFile |
|
Retrieves the data of the loadManagerObject if the loading
is complete. |
| getData(asClass:String, appDomain:flash.system:ApplicationDomain) — method, class ch.capi.net.files.URLLoaderFile |
|
Retrieves the data of the loadManagerObject if the loading
is complete. |
| getData(asClass:String, appDomain:flash.system:ApplicationDomain) — method, class ch.capi.net.files.URLStreamFile |
|
Retrieves the data of the loadManagerObject if the loading
is complete. |
| getDepth() — method, class ch.capi.data.tree.ArrayHeap |
|
Retrieves the depth of the Heap. |
| getElementAt(index:int) — method, class ch.capi.data.ArrayList |
|
Get the element at the specified index. |
| getElementAt(index:int) — method, interface ch.capi.data.IList |
|
Get the element at the specified index. |
| getElementDepth(element) — method, class ch.capi.data.tree.ArrayHeap |
|
Retrieves the depth of an alement. |
| getElementIndex(element) — method, class ch.capi.data.ArrayList |
|
Get the index of the specified element. |
| getElementIndex(element) — method, interface ch.capi.data.IList |
|
Get the index of the specified element. |
| getEventDispatcher() — method, interface ch.capi.net.ILoadableFile |
|
Retrieves the IEventDispatcher of all the sub-events
of a ILoadableFile. |
| getEventDispatcher() — method, class ch.capi.net.files.LoaderFile |
|
Retrieves the contentLoaderInfo of the Loader. |
| getEventDispatcher() — method, class ch.capi.net.files.SoundFile |
|
Retrieves the IEventDispatcher, which is directly the Sound instance. |
| getEventDispatcher() — method, class ch.capi.net.files.URLLoaderFile |
|
Retrieves the IEventDispatcher, which is directly the
URLLoader object. |
| getEventDispatcher() — method, class ch.capi.net.files.URLStreamFile |
|
Retrieves the IEventDispatcher, which is directly the
URLStream object. |
| getExtension(request:flash.net:URLRequest) — method, class ch.capi.net.FileTypeSelector |
|
Retrieves the extension. |
| getFile() — method, class ch.capi.events.MassLoadEvent |
|
Retrieves the ILoadManager as ILoadableFile. |
| getFile(name:String) — method, class ch.capi.net.app.ApplicationContext |
|
Get the ApplicationFile linked to the specified name. |
| getFile(name:String) — method, interface ch.capi.net.app.IApplicationContext |
|
Get the ApplicationFile linked to the specified name. |
| getFileAt(index:uint) — method, class ch.capi.net.CompositeMassLoader |
|
Retrieves the ILoadableFile at the specified index. |
| getFileAt(index:uint) — method, interface ch.capi.net.ICompositeMassLoader |
|
Retrieves the ILoadableFile at the specified index. |
| getFileByProps(props:Object, strict:Boolean) — method, class ch.capi.net.CompositeMassLoader |
|
Retrieves the first file that matches the specified properties. |
| getFileByProps(props:Object, strict:Boolean) — method, interface ch.capi.net.ICompositeMassLoader |
|
Retrieves the first file that matches the specified properties. |
| getFileByProps(props:Object, strict:Boolean) — method, class ch.capi.net.app.ApplicationContext |
|
Returns the first ApplicationFile that matches the specified properties. |
| getFileByProps(props:Object, strict:Boolean) — method, interface ch.capi.net.app.IApplicationContext |
|
Retrieves the first ApplicationFile that matches the specified properties. |
| getFileCount() — method, class ch.capi.net.CompositeMassLoader |
|
Retrieves the number of ILoadableFile instances that have been stored. |
| getFileCount() — method, interface ch.capi.net.ICompositeMassLoader |
|
Retrieves the number of ILoadableFile instances that have been stored. |
| getFileCount() — method, interface ch.capi.net.IMassLoader |
|
Get the number of files to be loaded. |
| getFileCount() — method, class ch.capi.net.MassLoader |
|
Get the number of files to be loaded. |
| getFileLoadedTimes(file:ch.capi.net:ILoadManager) — method, class ch.capi.net.policies.DefaultLoadPolicy |
|
Retrieves how many times a file has been loaded. |
| getFilePriority(file:ch.capi.net:ILoadManager) — method, class ch.capi.net.PriorityMassLoader |
|
Retreives the priority of a ILoadManager object. |
| getFileQueueIndex(file:ch.capi.net:ILoadManager) — method, class ch.capi.net.MassLoader |
|
Retrieves the index of a file in the loading queue (if the loading of the specified file has been started). |
| getFiles() — method, class ch.capi.net.CompositeMassLoader |
|
Retrieves all the files created by the CompositeMassLoader. |
| getFiles() — method, interface ch.capi.net.ICompositeMassLoader |
|
Retrieves all the files created by the ICompositeMassLoader. |
| getFiles() — method, interface ch.capi.net.IMassLoader |
|
Get the files that will be loaded. |
| getFiles() — method, class ch.capi.net.MassLoader |
|
Get the files that will be loaded. |
| getFilesAtPriority(priority:int) — method, class ch.capi.net.PriorityMassLoader |
|
Defines the files to be loaded at the specified priority. |
| getFilesByProps(props:Object, strict:Boolean) — method, class ch.capi.net.CompositeMassLoader |
|
Retrieves all the files that matche the specified properties. |
| getFilesByProps(props:Object, strict:Boolean) — method, interface ch.capi.net.ICompositeMassLoader |
|
Retrieves all the files that matche the specified properties. |
| getFilesByProps(props:Object, strict:Boolean) — method, class ch.capi.net.app.ApplicationContext |
|
Retrieves all the files that matches the specified properties. |
| getFilesByProps(props:Object, strict:Boolean) — method, interface ch.capi.net.app.IApplicationContext |
|
Retrieves all the files that matche the specified properties. |
| getFirstElement() — method, interface ch.capi.data.IQueue |
|
Get the first element of the IQueue. |
| getFirstElement() — method, class ch.capi.data.QueueList |
|
Get the first element of the QueueList. |
| getFont(linkageName:String) — Static Method , class ch.capi.display.text.FontsManager |
|
Retrieves the AbstractFont registered under the
specified linkageName. |
| getLastElement() — method, interface ch.capi.data.IQueue |
|
Get the last element of the IQueue. |
| getLastElement() — method, class ch.capi.data.QueueList |
|
Get the last element of the QueueList. |
| getLevelFromString(level:String) — Static Method , class ch.capi.utils.logging.LogLevel |
|
Returns the specified String as level. |
| getLoaderContext(file:ch.capi.net:ILoadableFile, appDomainPolicy:String, secDomainPolicy:String) — method, interface ch.capi.net.IContextPolicy |
|
Retrieves a LoaderContext that will be attached
to the specified ILoadableFile. |
| getLoaderContext(file:ch.capi.net:ILoadableFile, appDomainPolicy:String, secDomainPolicy:String) — method, class ch.capi.net.policies.DefaultContextPolicy |
|
Retrieves a LoaderContext that will be attached
to the specified ILoadableFile. |
| getMethod(type:String) — method, class ch.capi.net.LoadableFileFactory |
|
Retrieves the method to call within the specified type to create a ILoadableFile. |
| getName() — method, class ch.capi.data.xml.XMLDescriptor |
|
Retrieves the XMLDescriptor node name. |
| getParents() — method, class ch.capi.net.app.ApplicationFile |
|
Get all the ApplicationFile that have this file as direct dependency. |
| getProperty(key) — method, class ch.capi.net.app.ApplicationFile |
|
Retrieves the value of the specified key from the properties of the ILoadableFile. |
| getRequest(url:Object) — Static Method , class ch.capi.net.LoadableFileFactory |
|
Creates a URLRequest from a url object. |
| getSecurityDomain(secDomainPolicy:String) — Static Method , class ch.capi.utils.DomainUtils |
|
Retrieves the SecurityDomain depending of the specified secDomainPolicy. |
| getSoundContext(file:ch.capi.net:ILoadableFile) — method, interface ch.capi.net.IContextPolicy |
|
Retrieves a SoundLoaderContext that will be attached
to the specified ILoadableFile. |
| getSoundContext(file:ch.capi.net:ILoadableFile) — method, class ch.capi.net.policies.DefaultContextPolicy |
|
Retrieves a SoundLoaderContext that will be attached
to the specified ILoadableFile. |
| getStackTrace() — method, class ch.capi.utils.logging.Logger |
|
Retrieves the stack trace into an Array. |
| getStaticIndexOf(file:ch.capi.net:ILoadManager) — method, class ch.capi.net.MassLoader |
|
Retrieves the static index of the specified ILoadManager. |
| getText(strict:Boolean) — method, class ch.capi.data.xml.XMLDescriptor |
|
Retrieves the text of the XMLDescriptor node. |
| getTextAsBoolean(defaultValue:Boolean, strict:Boolean) — method, class ch.capi.data.xml.XMLDescriptor |
|
Retrieves the text node as Boolean. |
| getTextAsInt(defaultValue:int, radix:int, strict:Boolean) — method, class ch.capi.data.xml.XMLDescriptor |
|
Retrieves the node text as integer. |
| getTextAsNumber(defaultValue:Number, strict:Boolean) — method, class ch.capi.data.xml.XMLDescriptor |
|
Retrieves the text node as Number. |
| getTextFormatCopy() — method, class ch.capi.display.text.AbstractFont |
|
Retrieves a copy of the TextFormat used by this AbstractFont. |
| getTextNode(node:flash.xml:XMLNode) — method, class ch.capi.data.xml.XMLDescriptor |
|
Retrieves the first text node in the first level sub-nodes of the specified node. |
| getTextTrim(strict:Boolean) — method, class ch.capi.data.xml.XMLDescriptor |
|
Retrieves the trimmed text of the XMLDescriptor node. |
| getTopElement() — method, interface ch.capi.data.IStack |
|
Get the top element of the IStack. |
| getTopElement() — method, class ch.capi.data.StackList |
|
Get the top element of the StackList. |
| getType(request:flash.net:URLRequest) — method, class ch.capi.net.FileTypeSelector |
|
Creates a ILoadableFile using the specified LoadableFileFactory. |
| getType() — method, interface ch.capi.net.ILoadableFile |
|
Retrieves the type of the file based on the LoadableFileType constants. |
| getType() — method, class ch.capi.net.files.LoaderFile |
|
Retrieves the type of the file. |
| getType() — method, class ch.capi.net.files.SoundFile |
|
Retrieves the type of the file. |
| getType() — method, class ch.capi.net.files.URLLoaderFile |
|
Retrieves the type of the file based on the LoadableFileType constants. |
| getType() — method, class ch.capi.net.files.URLStreamFile |
|
Retrieves the type of the file based on the LoadableFileType constants. |
| getUpdatedUrlRequest() — method, class ch.capi.net.files.AbstractLoadableFile |
|
Creates a clone of the current URLRequest and put the variables values in its data. |
| getUpdatedValue(key:String) — method, interface ch.capi.data.text.IProperties |
|
Retrieves the value with no variables in it. |
| getUpdatedValue(key:String) — method, class ch.capi.data.text.Properties |
|
Retrieves the value with no variables in it. |
| getURLRequest() — method, class ch.capi.net.files.AbstractLoadableFile |
|
Retrieves the URLRequest that is created depending of
the useCache property value. |
| getValue(key) — method, class ch.capi.data.DictionnaryMap |
|
Retrieves the value mapped to the specified key or null if there is no mapping for
the key. |
| getValue(key) — method, interface ch.capi.data.IMap |
|
Retrieves the value mapped to the specified key or null if there is no mapping for
the key. |
| getValue(key) — method, class ch.capi.data.TreeMap |
|
Retrieves the value mapped to the specified key or null if there is no mapping for
the key. |
| getValue(key:String) — method, interface ch.capi.data.text.IProperties |
|
Retrieves the value of the specified key. |
| getValue(key:String) — method, class ch.capi.data.text.Properties |
|
Retrieves the value of the specified key. |
| getValueAsBoolean(key:String) — method, interface ch.capi.data.text.IProperties |
|
Retrieves the value of the specified key as Boolean. |
| getValueAsBoolean(key:String) — method, class ch.capi.data.text.Properties |
|
Retrieves the value of the specified key as Boolean. |
| getValueAsColor(key:String) — method, interface ch.capi.data.text.IProperties |
|
Retrieves the value of the specified key as color (unsigned int). |
| getValueAsColor(key:String) — method, class ch.capi.data.text.Properties |
|
Retrieves the value of the specified key as color (unsigned int). |
| getValueAsFloat(key:String) — method, interface ch.capi.data.text.IProperties |
|
Retrieves the value of the specified key as float. |
| getValueAsFloat(key:String) — method, class ch.capi.data.text.Properties |
|
Retrieves the value of the specified key as float. |
| getValueAsInt(key:String) — method, interface ch.capi.data.text.IProperties |
|
Retrieves the value of the specified key as integer. |
| getValueAsInt(key:String) — method, class ch.capi.data.text.Properties |
|
Retrieves the value of the specified key as integer. |
| getValueAsNumber(key:String) — method, interface ch.capi.data.text.IProperties |
|
Retrieves the value of the specified key as Number. |
| getValueAsNumber(key:String) — method, class ch.capi.data.text.Properties |
|
Retrieves the value of the specified key as Number. |
| getValueAsUnsigned(key:String) — method, interface ch.capi.data.text.IProperties |
|
Retrieves the value of the specified key as unsigned integer. |
| getValueAsUnsigned(key:String) — method, class ch.capi.data.text.Properties |
|
Retrieves the value of the specified key as unsigned integer. |
| global — Property, class ch.capi.net.app.ApplicationFile |
|
Defines if the ApplicationFile is global or not. |
| GLOBAL — Constant Static Property, class ch.capi.utils.logging.Logger |
|
Defines the global Logger. |
| globalAfter — Event, class ch.capi.events.GlobalEventDispatcher |
|
Dispatched after an event is dispatched. |
| globalAfter — Event, interface ch.capi.events.IGlobalEventDispatcher |
|
Dispatched after an event is dispatched. |
| GLOBAL_AFTER — Constant Static Property, class ch.capi.events.GlobalEvent |
|
Defines the events that will be dispatched after the
dispatching of the specified event. |
| globalBefore — Event, class ch.capi.events.GlobalEventDispatcher |
|
Dispatched before an event is dispatched. |
| globalBefore — Event, interface ch.capi.events.IGlobalEventDispatcher |
|
Dispatched before an event is dispatched. |
| GLOBAL_BEFORE — Constant Static Property, class ch.capi.events.GlobalEvent |
|
Defines the events that will be dispatched before the
dispatching of the specified event. |
| GlobalEvent — class, package ch.capi.events |
|
Represents event dispatched by the GlobalEventDispatcher. |
| GlobalEvent(type:String, event:flash.events:Event) — Constructor, class ch.capi.events.GlobalEvent |
|
Creates a new GlobalEvent object. |
| GlobalEventDispatcher — class, package ch.capi.events |
|
The GlobalEventDispatcher class allows to add some listeners to
any kind of event sent by a sub-class. |
| GlobalEventDispatcher() — Constructor, class ch.capi.events.GlobalEventDispatcher |
|
Creates a new GlobalEventDispatcher object. |
| group(id:uint) — method, class ch.capi.utils.Matcher |
|
Retrieves the specified group index specified by the parenthesis. |
| groups() — method, class ch.capi.utils.Matcher |
|
Retrieves the number of groups in the matching RegExp. |
|
| 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 |