Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
| Class | Package | Description | |
|---|---|---|---|
| Actor | org.robotlegs.mvcs | Abstract MVCS IActor implementation As part of the MVCS implementation the Actor provides core functionality to an applications various working parts. Some possible uses for the Actor include, but are no means limited to: Service classes Model classes Controller classes Presentation model classes Essentially any class where it might be advantagous to have basic dependency injection supplied is a candidate for extending Actor. | |
| Command | org.robotlegs.mvcs | Abstract MVCS command implementation | |
| CommandMap | org.robotlegs.base | An abstract ICommandMap implementation | |
| Context | org.robotlegs.mvcs | Abstract MVCS IContext implementation | |
| ContextBase | org.robotlegs.base | An abstract IContext implementation | |
| ContextError | org.robotlegs.base | A framework Error implementation | |
| ContextEvent | org.robotlegs.base | A framework Event implementation | |
| EventMap | org.robotlegs.base | An abstract IEventMap implementation | |
| ICommandMap | org.robotlegs.core | The Robotlegs CommandMap contract | |
| IContext | org.robotlegs.core | The Robotlegs Context contract | |
| IContextProvider | org.robotlegs.core | Deprecated - The Robotlegs Context Provider contract | |
| IEventMap | org.robotlegs.core | The Robotlegs EventMap contract | |
| IInjector | org.robotlegs.core | The Robotlegs Injector contract | |
| IMediator | org.robotlegs.core | The Robotlegs Mediator contract | |
| IMediatorMap | org.robotlegs.core | The Robotlegs MediatorMap contract | |
| IReflector | org.robotlegs.core | The Robotlegs Reflector contract | |
| IViewMap | org.robotlegs.core | The Robotlegs ViewMap contract. | |
| Mediator | org.robotlegs.mvcs | Abstract MVCS IMediator implementation | |
| MediatorBase | org.robotlegs.base | An abstract IMediator implementation | |
| MediatorMap | org.robotlegs.base | An abstract IMediatorMap implementation | |
| SwiftSuspendersInjector | org.robotlegs.adapters | SwiftSuspender IInjector adpater - See: SwiftSuspenders | |
| SwiftSuspendersReflector | org.robotlegs.adapters | SwiftSuspender IReflector adpater - See: SwiftSuspenders | |
| ViewMap | org.robotlegs.base | An abstract IViewMap implementation | |
| ViewMapBase | org.robotlegs.base | A base ViewMap implementation |