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  
ready — Property in class com.developmentarc.framework.controllers.abstracts.AbstractTask
Defines if the task is in a ready state.
ready — Property in interface com.developmentarc.framework.controllers.interfaces.ITask
Used to define the ready state of the Task.
ready — Property in class com.developmentarc.framework.datastructures.tasks.TaskGroup
TaskGroups are always ready and will return true
registerActions(actions) — Method in class com.developmentarc.framework.controllers.ActionDelegate
Registers the action array and the commands assigned to that action.
registerCommands(action:com.developmentarc.framework.controllers.interfaces:IAction) — Method in class com.developmentarc.framework.controllers.ActionDelegate
Registers the Action's commands via the EventBroker.
remove(key) — Method in class com.developmentarc.framework.datastructures.utils.HashTable
Removes an item/key pair based on the key provided.
remove(item, numberOfItems) — Method in class com.developmentarc.framework.datastructures.utils.Queue
Removes the specfied item from the queue.
removeAction(action:com.developmentarc.framework.controllers.interfaces:IAction) — Method in class com.developmentarc.framework.controllers.ActionDelegate
Removes an action from the ActionDelegate.
removeAll() — Method in class com.developmentarc.framework.datastructures.utils.HashTable
Removes all items and keys from the HashTable.
removeAll() — Method in class com.developmentarc.framework.datastructures.utils.Queue
Removes all items from the queue.
removeAllCommands() — Method in class com.developmentarc.framework.controllers.abstracts.AbstractAction
Enables the ability to remove all commands for the action.
removeAllItems(groupId) — Static method in class com.developmentarc.framework.controllers.SelectionController
Removes all the items and the group id from the controller.
removeAllItems() — Method in class com.developmentarc.framework.datastructures.utils.PriorityQueue
Clears all items from the queue.
removeAllTasks() — Method in interface com.developmentarc.framework.controllers.interfaces.ITaskGroup
Used to remove all the ITasks from the group.
removeAllTasks() — Method in class com.developmentarc.framework.datastructures.tasks.TaskGroup
Removes all tasks from the group.
removeAt(position) — Method in class com.developmentarc.framework.datastructures.utils.PriorityQueue
Removes an item at the specified position.
removeAt(position) — Method in class com.developmentarc.framework.datastructures.utils.Queue
Removes an item at the specified position.
removeCommand(command) — Method in class com.developmentarc.framework.controllers.abstracts.AbstractAction
The ability to remove a specific command from Action.
removeItem(item:com.developmentarc.framework.controllers.interfaces:ISelectable) — Static method in class com.developmentarc.framework.controllers.SelectionController
Removes the item from the manager and the boung group.
removeItem(item:com.developmentarc.framework.controllers.interfaces:ISelectable) — Method in class com.developmentarc.framework.controllers.SelectionGroup
Used to remove an item from the selection group.
removeItem(item, numberOfInstances, priority) — Method in class com.developmentarc.framework.datastructures.utils.PriorityQueue
Removes an item from the queue.
removeTask(task:com.developmentarc.framework.controllers.interfaces:ITask) — Method in interface com.developmentarc.framework.controllers.interfaces.ITaskGroup
Removes the requested task from the group if the task exists.
removeTask(task:com.developmentarc.framework.controllers.interfaces:ITask) — Method in class com.developmentarc.framework.datastructures.tasks.TaskGroup
Removes all instances of a specific task from 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