| 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 |
| SECDOMAIN_CURRENT — Constant Static Property, class ch.capi.utils.DomainUtils |
|
The current SecurityDomain will be used. |
| SECDOMAIN_NONE — Constant Static Property, class ch.capi.utils.DomainUtils |
|
No SecurityDomain will be used. |
| securityDomainPolicy — Property, class ch.capi.net.LoadableFileFactory |
|
Defines the SecurityDomain policy. |
| securityError — Event, interface ch.capi.net.ILoadableFile |
|
Dispatched if a call to start() attempts to load data from a server outside the security sandbox. |
| securityError — Event, class ch.capi.net.files.AbstractLoadableFile |
|
Dispatched if a call to start() attempts to load data from a server outside the security sandbox. |
| setAttribute(name:String, value) — method, class ch.capi.data.xml.XMLDescriptor |
|
Set the value to the specified attribute. |
| setContext(value:ch.capi.net.app:IApplicationContext) — method, class ch.capi.net.app.ApplicationFile |
|
this method is just used to communicate the context between the ApplicationFile and ApplicationContext classes
and shouldn't be used !
|
| setFilePriority(file:ch.capi.net:ILoadManager, priority:int) — method, class ch.capi.net.PriorityMassLoader |
|
Set a file priority of a ILoadManager object. |
| setName(name:String) — method, class ch.capi.data.xml.XMLDescriptor |
|
Set the specified name to the XMLDescriptor. |
| setText(text:String, strict:Boolean) — method, class ch.capi.data.xml.XMLDescriptor |
|
Set the specified text to the node. |
| setValue(key:String, value) — method, interface ch.capi.data.text.IProperties |
|
Maps the specified key with the value. |
| setValue(key:String, value) — method, class ch.capi.data.text.Properties |
|
Maps the specified key with the value. |
| severe(text:String, ... rest) — method, class ch.capi.utils.logging.Logger |
|
Logs a message at the level LogLevel.SEVERE. |
| SEVERE — Constant Static Property, class ch.capi.utils.logging.LogLevel |
|
The SEVERE level is to inform that something went wrong and that the
program shouldn't handle that fault. |
| size() — method, class ch.capi.data.DictionnaryMap |
|
Retrieves the number of key-value mappings in the IMap. |
| size() — method, interface ch.capi.data.IMap |
|
Retrieves the number of key-value mappings in the IMap. |
| size() — method, class ch.capi.data.TreeMap |
|
Retrieves the number of key-value mappings in the IMap and its parent. |
| sortFiles(a:ch.capi.net:ILoadManager, b:ch.capi.net:ILoadManager) — method, class ch.capi.net.PriorityMassLoader |
|
Determines which file must be loaded first. |
| sortFunction — Property, class ch.capi.data.tree.ArrayHeap |
|
Defines the sort function that will be used to sort
the items. |
| sortFunction — Property, interface ch.capi.data.tree.IHeap |
|
Defines the sort function that will be used to sort
the items. |
| SOUND — Constant Static Property, class ch.capi.net.DataType |
|
Defines the Sound data type. |
| SOUND — Constant Static Property, class ch.capi.net.LoadableFileType |
|
File type sound. |
| SoundFile — class, package ch.capi.net.files |
|
Represents a ILoadableFile based on a Sound object. |
| SoundFile(snd:flash.media:Sound) — Constructor, class ch.capi.net.files.SoundFile |
|
Creates a new SoundFile object. |
| soundLoaderContext — Property, class ch.capi.net.files.SoundFile |
|
Defines the SoundLoaderContext to be used
within the loaded Sound. |
| source — Property, class ch.capi.errors.ParseError |
|
Defines the source of the error. |
| source — Property, class ch.capi.utils.Matcher |
|
Defines the source String. |
| StackList — class, package ch.capi.data |
|
Represents a basic implementation of a IStack object. |
| StackList(initialData:Array) — Constructor, class ch.capi.data.StackList |
|
Creates a new StackList object. |
| start(noCache:Boolean) — method, class ch.capi.net.CompositeMassLoader |
|
Starts the loading of the massive loader. |
| start(noCache:Boolean) — method, interface ch.capi.net.ICompositeMassLoader |
|
Starts the loading of the massive loader. |
| start() — method, interface ch.capi.net.ILoadManager |
|
Starts downloading data from the specified URL. |
| start() — method, class ch.capi.net.MassLoader |
|
Starts downloading data from the specified ILoadManager objects. |
| start() — method, class ch.capi.net.files.AbstractLoadableFile |
|
Set the state as loading. |
| startFailed — Event, interface ch.capi.net.ILoadableFile |
|
Dispatched when the load couldn't start. |
| startFailed — Event, class ch.capi.net.files.AbstractLoadableFile |
|
Dispatched when the load couldn't start. |
| START_FAILED — Constant Static Property, class ch.capi.events.LoadStartErrorEvent |
|
Defines the 'startFailed' error event. |
| startLoading() — method, class ch.capi.net.MassLoader |
|
Start the loading of the files. |
| startLoading() — method, class ch.capi.net.PriorityMassLoader |
|
Start the loading of the files. |
| stateIdle — Property, interface ch.capi.net.ILoadManager |
|
Defines if the ILoadManager is idle. |
| stateIdle — Property, class ch.capi.net.MassLoader |
|
Defines if the MassLoader is idle. |
| stateIdle — Property, class ch.capi.net.files.AbstractLoadableFile |
|
Defines if the AbstractLoadableFile is idle. |
| stateLoading — Property, interface ch.capi.net.ILoadManager |
|
Defines if the ILoadManager is loading. |
| stateLoading — Property, class ch.capi.net.MassLoader |
|
Defines if the MassLoader is loading. |
| stateLoading — Property, class ch.capi.net.files.AbstractLoadableFile |
|
Defines if the AbstractLoadableFile is loading. |
| staticIndex — Property, class ch.capi.events.MassLoadEvent |
|
Defines the index of the file. |
| stop() — method, class ch.capi.net.CompositeMassLoader |
|
Stops the loading of the massive loader. |
| stop() — method, interface ch.capi.net.ICompositeMassLoader |
|
Stops the loading of the massive loader. |
| stop() — method, interface ch.capi.net.ILoadManager |
|
Stops the load operation in progress. |
| stop() — method, class ch.capi.net.MassLoader |
|
Stops the load operation in progress. |
| stop() — method, class ch.capi.net.files.AbstractLoadableFile |
|
Set the state as idle. |
| storeFile(file:ch.capi.net:ILoadableFile) — method, class ch.capi.net.CompositeMassLoader |
|
Stores the specified ILoadableFile. |
| STREAM — Constant Static Property, class ch.capi.net.DataType |
|
Defines the Stream data type. |
| STREAM — Constant Static Property, class ch.capi.net.LoadableFileType |
|
File type stream. |
| STYLE_SHEET — Constant Static Property, class ch.capi.net.DataType |
|
Defines the StyleSheet data type. |
| SWF — Constant Static Property, class ch.capi.net.LoadableFileType |
|
File type SWF. |
|
| 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 |