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  
cancel() — Method in class com.developmentarc.framework.controllers.abstracts.AbstractTask
Called when a previously started Task needs to be cancelled.
cancel() — Method in interface com.developmentarc.framework.controllers.interfaces.ITask
Used to cancel a task.
cancel() — Method in class com.developmentarc.framework.datastructures.tasks.TaskGroup
Method is used to change groups phase to canel and dispath event.
clearAllGroups() — Static method in class com.developmentarc.framework.controllers.SelectionController
This method removes all items and groups from the SelectionController.
clearAllInstances() — Method in class com.developmentarc.framework.utils.InstanceFactory
Used to remove all current instances from the Factory.
clearAllSingletonInstances() — Static method in class com.developmentarc.framework.utils.SingletonFactory
Used to remove all current instances from the Factory.
clearAllSubscriptions() — Static method in class com.developmentarc.framework.utils.EventBroker
Removes all subscribed methods and objects from the EventBroker.
clearInstance(type) — Method in class com.developmentarc.framework.utils.InstanceFactory
Used to remove a specific instance type from the factory.
clearSingletonInstance(type) — Static method in class com.developmentarc.framework.utils.SingletonFactory
Used to remove a specific instance type from the factory.
com.developmentarc.framework.controllers — Package
Contains Classes that provide functionality for Core systems and other logical features.
com.developmentarc.framework.controllers.abstracts — Package
Contains Abstract Classes for the controller Classes that are designed to be extended when implementing a controller feature.
com.developmentarc.framework.controllers.events — Package
Contains controller specific Event Classes.
com.developmentarc.framework.controllers.interfaces — Package
Contains interfaces that are used with the the controller systems.
com.developmentarc.framework.datastructures.tasks — Package
Contains Task based data structures.
com.developmentarc.framework.datastructures.utils — Package
Contains utilities that are designed to be used for or as data structures.
com.developmentarc.framework.utils — Package
Contains generic utility Classes.
com.developmentarc.framework.utils.events — Package
Contains Events that are used by the utility Classes
commandList — Property in class com.developmentarc.framework.controllers.abstracts.AbstractAction
Stores the list of the commands for Action.
commands — Property in class com.developmentarc.framework.controllers.abstracts.AbstractAction
Defines the commands that are registed for this action type.
commands — Property in interface com.developmentarc.framework.controllers.interfaces.IAction
Returns an Array of Strings which represent the type of command to register to.
complete() — Method in class com.developmentarc.framework.controllers.abstracts.AbstractTask
Called when a previously started Task is completed.
connect(connectionName, domainList) — Method in class com.developmentarc.framework.utils.LocalConnectionManager
Used to connect to a local connection name.
connected — Property in class com.developmentarc.framework.utils.LocalConnectionManager
Used to determine of the LocalConnectionManager has an active connection.
connection — Property in class com.developmentarc.framework.utils.LocalConnectionManager
Stores the LC instance for the Class.
connectionError — Event in class com.developmentarc.framework.utils.LocalConnectionManager
CONNECTION_ERROR — Constant static property in class com.developmentarc.framework.utils.events.LocalConnectionEvent
Dispatched when the LocalConnectionManager can not connect to the requested application name.
connectionTarget — Property in class com.developmentarc.framework.utils.LocalConnectionManager
Stores the connection target object that should be called when a message from the LC is received.
containsItem(item) — Method in class com.developmentarc.framework.datastructures.utils.HashTable
Looks up the requested item and returns true if the item is contained, false if it is not.
containsKey(key) — Method in class com.developmentarc.framework.datastructures.utils.HashTable
Looks up the requested key and returns true if the key is contained, false if it is not.
currentConnectionName — Property in class com.developmentarc.framework.utils.LocalConnectionManager
Stores the connection name for the current application for communication.
currentDomainList — Property in class com.developmentarc.framework.utils.LocalConnectionManager
Stores the current domain list that was defined at construction.
currentOverrides — Property in class com.developmentarc.framework.controllers.abstracts.AbstractTask
Stores the list of overrides for the Task.
currentPhase — Property in class com.developmentarc.framework.controllers.abstracts.AbstractTask
Stores the Task's internal current phase state value.
currentPhase — Property in class com.developmentarc.framework.datastructures.tasks.TaskGroup
The current phase of 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