| Package | vegas.config |
| Class | public class ConfigCollector |
| Inheritance | ConfigCollector Object |
| Method | Defined By | ||
|---|---|---|---|
contains(conf:IConfigurable):Boolean [static]
Returns true if the collector contains the specified IConfigurable object. | ConfigCollector | ||
insert(conf:IConfigurable):Boolean [static]
Inserts an IConfigurable object in the collector. | ConfigCollector | ||
[static]
Returns the Iterator of this collector. | ConfigCollector | ||
remove(conf:IConfigurable):* [static]
Removes the specified IConfigurable object in the collector. | ConfigCollector | ||
run():void [static]
Run the ConfigCollector command to invoked the setup() method of all IConfigurable object registered in the collector. | ConfigCollector | ||
size():Number [static]
Returns the number of elements in the collector. | ConfigCollector | ||
| contains | () | method |
public static function contains(conf:IConfigurable):Boolean
Returns true if the collector contains the specified IConfigurable object.
Parameters
conf:IConfigurable |
Boolean — true if the collector contains the specified IConfigurable object.
|
| insert | () | method |
public static function insert(conf:IConfigurable):BooleanInserts an IConfigurable object in the collector.
Parameters
conf:IConfigurable |
Boolean |
| iterator | () | method |
public static function iterator():Iterator
Returns the Iterator of this collector.
Iterator — the Iterator of this collector.
|
| remove | () | method |
public static function remove(conf:IConfigurable):*
Removes the specified IConfigurable object in the collector.
Parameters
conf:IConfigurable |
* |
| run | () | method |
public static function run():void
Run the ConfigCollector command to invoked the setup() method of all IConfigurable object registered in the collector.
| size | () | method |
public static function size():NumberReturns the number of elements in the collector.
ReturnsNumber — the number of elements in the collector.
|