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  
AbstractAsyncCommand — Class in package org.springextensions.actionscript.mvcs.command
Provides an implementation for the IAsyncCommand interface that asynchronous commands can subclass.
AbstractAsyncCommand() — Constructor in class org.springextensions.actionscript.mvcs.command.AbstractAsyncCommand
Creates a new AbstractAsyncCommand
AbstractAsyncOperation — Class in package org.springextensions.actionscript.mvcs.service.operation
Abstract base class for asynchronous operations.
AbstractAsyncOperation() — Constructor in class org.springextensions.actionscript.mvcs.service.operation.AbstractAsyncOperation
Creates a new AbstractAsyncOperation object.
AbstractFactoryObject — Class in package org.springextensions.actionscript.ioc.factory.config

Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1

AbstractFactoryObject() — Constructor in class org.springextensions.actionscript.ioc.factory.config.AbstractFactoryObject
AbstractNodeParser — Class in package org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers
Abstract base class for node parsers.
AbstractNodeParser(xmlObjectDefinitionsParser:org.springextensions.actionscript.ioc.factory.xml.parser.support:XMLObjectDefinitionsParser, nodeName) — Constructor in class org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.AbstractNodeParser
This class should not be instantiated directly.
AbstractObjectFactory — Class in package org.springextensions.actionscript.ioc.factory.support
This is the basic implementation of IConfigurableObjectFactory.
AbstractObjectFactory() — Constructor in class org.springextensions.actionscript.ioc.factory.support.AbstractObjectFactory
Constructs a new AbstractObjectFactory.
AbstractPropertyEditor — Class in package org.springextensions.actionscript.objects.propertyeditors
Abstract property editor.
AbstractPropertyEditor() — Constructor in class org.springextensions.actionscript.objects.propertyeditors.AbstractPropertyEditor
AbstractReferenceResolver — Class in package org.springextensions.actionscript.ioc.factory.support
Abstract base class for reference resolvers.
AbstractReferenceResolver(factory:org.springextensions.actionscript.ioc.factory:IObjectFactory) — Constructor in class org.springextensions.actionscript.ioc.factory.support.AbstractReferenceResolver
Constructs AbstractReferenceResolver.
AbstractRemoteObjectOperation — Class in package org.springextensions.actionscript.mvcs.service.operation
AbstractRemoteObjectOperation(remoteObject) — Constructor in class org.springextensions.actionscript.mvcs.service.operation.AbstractRemoteObjectOperation
AbstractRemoteObjectService — Class in package org.springextensions.actionscript.mvcs.service.support
Abstract base class for services working with remote objects.
AbstractRemoteObjectService(remoteObject) — Constructor in class org.springextensions.actionscript.mvcs.service.support.AbstractRemoteObjectService
Creates a new AbstractRemoteObjectService.
AbstractService — Class in package org.springextensions.actionscript.mvcs.service
The base class for service classes.
AbstractService() — Constructor in class org.springextensions.actionscript.mvcs.service.AbstractService
ADD — Constant static property in class org.springextensions.actionscript.collections.TypedCollectionEvent
ADD — Constant static property in class org.springextensions.actionscript.config.AppSettingsEvent
addAt(string, value, position) — Static method in class org.springextensions.actionscript.utils.StringUtils
Adds/inserts a new string at a certain position in the source string.
addChildren(container, children) — Static method in class org.springextensions.actionscript.utils.DisplayObjectContainerUtils
Adds all display objects in the children array to the container.
addCommand(command:org.springextensions.actionscript.mvcs.command:ICommand) — Method in class org.springextensions.actionscript.mvcs.command.CompositeCommand
Adds a command to this composite command.
addCommand(command:org.springextensions.actionscript.mvcs.command:ICommand) — Method in interface org.springextensions.actionscript.mvcs.command.ICompositeCommand
Adds a command to this composite command.
addConfig(config) — Method in interface org.springextensions.actionscript.ioc.factory.xml.IXMLObjectFactory
Use this method to add xml versions of configurations
addConfig(config) — Method in class org.springextensions.actionscript.ioc.factory.xml.XMLObjectFactory
Use this method to add xml versions of configurations
addConfigLocation(configLocation) — Method in interface org.springextensions.actionscript.ioc.factory.xml.IXMLObjectFactory
Use this method to add aditional configuration locations.
addConfigLocation(configLocation) — Method in class org.springextensions.actionscript.ioc.factory.xml.XMLObjectFactory
Use this method to add aditional configuration locations.
addEmbeddedConfig(config) — Method in interface org.springextensions.actionscript.ioc.factory.xml.IXMLObjectFactory
Adds an embedded config.
addEmbeddedConfig(config) — Method in class org.springextensions.actionscript.ioc.factory.xml.XMLObjectFactory
Adds an embedded config.
addErrorListener(listener) — Method in class org.springextensions.actionscript.mvcs.service.operation.AbstractAsyncOperation
Adds an error listener to this operation.
addErrorListener(listener) — Method in interface org.springextensions.actionscript.mvcs.service.operation.IAsyncOperation
Adds an error listener to this operation.
addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class org.springextensions.actionscript.collections.Map
addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class org.springextensions.actionscript.config.AppSettings
addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class org.springextensions.actionscript.domain.Entity
addFaultListener(listener) — Method in class org.springextensions.actionscript.mvcs.command.AbstractAsyncCommand
Adds a listener for the "asyncCommandFault" event.
addFaultListener(listener) — Method in interface org.springextensions.actionscript.mvcs.command.IAsyncCommand
Adds a listener for the "asyncCommandFault" event.
addItem(item) — Method in class org.springextensions.actionscript.collections.TypedCollection
addItemAt(item, index) — Method in class org.springextensions.actionscript.collections.TypedCollection
addListener(listener:org.springextensions.actionscript.collections:ITypedCollectionListener) — Method in class org.springextensions.actionscript.collections.TypedCollection
Registers an ITypedCollectionListener listener
addListener(listener:org.springextensions.actionscript.config:IAppSettingsListener, useCapture, priority, useWeakReference) — Method in class org.springextensions.actionscript.config.AppSettings
Adds a listener to the AppSettings.
addNodeNameAlias(alias) — Method in interface org.springextensions.actionscript.ioc.factory.xml.parser.INodeParser
Will add an alias that this node parser will react upon.
addNodeNameAlias(alias) — Method in class org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.AbstractNodeParser
Will add an alias that this node parser will react upon.
addNodeParser(parser:org.springextensions.actionscript.ioc.factory.xml.parser:INodeParser) — Method in class org.springextensions.actionscript.ioc.factory.xml.parser.support.XMLObjectDefinitionsParser
Adds a NodeParser to the parser.
addObjectFactoryPostProcessor(objectFactoryPostProcessor:org.springextensions.actionscript.ioc.factory.config:IObjectFactoryPostProcessor) — Method in interface org.springextensions.actionscript.context.IConfigurableApplicationContext
addObjectPostProcessor(objectPostProcessor:org.springextensions.actionscript.ioc.factory.config:IObjectPostProcessor) — Method in interface org.springextensions.actionscript.ioc.factory.config.IConfigurableObjectFactory
Adds an object postprocessor to this object factory.
addObjectPostProcessor(objectPostProcessor:org.springextensions.actionscript.ioc.factory.config:IObjectPostProcessor) — Method in class org.springextensions.actionscript.ioc.factory.support.AbstractObjectFactory
Adds an object postprocessor to this object factory.
addPreprocessor(preprocessor:org.springextensions.actionscript.ioc.factory.xml.parser:IXMLObjectDefinitionsPreprocessor) — Method in class org.springextensions.actionscript.ioc.factory.xml.parser.support.XMLObjectDefinitionsParser
Adds a preprocessor to the parser.
addRange(range:org.springextensions.actionscript.collections:TypedCollection) — Method in class org.springextensions.actionscript.collections.TypedCollection
addReferenceResolver(referenceResolver:org.springextensions.actionscript.ioc.factory:IReferenceResolver) — Method in interface org.springextensions.actionscript.ioc.factory.IObjectFactory
This method adds a reference resolver that will be used to resolve property references.
addReferenceResolver(referenceResolver:org.springextensions.actionscript.ioc.factory:IReferenceResolver) — Method in class org.springextensions.actionscript.ioc.factory.support.AbstractObjectFactory
This method adds a reference resolver that will be used to resolve property references.
addResultListener(listener) — Method in class org.springextensions.actionscript.mvcs.command.AbstractAsyncCommand
Adds a listener for the "asyncCommandResult" event.
addResultListener(listener) — Method in interface org.springextensions.actionscript.mvcs.command.IAsyncCommand
Adds a listener for the "asyncCommandResult" event.
addResultListener(listener) — Method in class org.springextensions.actionscript.mvcs.service.operation.AbstractAsyncOperation
Adds a result listener to this operation.
addResultListener(listener) — Method in interface org.springextensions.actionscript.mvcs.service.operation.IAsyncOperation
Adds a result listener to this operation.
afterLast — Property in class org.springextensions.actionscript.collections.MapViewCursor
afterLast — Property in class org.springextensions.actionscript.collections.TypedCollectionViewCursor
If the cursor is located after the last item in the view, this property is true .
afterParse() — Method in class org.springextensions.actionscript.context.support.XMLApplicationContext
Hook method defined in XmlObjectFactory overridden to invoke application context specific logic.
afterParse() — Method in class org.springextensions.actionscript.ioc.factory.xml.XMLObjectFactory
Hook method, executed after the xml context is parsed.
afterPropertiesSet() — Method in interface org.springextensions.actionscript.ioc.factory.IInitializingObject
Invoked by an object factory after all properties of an object have been set.
afterPropertiesSet() — Method in class org.springextensions.actionscript.ioc.factory.MethodInvokingObject
afterPropertiesSet() — Method in class org.springextensions.actionscript.ioc.factory.config.FieldRetrievingFactoryObject
afterPropertiesSet() — Method in class org.springextensions.actionscript.ioc.factory.config.LoggingTargetFactoryObject
Create the logging target after all properties have been set.
allowObjectDefinitionOverriding — Property in class org.springextensions.actionscript.ioc.factory.support.DefaultListableObjectFactory
Whether to allow re-registration of a different definition with the same name
allowObjectDefinitionOverriding — Property in interface org.springextensions.actionscript.ioc.factory.support.IObjectDefinitionRegistry
Whether to allow re-registration of a different definition with the same name
applicationContext — Property in interface org.springextensions.actionscript.context.IApplicationContextAware
Sets the IApplicationContext that this object runs in.
ApplicationContextAwareProcessor — Class in package org.springextensions.actionscript.context.support

Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1

ApplicationContextAwareProcessor(applicationContext:org.springextensions.actionscript.context:IApplicationContext) — Constructor in class org.springextensions.actionscript.context.support.ApplicationContextAwareProcessor
Creates a new ApplicationContextAwareProcessor object.
AppSettings — Dynamic class in package org.springextensions.actionscript.config
The AppSettings class is a singleton that holds a set of configuration settings.
AppSettings(enforcer) — Constructor in class org.springextensions.actionscript.config.AppSettings
Constructs a new instance of AppSettings.
AppSettings_Add(event:org.springextensions.actionscript.config:AppSettingsEvent) — Method in interface org.springextensions.actionscript.config.IAppSettingsListener
Invoked when a new setting is added.
AppSettings_Change(event:org.springextensions.actionscript.config:AppSettingsEvent) — Method in interface org.springextensions.actionscript.config.IAppSettingsListener
Invoked when the value of a setting is changed.
AppSettings_Clear(event:org.springextensions.actionscript.config:AppSettingsEvent) — Method in interface org.springextensions.actionscript.config.IAppSettingsListener
Invoked when all settings are removed.
AppSettings_Delete(event:org.springextensions.actionscript.config:AppSettingsEvent) — Method in interface org.springextensions.actionscript.config.IAppSettingsListener
Invoked when a setting is deleted.
AppSettingsEvent — Class in package org.springextensions.actionscript.config
An AppSettings event object that contains information about the key and value that caused the event.
AppSettingsEvent(type, key, value, bubbles, cancelable) — Constructor in class org.springextensions.actionscript.config.AppSettingsEvent
Constructs a new AppSettingsEvent.
AppSettings_Load(event:org.springextensions.actionscript.config:AppSettingsEvent) — Method in interface org.springextensions.actionscript.config.IAppSettingsListener
Invoked when the settings are loaded from an external source.
ARRAY_COLLECTION_ELEMENT — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.parser.support.XMLObjectDefinitionsParser
Constant value 'array-collection'
ArrayCollectionNodeParser — Class in package org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers
Parses an array-collection node.
ArrayCollectionNodeParser(xmlObjectDefinitionsParser:org.springextensions.actionscript.ioc.factory.xml.parser.support:XMLObjectDefinitionsParser) — Constructor in class org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.ArrayCollectionNodeParser
Constructs the ArrayCollectionNodeParser.
ArrayCollectionReferenceResolver — Class in package org.springextensions.actionscript.ioc.factory.support.referenceresolvers
Resolves the references in an array-collection.
ArrayCollectionReferenceResolver(factory:org.springextensions.actionscript.ioc.factory:IObjectFactory) — Constructor in class org.springextensions.actionscript.ioc.factory.support.referenceresolvers.ArrayCollectionReferenceResolver
Constructs ArrayCollectionReferenceResolver.
ArrayCollectionUtils — Class in package org.springextensions.actionscript.utils
Contains utilities for working with ArrayCollection objects.
arrayContains(array, item, message) — Static method in class org.springextensions.actionscript.utils.Assert
Assert that the array contains the passed in item.
ARRAY_ELEMENT — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.parser.support.XMLObjectDefinitionsParser
Constant value 'array'
ArrayNodeParser — Class in package org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers
Parses an array node.
ArrayNodeParser(xmlObjectDefinitionsParser:org.springextensions.actionscript.ioc.factory.xml.parser.support:XMLObjectDefinitionsParser) — Constructor in class org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.ArrayNodeParser
Constructs the ArrayNodeParser.
ArrayReferenceResolver — Class in package org.springextensions.actionscript.ioc.factory.support.referenceresolvers
Resolves the references in an array.
ArrayReferenceResolver(factory:org.springextensions.actionscript.ioc.factory:IObjectFactory) — Constructor in class org.springextensions.actionscript.ioc.factory.support.referenceresolvers.ArrayReferenceResolver
Constructs ArrayReferenceResolver.
ArrayUtils — Class in package org.springextensions.actionscript.utils
Contains utility methods for working with Array objects.
Assert — Class in package org.springextensions.actionscript.utils
Assertion utility class that assists in validating arguments.
assertArrayContains(... rest) — Method in class org.springextensions.actionscript.flexunit.FlexUnitTestCase
assertDictionaryKeysOfType(... rest) — Method in class org.springextensions.actionscript.flexunit.FlexUnitTestCase
assertLength(... rest) — Method in class org.springextensions.actionscript.flexunit.FlexUnitTestCase
AsyncCommandEvent — Class in package org.springextensions.actionscript.mvcs.command
Event dispatched by an AsyncCommand instance when it has completed successfully (RESULT) or with an error (FAULT)
AsyncCommandEvent(type, bubbles, cancelable) — Constructor in class org.springextensions.actionscript.mvcs.command.AsyncCommandEvent
Creates a new AsyncCommandEvent.
AsyncCommandFaultEvent — Class in package org.springextensions.actionscript.mvcs.command
AsyncCommandFaultEvent(fault, bubbles, cancelable) — Constructor in class org.springextensions.actionscript.mvcs.command.AsyncCommandFaultEvent
AsyncCommandResultEvent — Class in package org.springextensions.actionscript.mvcs.command
AsyncCommandResultEvent(result, bubbles, cancelable) — Constructor in class org.springextensions.actionscript.mvcs.command.AsyncCommandResultEvent
AsyncOperationErrorEvent — Class in package org.springextensions.actionscript.mvcs.service.operation.event
AsyncOperationErrorEvent(fault, bubbles, cancelable) — Constructor in class org.springextensions.actionscript.mvcs.service.operation.event.AsyncOperationErrorEvent
AsyncOperationEvent — Class in package org.springextensions.actionscript.mvcs.service.operation.event
AsyncOperationEvent(type, bubbles, cancelable) — Constructor in class org.springextensions.actionscript.mvcs.service.operation.event.AsyncOperationEvent
AsyncOperationResultEvent — Class in package org.springextensions.actionscript.mvcs.service.operation.event
AsyncOperationResultEvent(result, bubbles, cancelable) — Constructor in class org.springextensions.actionscript.mvcs.service.operation.event.AsyncOperationResultEvent
at(i, j, k) — Method in class org.springextensions.actionscript.utils.Parse
Get sibling or child by index.
AttributeToElementPreprocessor — Class in package org.springextensions.actionscript.ioc.factory.xml.preprocessors
Converts an attribute to an element.
AttributeToElementPreprocessor() — Constructor in class org.springextensions.actionscript.ioc.factory.xml.preprocessors.AttributeToElementPreprocessor
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