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.


 ClassPackageDescription
 AbstractAction
com.developmentarc.framework.controllers.abstracts The AbstractAction provides the base implementation of the IAction interface and supports the ability to add, remove and update the command list for the action.
 AbstractCommand
com.developmentarc.framework.controllers.abstracts The AbstractCommand is a base class for any extending Command.
 AbstractTask
com.developmentarc.framework.controllers.abstracts The AbstractTask is the base class to extend all Tasks from.
 ActionDelegate
com.developmentarc.framework.controllers The ActionDelegate is responsible for brokering commands to the actions that have registered for the command type.
 AdjustableDate
com.developmentarc.framework.utils The AdjustableDate Class is a utility that provides a proxy wrapper around a Date object and contains utility methods intended for helping manage the Date instance.
 BrowserLocationUtil
com.developmentarc.framework.utils Class is a utility class that provides a mix of functionaltity from Flex's BrowserManager and URLUtil classes.
 EventBroker
com.developmentarc.framework.utils The EventBroker is a remote Observer pattern that allows objects to subscribe to events that may be broadcasted by any item in the system.
 HashTable
com.developmentarc.framework.datastructures.utils The hash table is similar to a Dictionary in that a key object is used to map data.
 IAction
com.developmentarc.framework.controllers.interfaces The IAction represents the basics of a simple Action that is used by the ActionDelegate and Command structure.
 InstanceFactory
com.developmentarc.framework.utils The InstanceFactory acts as a ClassFactory but only generates a new instance of an item on the first request.
 ISelectable
com.developmentarc.framework.controllers.interfaces This Interface enables any object to become selectable and can be used within the SelectionController class.
 ITask
com.developmentarc.framework.controllers.interfaces The ITask interface allows the implemented class to be treated as a Task object that can be used within the TaskController or the TaskGroup.
 ITaskGroup
com.developmentarc.framework.controllers.interfaces The ITaskGroup interface is used for collections that hold tasks.
 LocalConnectionEvent
com.developmentarc.framework.utils.events The LocalConnectionEvent is used by the LocalConnectionManager as a single communication Event to handle the basic events that can occur duing use.
 LocalConnectionManager
com.developmentarc.framework.utils The LocalConnectionManager provides a simpler interface to the Flash LocalConnection that is designed to support retention of Class type when communication with other ActionScript 3 Applications.
 PriorityQueue
com.developmentarc.framework.datastructures.utils The PriorityQueue is a data structure utility designed to store items in a stored order based upon a defined priority value.
 Queue
com.developmentarc.framework.datastructures.utils The Queue is a datastructure that allows items to be added in a specified order then retrived by calling the next() method.
 SelectionController
com.developmentarc.framework.controllers Provides a set of controls that allows any object that implement ISelectable to behave as a selection group.
 SelectionGroup
com.developmentarc.framework.controllers Class defines a group of seletable items allowing the items to work as one entity.
 SingletonFactory
com.developmentarc.framework.utils A Singleton Class that enables any item to be used as a Singleton reference.
 TaskController
com.developmentarc.framework.controllers The TaskController class is the main manager of the task system framework.
 TaskEvent
com.developmentarc.framework.controllers.events The TaskEvent is dispatched by Tasks and TaskGroups as they are processed by the TaskController and/or are changing state as they process their current functionality or childeren tasks.
 TaskGroup
com.developmentarc.framework.datastructures.tasks The TaskGroup is a data structure that allows a set of tasks to be grouped together as a set.