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  
classExtendsOrImplements(classOrClassName:Object, superclass:Class, application:flash.system:ApplicationDomain) — method, interface com.soma.core.interfaces.ISomaReflector
Indicates wether a Class or Class name extends or implements a given Class.
Command — class, package com.soma.core.controller
Author: Romuald Quantin - www.soundstep.com Resources: http://www.soundstep.com/downloads/somacore Actionscript version: 3.0 Copyright: Mozilla Public License 1.1 (MPL 1.1) http://www.opensource.org/licenses/mozilla1.1.php Command class that will be instantiated when a registered event is dispatched, the framework will automatically call the execute method.
Command() — Constructor, class com.soma.core.controller.Command
Create an instance of the Command class.
commands — Property, class com.soma.core.controller.ParallelCommand
Retrieves the list of commands added as subcommands.
commands — Property, class com.soma.core.controller.SequenceCommand
Retrieves the list of commands added as subcommands.
commands — Property, interface com.soma.core.interfaces.IParallelCommand
Retrieves the list of commands added as subcommands.
commands — Property, interface com.soma.core.interfaces.ISequenceCommand
Retrieves the list of commands added as subcommands.
com.soma.core — package
Contains the Soma class (entry point of the framework)
com.soma.core.controller — package
Contains classes related to commands and events.
com.soma.core.di — package
Contains classes related to dependency injection.
com.soma.core.interfaces — package
Contains the interfaces used in the framework.
com.soma.core.mediator — package
Contains the mediators manager and a Mediator abstract class.
com.soma.core.model — package
Contains the models manager and a Model abstract class.
com.soma.core.view — package
Contains the views manager.
com.soma.core.wire — package
Contains the wires manager and a Wire abstract class.
controller — Property, class com.soma.core.Soma
Gets the commands manager instance.
controller — Property, interface com.soma.core.interfaces.ISoma
Gets the commands manager instance.
createChildInjector() — method, class com.soma.core.di.SomaInjector
Creates a child injector.
createChildInjector() — method, interface com.soma.core.interfaces.ISomaInjector
Creates a child injector.
createInstance(classTarget:Class) — method, class com.soma.core.di.SomaInjector
Instantiates a new instance from a given class.
createInstance(classTarget:Class) — method, interface com.soma.core.interfaces.ISomaInjector
Instantiates a new instance from a given class.
createPlugin(plugin:Class, pluginVO:com.soma.core.interfaces:ISomaPluginVO) — method, class com.soma.core.Soma
Creates a plugin instance.
createPlugin(plugin:Class, pluginVO:com.soma.core.interfaces:ISomaPluginVO) — method, interface com.soma.core.interfaces.ISoma
Creates a plugin instance.
createPluginFromClassName(pluginClassName:String, pluginVO:com.soma.core.interfaces:ISomaPluginVO) — method, class com.soma.core.Soma
Creates a plugin instance using the class name and the getDefinitionByName method.
createPluginFromClassName(pluginClassName:String, pluginVO:com.soma.core.interfaces:ISomaPluginVO) — method, interface com.soma.core.interfaces.ISoma
Creates a plugin instance using the class name and the getDefinitionByName method.
creationComplete() — method, class com.soma.core.mediator.Mediator
Method that can you can override, called when if the view is part of the Flex Framework (not used for a pure AS3 view).
currentCommand — Property, class com.soma.core.controller.SequenceCommand
Retrieves the command that is currently executed (running).
currentCommand — Property, interface com.soma.core.interfaces.ISequenceCommand
Retrieves the command that is currently executed (running).
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