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  
generateNewId() — Static method in class com.developmentarc.framework.controllers.SelectionController
Used to generate a unique group id.
getAllItems() — Method in class com.developmentarc.framework.datastructures.utils.HashTable
Returns all items stored in the HashTable.
getAllItemsInGroup(group) — Static method in class com.developmentarc.framework.controllers.SelectionController
Returns a list of items that are members of the provided group.
getAllKeys() — Method in class com.developmentarc.framework.datastructures.utils.HashTable
Returns all keys stored in the HashTable.
getInstance(type) — Method in class com.developmentarc.framework.utils.InstanceFactory
Used to get access to an instance of the Class type requested.
getItem(key) — Method in class com.developmentarc.framework.datastructures.utils.HashTable
Returns the item for the specified key, if the key is not found then the method returns null.
getItemGroup(item:com.developmentarc.framework.controllers.interfaces:ISelectable) — Static method in class com.developmentarc.framework.controllers.SelectionController
Returns the specified item's group id number.
getKeyAt(position) — Method in class com.developmentarc.framework.datastructures.utils.HashTable
Returns the key at a specified position if the HashTable has that position available.
getSelected(groupId) — Static method in class com.developmentarc.framework.controllers.SelectionController
Method returns an array of all currently selected items in the specified group.
getSingletonInstance(type) — Static method in class com.developmentarc.framework.utils.SingletonFactory
Used to get access to an instance of the Class type requested.
getTaskIndex(task:com.developmentarc.framework.controllers.interfaces:ITask) — Method in class com.developmentarc.framework.datastructures.tasks.TaskGroup
Returns the index of a task in the taskQueue.
groupId — Property in class com.developmentarc.framework.controllers.SelectionGroup
Unique id of the group
GROUP_NOT_QUEUED — Constant static property in class com.developmentarc.framework.datastructures.tasks.TaskGroup
The default phase value of a group when it is first constructed but not added to the TaskController.
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