| 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 | |
| taskCancel — Event in class com.developmentarc.framework.controllers.abstracts.AbstractTask | |
| TASK_CANCEL — Constant static property in class com.developmentarc.framework.controllers.events.TaskEvent | |
| Defines when a task has been cancelled. | |
| taskCompelte — Event in class com.developmentarc.framework.controllers.abstracts.AbstractTask | |
| TASK_COMPLETE — Constant static property in class com.developmentarc.framework.controllers.events.TaskEvent | |
| Defines when a task has been completed. | |
| TaskController — Class in package com.developmentarc.framework.controllers | |
| The TaskController class is the main manager of the task system framework. | |
| TaskController() — Constructor in class com.developmentarc.framework.controllers.TaskController | |
| Constructor. | |
| TASK_CREATED — Constant static property in class com.developmentarc.framework.controllers.abstracts.AbstractTask | |
| Used as the flag for the current phase when a Task has been constructed. | |
| taskError — Event in class com.developmentarc.framework.controllers.abstracts.AbstractTask | |
| TASK_ERROR — Constant static property in class com.developmentarc.framework.controllers.events.TaskEvent | |
| Defines when a task has entered an error state. | |
| TaskEvent — Class in package 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. | |
| TaskEvent(type, bubbles, cancelable) — Constructor in class com.developmentarc.framework.controllers.events.TaskEvent | |
| TaskGroup — Class in package com.developmentarc.framework.datastructures.tasks | |
| The TaskGroup is a data structure that allows a set of tasks to be grouped together as a set. | |
| TaskGroup(type, priority, uid, selfOverride, blocking) — Constructor in class com.developmentarc.framework.datastructures.tasks.TaskGroup | |
| Constructor. | |
| TASK_IGNORED — Constant static property in class com.developmentarc.framework.controllers.events.TaskEvent | |
| Defines when a task is set to ignore. | |
| taskOverrides — Property in class com.developmentarc.framework.controllers.abstracts.AbstractTask | |
| Defines the currently applied overrides for the Task. | |
| taskOverrides — Property in interface com.developmentarc.framework.controllers.interfaces.ITask | |
| Returns an array of Task types that this task will override when added to the TaskController or a TaskGroup. | |
| taskOverrides — Property in class com.developmentarc.framework.datastructures.tasks.TaskGroup | |
| An array of types of tasks / task groups that this task group should override in the TaskController. | |
| taskPause — Event in class com.developmentarc.framework.controllers.abstracts.AbstractTask | |
| TASK_PAUSE — Constant static property in class com.developmentarc.framework.controllers.events.TaskEvent | |
| Defines when a task has been paused. | |
| taskQueue — Property in class com.developmentarc.framework.controllers.TaskController | |
| Stores the current Tasks and TaskGroups within the TaskController. | |
| taskQueue — Property in class com.developmentarc.framework.datastructures.tasks.TaskGroup | |
| The current tasks that have been added to the Group but have not been started() yet. | |
| taskQueued — Event in class com.developmentarc.framework.controllers.abstracts.AbstractTask | |
| TASK_QUEUED — Constant static property in class com.developmentarc.framework.controllers.events.TaskEvent | |
| Defines when a task is in either in the TaskController Queue or a TaskGroup queue. | |
| taskReady — Event in class com.developmentarc.framework.controllers.abstracts.AbstractTask | |
| TASK_READY — Constant static property in class com.developmentarc.framework.controllers.events.TaskEvent | |
| Defines when a Task is ready to be started. | |
| tasks — Property in interface com.developmentarc.framework.controllers.interfaces.ITaskGroup | |
| Returns an Array of ITasks that are in the group. | |
| tasks — Property in class com.developmentarc.framework.datastructures.tasks.TaskGroup | |
| Returns all tasks still in queue or that have been proccessed | |
| taskStart — Event in class com.developmentarc.framework.controllers.abstracts.AbstractTask | |
| TASK_START — Constant static property in class com.developmentarc.framework.controllers.events.TaskEvent | |
| Defines when a task has been started. | |
| TASK_WAITING_FOR_READY — Constant static property in class com.developmentarc.framework.controllers.events.TaskEvent | |
| Defines when a task is waiting for its ready state to change to true. | |
| time — Property in class com.developmentarc.framework.utils.AdjustableDate | |
| The number of milliseconds since midnight January 1, 1970, universal time, for a Date object. | |
| timezoneOffset — Property in class com.developmentarc.framework.utils.AdjustableDate | |
| The difference, in minutes, between universal time (UTC) and the computer's local time. | |
| toDateString() — Method in class com.developmentarc.framework.utils.AdjustableDate | |
| Returns a string representation of the day and date only, and does not include the time or timezone. | |
| toLocaleDateString() — Method in class com.developmentarc.framework.utils.AdjustableDate | |
| Returns a String representation of the day and date only, and does not include the time or timezone. | |
| toLocaleString() — Method in class com.developmentarc.framework.utils.AdjustableDate | |
| Returns a String representation of the day, date, time, given in local time. | |
| toLocaleTimeString() — Method in class com.developmentarc.framework.utils.AdjustableDate | |
| Returns a String representation of the time only, and does not include the day, date, year, or timezone. | |
| toString() — Method in class com.developmentarc.framework.utils.AdjustableDate | |
| Returns a String representation of the day, date, time, and timezone. | |
| toTimeString() — Method in class com.developmentarc.framework.utils.AdjustableDate | |
| Returns a String representation of the time and timezone only, and does not include the day and date. | |
| toUTCString() — Method in class com.developmentarc.framework.utils.AdjustableDate | |
| Returns a String representation of the day, date, and time in universal time (UTC). | |
| type — Property in class com.developmentarc.framework.controllers.abstracts.AbstractTask | |
| Defines the Task type. | |
| type — Property in interface com.developmentarc.framework.controllers.interfaces.ITask | |
| Returns the type value of the Task. | |
| type — Property in class com.developmentarc.framework.datastructures.tasks.TaskGroup | |
| The current type of TaskGroup. | |
| 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 | |