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  
handleAsyncEvent(event) — Method in class com.developmentarc.framework.utils.LocalConnectionManager
Used to track Async errors from the LC instance.
handleCommandChange(event) — Method in class com.developmentarc.framework.controllers.ActionDelegate
When the commands of a registered Action change this method unregisters exiting commands and then registers the new command list.
handleSelection(event) — Method in class com.developmentarc.framework.controllers.SelectionGroup
Handler method for each event the group is listening to to indicate selection.
handleStatusEvent(event) — Method in class com.developmentarc.framework.utils.LocalConnectionManager
Used to track Status events from the LC instance.
handleTaskEvent(event:com.developmentarc.framework.controllers.events:TaskEvent) — Method in class com.developmentarc.framework.controllers.TaskController
Called when a task changes state, such as complete or error.
handleTaskEvent(event:com.developmentarc.framework.controllers.events:TaskEvent) — Method in class com.developmentarc.framework.datastructures.tasks.TaskGroup
Method handles group tasks that have been completed, cancel or errored.
HashTable — Class in package com.developmentarc.framework.datastructures.utils
The hash table is similar to a Dictionary in that a key object is used to map data.
HashTable() — Constructor in class com.developmentarc.framework.datastructures.utils.HashTable
Constructor for the HashTable.
hasItems — Property in class com.developmentarc.framework.datastructures.utils.PriorityQueue
Used to determine if items are currently stored inside the PriorityQueue.
hasItems — Property in class com.developmentarc.framework.datastructures.utils.Queue
Used to determine if items are currently stored inside the Queue.
hasTask — Property in interface com.developmentarc.framework.controllers.interfaces.ITaskGroup
Defines if the current group has any tasks in the queue.
hasTask — Property in class com.developmentarc.framework.datastructures.tasks.TaskGroup
Determines if TaskGroup contains tasks or not.
hours — Property in class com.developmentarc.framework.utils.AdjustableDate
The hour (an integer from 0 to 23) of the day portion of a Date object according to local time.
hoursUTC — Property in class com.developmentarc.framework.utils.AdjustableDate
The hour (an integer from 0 to 23) of the day of a Date object according to universal time (UTC).
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