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  
addCommand(commandName:String, command:Class) — method, class com.soma.core.Soma
Registers a command to the framework.
addCommand(commandName:String, command:Class) — method, class com.soma.core.controller.Command
Registers a command to the framework.
addCommand(commandName:String, command:Class) — method, class com.soma.core.controller.SomaController
Registers a command to the framework.
addCommand(commandName:String, command:Class) — method, interface com.soma.core.interfaces.ISoma
Registers a command to the framework.
addCommand(commandName:String, command:Class) — method, class com.soma.core.wire.Wire
Registers a command to the framework.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class com.soma.core.controller.Command
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, interface com.soma.core.interfaces.ISoma
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class com.soma.core.model.Model
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class com.soma.core.wire.Wire
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
addModel(modelName:String, model:com.soma.core.interfaces:IModel) — method, class com.soma.core.Soma
Registers a model to the framework.
addModel(modelName:String, model:com.soma.core.interfaces:IModel) — method, class com.soma.core.controller.Command
Registers a model to the framework.
addModel(modelName:String, model:com.soma.core.interfaces:IModel) — method, interface com.soma.core.interfaces.ISoma
Registers a model to the framework.
addModel(modelName:String, model:com.soma.core.interfaces:IModel) — method, class com.soma.core.model.SomaModels
Registers a model to the framework.
addModel(modelName:String, model:com.soma.core.interfaces:IModel) — method, class com.soma.core.wire.Wire
Registers a model to the framework.
addSubCommand(event:flash.events:Event) — method, class com.soma.core.controller.ParallelCommand
Add a command to the list of commands to execute in parallel.
addSubCommand(event:flash.events:Event) — method, class com.soma.core.controller.SequenceCommand
Add a command to the list of commands to execute one after the other.
addView(viewName:String, view:Object) — method, class com.soma.core.Soma
Registers a view to the framework.
addView(viewName:String, view:Object) — method, class com.soma.core.controller.Command
Registers a view to the framework.
addView(viewName:String, view:Object) — method, interface com.soma.core.interfaces.ISoma
Registers a view to the framework.
addView(viewName:String, view:Object) — method, class com.soma.core.view.SomaViews
Registers a view to the framework.
addView(viewName:String, view:Object) — method, class com.soma.core.wire.Wire
Registers a view to the framework.
addWire(wireName:String, wire:com.soma.core.interfaces:IWire) — method, class com.soma.core.Soma
Registers a wire to the framework.
addWire(wireName:String, wire:com.soma.core.interfaces:IWire) — method, class com.soma.core.controller.Command
Registers a wire to the framework.
addWire(wireName:String, wire:com.soma.core.interfaces:IWire) — method, interface com.soma.core.interfaces.ISoma
Registers a wire to the framework.
addWire(wireName:String, wire:com.soma.core.interfaces:IWire) — method, class com.soma.core.wire.SomaWires
Registers a wire to the framework.
addWire(wireName:String, wire:com.soma.core.interfaces:IWire) — method, class com.soma.core.wire.Wire
Registers a wire to the framework.
applicationDomain — Property, class com.soma.core.di.SomaInjector
ApplicationDomain in use in the injector.
applicationDomain — Property, interface com.soma.core.interfaces.ISomaInjector
ApplicationDomain in use in the injector.
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