| 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 | |
| IAction — Interface in package com.developmentarc.framework.controllers.interfaces | |
| The IAction represents the basics of a simple Action that is used by the ActionDelegate and Command structure. | |
| ignore() — Method in class com.developmentarc.framework.controllers.abstracts.AbstractTask | |
| Called when a previously started Task needs to be set to ignore. | |
| ignore() — Method in interface com.developmentarc.framework.controllers.interfaces.ITask | |
| Used to put the task in ignore mode. | |
| ignore() — Method in class com.developmentarc.framework.datastructures.tasks.TaskGroup | |
| Method is used to change groups phase to ignore and dispath event. | |
| inQueue() — Method in class com.developmentarc.framework.controllers.abstracts.AbstractTask | |
| Called when a Task is added to a queue (TaskController or TaskGroup). | |
| inQueue() — Method in interface com.developmentarc.framework.controllers.interfaces.ITask | |
| Used to set the task state to queued. | |
| inQueue() — Method in class com.developmentarc.framework.datastructures.tasks.TaskGroup | |
| Method is used to change groups phase to queued and dispath event. | |
| instance — Static property in class com.developmentarc.framework.utils.SingletonFactory | |
| Returns the current instance of the SingletonFactory. | |
| InstanceFactory — Class in package com.developmentarc.framework.utils | |
| The InstanceFactory acts as a ClassFactory but only generates a new instance of an item on the first request. | |
| InstanceFactory() — Constructor in class com.developmentarc.framework.utils.InstanceFactory | |
| Constructor. | |
| instanceTable — Property in class com.developmentarc.framework.utils.InstanceFactory | |
| Stores the local instances for the factory. | |
| inWaitingForReady() — Method in class com.developmentarc.framework.controllers.abstracts.AbstractTask | |
| Called when a task is waiting to be set to ready before starting. | |
| inWaitingForReady() — Method in interface com.developmentarc.framework.controllers.interfaces.ITask | |
| Used to put the Task in waiting for ready mode. | |
| inWaitingForReady() — Method in class com.developmentarc.framework.datastructures.tasks.TaskGroup | |
| Method is used to change groups phase to wait for ready and dispath event. | |
| isBlocker — Property in class com.developmentarc.framework.controllers.abstracts.AbstractTask | |
| Determines if the Task blocks all other items in the TaskController. | |
| isBlocker — Property in interface com.developmentarc.framework.controllers.interfaces.ITask | |
| Defines if the Task is a blocking task. | |
| isBlocker — Property in class com.developmentarc.framework.datastructures.tasks.TaskGroup | |
| Determines if the TaskGroup blocks all other items in the TaskController. | |
| ISelectable — Interface in package com.developmentarc.framework.controllers.interfaces | |
| This Interface enables any object to become selectable and can be used within the SelectionController class. | |
| isEmpty — Property in class com.developmentarc.framework.datastructures.utils.HashTable | |
| Used to determine if there are currently item pairs in the table. | |
| isLeapYear(year) — Static method in class com.developmentarc.framework.utils.AdjustableDate | |
| Determines if the provided year is a leap year. | |
| ITask — Interface in package com.developmentarc.framework.controllers.interfaces | |
| The ITask interface allows the implemented class to be treated as a Task object that can be used within the TaskController or the TaskGroup. | |
| ITaskGroup — Interface in package com.developmentarc.framework.controllers.interfaces | |
| The ITaskGroup interface is used for collections that hold tasks. | |
| items — Property in class com.developmentarc.framework.controllers.SelectionGroup | |
| Variable holds all items currently in the group | |
| items — Property in class com.developmentarc.framework.datastructures.utils.PriorityQueue | |
| Returns a cloned copy of the items table in the queue. | |
| 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 | |