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  
AbstractAction — Class in package 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.
AbstractAction() — Constructor in class com.developmentarc.framework.controllers.abstracts.AbstractAction
Constructor.
AbstractCommand — Class in package com.developmentarc.framework.controllers.abstracts
The AbstractCommand is a base class for any extending Command.
AbstractCommand(type) — Constructor in class com.developmentarc.framework.controllers.abstracts.AbstractCommand
Constructor.
AbstractTask — Class in package com.developmentarc.framework.controllers.abstracts
The AbstractTask is the base class to extend all Tasks from.
AbstractTask(type, priority, uid, selfOverride, blocking) — Constructor in class com.developmentarc.framework.controllers.abstracts.AbstractTask
The Abstract Task constructor is used to define the base settings for the task.
ActionDelegate — Class in package com.developmentarc.framework.controllers
The ActionDelegate is responsible for brokering commands to the actions that have registered for the command type.
ActionDelegate() — Constructor in class com.developmentarc.framework.controllers.ActionDelegate
Constructor.
actions — Property in class com.developmentarc.framework.controllers.ActionDelegate
Defines an Array of IActions that are then registered through the delegate to the Action's commands Array.
activeTaskLimit — Property in class com.developmentarc.framework.controllers.TaskController
Contains the number of tasks that can be run at the same time.
activeTasks — Property in class com.developmentarc.framework.controllers.TaskController
Stores the active Tasks and TaskGroups that are have been started by the controller.
add(item) — Method in class com.developmentarc.framework.datastructures.utils.Queue
Adds an item to the Queue.
addAction(action:com.developmentarc.framework.controllers.interfaces:IAction) — Method in class com.developmentarc.framework.controllers.ActionDelegate
Used to add a single action to to the ActionDelegate.
addAt(item, position) — Method in class com.developmentarc.framework.datastructures.utils.Queue
Adds an item to the Queue at the location specified.
addCommand(command) — Method in class com.developmentarc.framework.controllers.abstracts.AbstractAction
Enables the ability to add a single command to the Action.
addDomain(domainArray) — Method in class com.developmentarc.framework.utils.LocalConnectionManager
Updates the approved domain list on the LocalConnection.
addItem(item:com.developmentarc.framework.controllers.interfaces:ISelectable, groupId) — Static method in class com.developmentarc.framework.controllers.SelectionController
Adds a Selectable item to a specificed group id.
addItem(item:com.developmentarc.framework.controllers.interfaces:ISelectable) — Method in class com.developmentarc.framework.controllers.SelectionGroup
Method takes an ISelectable item and adds the item to the selection group.
addItem(key, item) — Method in class com.developmentarc.framework.datastructures.utils.HashTable
Adds a key/item pair to the HashTable.
addItem(item, priority) — Method in class com.developmentarc.framework.datastructures.utils.PriorityQueue
Adds an item to a queue based on the priority value.
addTask(task:com.developmentarc.framework.controllers.interfaces:ITask) — Method in class com.developmentarc.framework.controllers.TaskController
When an ITask (task, task group, etc.) is ready to be added to the controller this method is called.
addTask(task:com.developmentarc.framework.controllers.interfaces:ITask) — Method in interface com.developmentarc.framework.controllers.interfaces.ITaskGroup
Used to add a task to the task group implementation.
addTask(task:com.developmentarc.framework.controllers.interfaces:ITask) — Method in class com.developmentarc.framework.datastructures.tasks.TaskGroup

Adds a single task to the task group.

AdjustableDate — Class in package 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.
AdjustableDate(yearOrTime, month, date, hour, minute, second, millisecond) — Constructor in class com.developmentarc.framework.utils.AdjustableDate
applyAction(command) — Method in class com.developmentarc.framework.controllers.abstracts.AbstractAction
Called by the EventBroker when a register command has been dispatched.
applyAction(command) — Method in interface com.developmentarc.framework.controllers.interfaces.IAction
This method is called by the EventBroker when a registerd command has been broadcasted.
applyOverrides(newTask:com.developmentarc.framework.controllers.interfaces:ITask) — Method in class com.developmentarc.framework.controllers.TaskController

Used to find and remove any tasks in the current queue that are overriden by a new task that has been added to the controller.

applyOverrides(newTask:com.developmentarc.framework.controllers.interfaces:ITask) — Method in class com.developmentarc.framework.datastructures.tasks.TaskGroup

Used to find and remove any tasks in the current group queue that are overriden by a new task that has been added to the group.

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