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  
IApplicationContext — Interface in package org.pranaframework.context
IApplicationContextAware — Interface in package org.pranaframework.context
Interface to be implemented by any object that wishes to be notified of the IApplicationContext that it runs in.
IAppSettingsListener — Interface in package org.pranaframework.config
By implementing this interface, a type can be added as a listener to the AppSettings class and receive notifications when the keys or values are modified.
IBusinessDelegate — Interface in package org.pranaframework.cairngorm.business
Defines a business delegate.
IBusinessDelegateAware — Interface in package org.pranaframework.cairngorm.business
Implemented by objects that hold a business delegate.
IBusinessDelegateFactory — Interface in package org.pranaframework.cairngorm.business
Defines a business delegate factory.
ICommandFactory — Interface in package org.pranaframework.cairngorm.commands
IConfigurableApplicationContext — Interface in package org.pranaframework.context
Provides methods for configuring an application context.
IConfigurableListableObjectFactory — Interface in package org.pranaframework.ioc.factory.config
This interface combines IConfigurableObjectFactory and IListableObjectFactory
IConfigurableObjectFactory — Interface in package org.pranaframework.ioc.factory.config
Defines the methods for configuring object factories.
id — Property in interface org.pranaframework.context.IApplicationContext
id — Property in class org.pranaframework.domain.Entity
id — Property in interface org.pranaframework.domain.IEntity
Returns the id of the entity.
ID_ATTRIBUTE — Constant static property in class org.pranaframework.ioc.factory.xml.parser.support.XMLObjectDefinitionsParser
Constant value 'id'
ID_ATTRIBUTE — Constant static property in class org.pranaframework.ioc.util.Constants
IdAttributePreprocessor — Class in package org.pranaframework.ioc.factory.xml.preprocessors
Adds an "id" attribute to objects that have none defined.
IdAttributePreprocessor() — Constructor in class org.pranaframework.ioc.factory.xml.preprocessors.IdAttributePreprocessor
IEntity — Interface in package org.pranaframework.domain
Describes an entity.
IEnum — Interface in package org.pranaframework.domain
Defines an enumeration.
IFactoryObject — Interface in package org.pranaframework.ioc.factory
Interface to be implemented by objects that are factories for other objects.
IInitializingObject — Interface in package org.pranaframework.ioc.factory
Objects that should execute behavior after their properties have been set, should implement this interface.
IInvocationHandler — Interface in package org.pranaframework.reflection
IIocCommand — Interface in package org.pranaframework.puremvc.interfaces
Description wannabe.
IIocConfigNameAware — Interface in package org.pranaframework.puremvc.interfaces
Defines setter and getter for a configuration name for ioc puremvc constructs.
IIocController — Interface in package org.pranaframework.puremvc.interfaces
Description wannabe.
IIocFacade — Interface in package org.pranaframework.puremvc.interfaces
Interface definition for IoC capable (Prana powered) PureMVC facade.
IIocMediator — Interface in package org.pranaframework.puremvc.interfaces
Description wannabe.
IIocProxy — Interface in package org.pranaframework.puremvc.interfaces
Description wannabe.
IListableObjectFactory — Interface in package org.pranaframework.ioc.factory
Provides an object factory with list type methods of accessing defintions.
IllegalArgumentError — Class in package org.pranaframework.errors
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
IllegalArgumentError(message) — Constructor in class org.pranaframework.errors.IllegalArgumentError
Constructs a new IllegalArgumentError.
IllegalStateError — Class in package org.pranaframework.errors
TODO
IllegalStateError(message) — Constructor in class org.pranaframework.errors.IllegalStateError
Constructs a new IllegalStateError.
IMap — Interface in package org.pranaframework.collections
An object that contains key/value pairs.
IMember — Interface in package org.pranaframework.reflection
Describes a member (field or method) of a class.
implementationOf(object, interfaze, message) — Static method in class org.pranaframework.utils.Assert
Assert that an object implements a certain interface.
includeCategory — Property in class org.pranaframework.ioc.factory.config.LoggingTargetFactoryObject
includeDate — Property in class org.pranaframework.ioc.factory.config.LoggingTargetFactoryObject
includeLevel — Property in class org.pranaframework.ioc.factory.config.LoggingTargetFactoryObject
includeTime — Property in class org.pranaframework.ioc.factory.config.LoggingTargetFactoryObject
index — Property in class org.pranaframework.reflection.Parameter
infoColor — Property in class org.pranaframework.logging.SOSTarget
initializeController() — Method in class org.pranaframework.puremvc.core.controller.IocController
initializeController() — Method in class org.pranaframework.puremvc.patterns.facade.IocFacade
initializeFacade() — Method in class org.pranaframework.puremvc.patterns.facade.IocFacade
This prevents super constructor from trying to initialize facade to early.
initializeIocContainer(p_iocFactory:org.pranaframework.ioc.factory.support:AbstractObjectFactory) — Method in class org.pranaframework.puremvc.core.controller.IocController
initializeIocContainer(p_configSource) — Method in class org.pranaframework.puremvc.patterns.facade.IocFacade
One time initialization of internal IoC container.
initializeIocFacade() — Method in class org.pranaframework.puremvc.patterns.facade.IocFacade
initializeMacroCommand() — Method in class org.pranaframework.puremvc.patterns.command.IocManagedMacroCommand
initMethod — Property in interface org.pranaframework.ioc.IObjectDefinition
initMethod — Property in class org.pranaframework.ioc.ObjectDefinition
INIT_METHOD_ATTRIBUTE — Constant static property in class org.pranaframework.ioc.factory.xml.parser.support.XMLObjectDefinitionsParser
Constant value 'init-method'
INodeParser — Interface in package org.pranaframework.ioc.factory.xml.parser
Defines a single node parser.
insert(item) — Method in class org.pranaframework.collections.MapViewCursor
insert(item) — Method in class org.pranaframework.collections.TypedCollectionViewCursor
Inserts the specified item before the cursor's current position.
instanceOf(object, type, message) — Static method in class org.pranaframework.utils.Assert
Assert that an object is an instance of a certain type..
invoke(proxy, method:org.pranaframework.reflection:Method, args) — Method in interface org.pranaframework.reflection.IInvocationHandler
invoke(target, args) — Method in class org.pranaframework.reflection.Method
Invokes (calls) the method represented by this Method instance of the given target object with the passed in arguments.
invoke() — Method in class org.pranaframework.utils.MethodInvoker
IObjectDefinition — Interface in package org.pranaframework.ioc
Represents an object definition.
IObjectDefinitionRegistry — Interface in package org.pranaframework.ioc.factory.support
Defines the interface for an object definition registry.
IObjectDefinitionsSerializer — Interface in package org.pranaframework.ioc.serializer
IObjectFactory — Interface in package org.pranaframework.ioc.factory
Defines the most basic object factory.
IObjectFactoryAware — Interface in package org.pranaframework.ioc.factory
Interface to be implemented by all objects that want to know what container they run in.
IObjectFactoryPostProcessor — Interface in package org.pranaframework.ioc.factory.config
IObjectPostProcessor — Interface in package org.pranaframework.ioc.factory.config
IObjectReference — Interface in package org.pranaframework.ioc.factory.config
Exposes a reference to an object by its name.
IocConfigNameAwarePostProcessor — Class in package org.pranaframework.puremvc.ioc
Object post processor which injects configuration name in all IIocConfigNameAware instances available in container.
IocConfigNameAwarePostProcessor() — Constructor in class org.pranaframework.puremvc.ioc.IocConfigNameAwarePostProcessor
IocConstants — Class in package org.pranaframework.puremvc.interfaces
Description wannabe.
IocConstants() — Constructor in class org.pranaframework.puremvc.interfaces.IocConstants
IocController — Class in package org.pranaframework.puremvc.core.controller
Description wannabe.
IocController(p_iocFactory:org.pranaframework.ioc.factory.support:AbstractObjectFactory) — Constructor in class org.pranaframework.puremvc.core.controller.IocController
iocFacade — Property in class org.pranaframework.puremvc.patterns.command.IocMacroCommand
iocFacade — Property in class org.pranaframework.puremvc.patterns.command.IocManagedMacroCommand
iocFacade — Property in class org.pranaframework.puremvc.patterns.command.IocSimpleCommand
iocFacade — Property in class org.pranaframework.puremvc.patterns.mediator.IocMediator
iocFacade — Property in class org.pranaframework.puremvc.patterns.proxy.IocProxy
IocFacade — Class in package org.pranaframework.puremvc.patterns.facade
IoC capable PureMVC facade which integrates functionalities of Prana and PureMVC frameworks.
IocFacade(p_configSource) — Constructor in class org.pranaframework.puremvc.patterns.facade.IocFacade
Constructor.
IocMacroCommand — Class in package org.pranaframework.puremvc.patterns.command
Description wannabe.
IocMacroCommand() — Constructor in class org.pranaframework.puremvc.patterns.command.IocMacroCommand
IocManagedMacroCommand — Class in package org.pranaframework.puremvc.patterns.command
This class exists to provide a macro command that can have its subcommands injected into it.
IocManagedMacroCommand() — Constructor in class org.pranaframework.puremvc.patterns.command.IocManagedMacroCommand
IocMediator — Class in package org.pranaframework.puremvc.patterns.mediator
Description wannabe.
IocMediator(p_mediatorName, p_viewComponent) — Constructor in class org.pranaframework.puremvc.patterns.mediator.IocMediator
IocProxy — Class in package org.pranaframework.puremvc.patterns.proxy
Description wannabe.
IocProxy(p_proxyName, p_data) — Constructor in class org.pranaframework.puremvc.patterns.proxy.IocProxy
IocSimpleCommand — Class in package org.pranaframework.puremvc.patterns.command
Description wannabe.
IocSimpleCommand() — Constructor in class org.pranaframework.puremvc.patterns.command.IocSimpleCommand
ioError — Event in class org.pranaframework.ioc.factory.xml.XMLObjectFactory
Dispatched when an input or output error occurs that causes a load operation to fail.
IOERROR — Constant static property in class org.pranaframework.events.XMLSocketEvent
IPropertyEditor — Interface in package org.pranaframework.objects
A property editor converts strings to typed objects.
IPropertyEditorRegistry — Interface in package org.pranaframework.objects
Defines a registry for property editors.
IReferenceResolver — Interface in package org.pranaframework.ioc.factory
The interface definting a reference resolver.
IResponderAware — Interface in package org.pranaframework.cairngorm
IResponderCommandFactory — Interface in package org.pranaframework.cairngorm.commands
isDynamic — Property in class org.pranaframework.reflection.Type
isElementNode(xml) — Static method in class org.pranaframework.utils.XMLUtils
Returns if the given xml node is an element node.
isExplicitInstanceOf(object, clazz) — Static method in class org.pranaframework.utils.ObjectUtils
Checks if the given object is an explicit instance of the given class.
isFactoryObject(objectName) — Method in interface org.pranaframework.ioc.factory.config.IConfigurableObjectFactory
Determines if an object is a IFactoryObject implementation.
isFactoryObject(objectName) — Method in class org.pranaframework.ioc.factory.support.AbstractObjectFactory
Determines if an object is a IFactoryObject implementation.
isFinal — Property in class org.pranaframework.reflection.Type
isImplementationOf(clazz, interfaze) — Static method in class org.pranaframework.utils.ClassUtils
Returns whether the passed in Class object implements the given interface.
isLazyInit — Property in interface org.pranaframework.ioc.IObjectDefinition
isLazyInit — Property in class org.pranaframework.ioc.ObjectDefinition
isOptional — Property in class org.pranaframework.reflection.Parameter
isPrototype(objectName) — Method in interface org.pranaframework.ioc.factory.IObjectFactory
Determines if the definition with the given name is a prototype.
isPrototype(objectName) — Method in class org.pranaframework.ioc.factory.support.AbstractObjectFactory
Determines if the definition with the given name is a prototype.
isSame(array1, array2) — Static method in class org.pranaframework.utils.ArrayUtils
Compares the two arrays {
isSingleton — Property in interface org.pranaframework.ioc.IObjectDefinition
isSingleton — Property in class org.pranaframework.ioc.ObjectDefinition
isSingleton — Property in interface org.pranaframework.ioc.factory.IFactoryObject
Returns if this factory object is a singleton or not.
isSingleton(objectName) — Method in interface org.pranaframework.ioc.factory.IObjectFactory
Determines if the definition with the given name is a singleton.
isSingleton — Property in class org.pranaframework.ioc.factory.config.AbstractFactoryObject
isSingleton — Property in class org.pranaframework.ioc.factory.config.RandomNumberFactoryObject
isSingleton(objectName) — Method in class org.pranaframework.ioc.factory.support.AbstractObjectFactory
Determines if the definition with the given name is a singleton.
isStatic — Property in class org.pranaframework.reflection.AbstractMember
isStatic — Property in class org.pranaframework.reflection.Method
isStatic — Property in class org.pranaframework.reflection.Type
isSubclassOf(clazz, parentClass) — Static method in class org.pranaframework.utils.ClassUtils
Returns whether the passed in Class object is a subclass of the passed in parent Class.
isTextNode(xml) — Static method in class org.pranaframework.utils.XMLUtils
Returns if the given xml node is a text node.
isTransient() — Method in class org.pranaframework.reflection.Accessor
item — Property in class org.pranaframework.collections.TypedCollectionEvent
Gets the item of the TypedCollectionEvent
itemUpdated(item, property, oldValue, newValue) — Method in class org.pranaframework.collections.Map
ITypeConverter — Interface in package org.pranaframework.objects
Converts a string value to a typed object.
ITypedCollectionListener — Interface in package org.pranaframework.collections
IValueObject — Interface in package org.pranaframework.domain
Describes a value object.
IXMLObjectDefinitionsPreprocessor — Interface in package org.pranaframework.ioc.factory.xml.parser
All preprocessors for object definitions should implement this interface in order to be hooked into the parser mechanism.
IXMLObjectFactory — Interface in package org.pranaframework.ioc.factory.xml
Interface to be implemented by object factories that load their object definitions from XML files.
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