| 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 |
| _bAdded — Property in class com.bourre.collection.ArrayIterator |
| |
| _bAdded — Property in class com.bourre.collection.StringIterator |
| |
| BasicEvent — Class in package com.bourre.events |
|
The BasicEvent class adds the ability for
developpers to change the type and the
target of an event after its creation. |
| BasicEvent(type, target) — Constructor in class com.bourre.events.BasicEvent |
|
Creates a new BasicEvent event for the
passed-in event type. |
| BasicFaultEvent — Class in package com.bourre.remoting.events |
|
The BasicFaultEvent class represents the event object passed
to the event listener for ServiceResponder events. |
| BasicFaultEvent(code, correlationId, details, description, sServiceMethodName:com.bourre.remoting:ServiceMethod) — Constructor in class com.bourre.remoting.events.BasicFaultEvent |
|
Creates new BasicFaultEvent instance. |
| BasicResultEvent — Class in package com.bourre.remoting.events |
|
The BasicResultEvent class represents the event object passed
to the event listener for ServiceResponder events. |
| BasicResultEvent(result, methodName:com.bourre.remoting:ServiceMethod) — Constructor in class com.bourre.remoting.events.BasicResultEvent |
|
Creates new BasicResultEvent instance. |
| BasicStringifier — Class in package com.bourre.log |
|
The BasicStringifier class allow to get full classpath class of an object
as his string representation. |
| Batch — Class in package com.bourre.commands |
|
Batch object encapsulate a set of Commands
to execute at the same time. |
| Batch() — Constructor in class com.bourre.commands.Batch |
|
Batch object don't accept any arguments in the constructor. |
| _bAutoPlay — Property in class com.bourre.media.video.VideoDisplay |
| |
| _bAutoSize — Property in class com.bourre.media.video.VideoDisplay |
| |
| _bDeserializeAttributes — Property in class com.bourre.encoding.XMLToObjectDeserializer |
| |
| BeanEvent — Class in package com.bourre.ioc.bean |
|
The BeanEvent class represents the event object passed
to the event listener for BeanFactory events. |
| BeanEvent(type, id, bean) — Constructor in class com.bourre.ioc.bean.BeanEvent |
|
Creates instance. |
| BeanFactory — Class in package com.bourre.ioc.bean |
|
Bean factory manager. |
| BeanFactoryListener — Interface in package com.bourre.ioc.bean |
|
All bean factory listeners must implement this iterface. |
| BEANS — Static property in class com.bourre.ioc.parser.ContextNodeNameList |
| |
| BeanUtils — Class in package com.bourre.ioc.bean |
|
Some IoC bean util methods. |
| _bHasEventCallback — Property in class com.bourre.commands.Delegate |
|
Indicates whether the event object passed to the execute
method is appended to the function arguments or not. |
| BINARY — Constant static property in class com.bourre.load.FileLoader |
|
Specifies that downloaded data is received as raw binary data. |
| BINARY — Constant static property in class com.bourre.load.strategy.URLLoaderStrategy |
|
Specifies that downloaded data is received as raw binary data. |
| _bIsLoaded — Property in class com.bourre.media.video.VideoDisplay |
| |
| _bIsPlaying — Property in class com.bourre.media.video.VideoDisplay |
| |
| _bIsRunning — Property in class com.bourre.commands.AbstractSyncCommand |
|
A boolean value which indicates if this command is currently
processing. |
| _bkeyframes — Property in class com.bourre.media.video.MetaDataInfo |
| Has keyframes |
| _bLoadProblem — Property in class com.bourre.media.video.VideoDisplay |
| |
| _bLocked — Property in class com.bourre.media.sound.SoundMixer |
| If lock , play, stop, resume, pause, are ignore |
| _bLoopPlayback — Property in class com.bourre.media.video.VideoDisplay |
| |
| BOOLEAN — Static property in class com.bourre.ioc.parser.ContextTypeList |
| |
| BooleanEvent — Class in package com.bourre.events |
|
An event object which carry a boolean value. |
| BooleanEvent(type, target, bool) — Constructor in class com.bourre.events.BooleanEvent |
|
Creates a new BooleanEvent object. |
| borned0to1(n) — Method in class com.bourre.media.SoundTransformInfo |
| |
| _bRemoved — Property in class com.bourre.collection.ArrayIterator |
| |
| _bRemoved — Property in class com.bourre.collection.ObjectIterator |
| |
| _bRemoved — Property in class com.bourre.collection.StringIterator |
| |
| Broadcaster — Interface in package com.bourre.events |
|
The Broadcaster interface. |
| _broadcasterClass — Property in class com.bourre.events.ChannelBroadcaster |
| |
| broadcastEvent(e) — Method in class com.bourre.core.AbstractLocator |
|
Broadcast the passed-in event object to listeners
according to the event's type. |
| broadcastEvent(e) — Method in interface com.bourre.events.Broadcaster |
|
Broadcast the passed-in event object to listeners
according to the event's type. |
| broadcastEvent(e, channel:com.bourre.events:EventChannel) — Method in class com.bourre.events.ChannelBroadcaster |
|
Broadcast the passed-in event object to listeners
according to the event's type and channel
argument. |
| _broadcastEvent(c:com.bourre.collection:Collection, e) — Method in class com.bourre.events.EventBroadcaster |
|
Broadcast the passed-in event to the listeners contained in the passed-in
Collection. |
| broadcastEvent(e) — Method in class com.bourre.events.EventBroadcaster |
|
Broadcast the passed-in event object to listeners
according to the event's type. |
| build(key) — Method in class com.bourre.core.TypedFactoryLocator |
|
Builds and returns new instance using Class registered
with passed-in key in locator. |
| build(constructor:com.bourre.ioc.assembler.constructor:Constructor, id) — Method in class com.bourre.ioc.control.BuildFactory |
|
Builds object using passed-in Constructor definition. |
| _buildAccessor(o, sP, gP, nS) — Method in class com.bourre.transitions.AbstractMultiTween |
| |
| _buildAccessor(o, sP, gP, nS) — Method in class com.bourre.transitions.AbstractTween |
| |
| buildAllObjects() — Method in class com.bourre.ioc.assembler.constructor.ConstructorExpert |
| |
| BuildArray — Class in package com.bourre.ioc.control |
|
Command to build Array object. |
| BuildBoolean — Class in package com.bourre.ioc.control |
|
Command to build Boolean object. |
| buildChannelListener(id, channelName, args) — Method in interface com.bourre.ioc.assembler.ApplicationAssembler |
|
Builds Channel listener. |
| buildChannelListener(ownerID, channelName, args) — Method in class com.bourre.ioc.assembler.DefaultApplicationAssembler |
|
Builds Channel listener. |
| BuildClass — Class in package com.bourre.ioc.control |
|
Command to build Class object. |
| buildConstructor(cons:com.bourre.ioc.assembler.constructor:Constructor) — Static method in class com.bourre.ioc.control.BuildInstance |
| |
| BuildDictionary — Class in package com.bourre.ioc.control |
|
Command to build Dictionnay object. |
| buildDisplayList() — Method in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder |
|
Builds display list. |
| buildDisplayLoader(valueObject:com.bourre.events:ValueObject) — Method in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder |
|
Builds a display loader using passed-in ValueObject
configuration object. |
| buildDisplayLoader(o:com.bourre.events:ValueObject) — Method in interface com.bourre.ioc.assembler.displayobject.DisplayObjectBuilder |
|
Builds a display loader using passed-in ValueObject
configuration object. |
| buildDisplayObject(ID, parentID, url, isVisible, type) — Method in interface com.bourre.ioc.assembler.ApplicationAssembler |
|
Builds display object. |
| buildDisplayObject(ID, parentID, url, isVisible, type) — Method in class com.bourre.ioc.assembler.DefaultApplicationAssembler |
|
Builds display object. |
| _buildDisplayObject(info:com.bourre.ioc.assembler.displayobject:DisplayObjectInfo) — Method in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder |
|
Builds the display list as it is defined in xml context tree. |
| buildDisplayObject(valueObject:com.bourre.events:ValueObject) — Method in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder |
|
Builds a Display object using passed-in ValueObject
configuration object. |
| buildDisplayObject(o:com.bourre.events:ValueObject) — Method in interface com.bourre.ioc.assembler.displayobject.DisplayObjectBuilder |
|
Builds a Display object using passed-in ValueObject
configuration object. |
| buildDLL(url) — Method in interface com.bourre.ioc.assembler.ApplicationAssembler |
|
Builds DLL object. |
| buildDLL(url) — Method in class com.bourre.ioc.assembler.DefaultApplicationAssembler |
|
Builds DLL object. |
| buildDLL(valueObject:com.bourre.events:ValueObject) — Method in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder |
|
Builds a DLL object using passed-in ValueObject
configuration object. |
| buildDLL(o:com.bourre.events:ValueObject) — Method in interface com.bourre.ioc.assembler.displayobject.DisplayObjectBuilder |
|
Builds a DLL object using passed-in ValueObject
configuration object. |
| _buildEmptyDisplayObject(info:com.bourre.ioc.assembler.displayobject:DisplayObjectInfo) — Method in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder |
|
Creates empty display object. |
| BuildFactory — Class in package com.bourre.ioc.control |
|
The BuildFactory class store command to build objects of different
types. |
| BuildFunction — Class in package com.bourre.ioc.control |
|
Command to build Function object. |
| buildInstance(qualifiedClassName, args, factoryMethod, singletonAccess) — Static method in class com.bourre.core.CoreFactory |
|
Builds an instance of the passed-in class with the specified arguments
passed to the class constructor. |
| BuildInstance — Class in package com.bourre.ioc.control |
|
Command to build dynamic instance. |
| BuildInt — Class in package com.bourre.ioc.control |
|
Command to build int object. |
| buildLoader(ID, url, startCallback, nameCallback, loadCallback, progressCallback, timeoutCallback, errorCallback, initCallback, parsedCallback, objectsBuiltCallback, channelsAssignedCallback, methodsCallCallback, completeCallback) — Method in interface com.bourre.ioc.assembler.ApplicationAssembler |
|
Builds a Display Loader object. |
| buildLoader(ID, url, startCallback, nameCallback, loadCallback, progressCallback, timeoutCallback, errorCallback, initCallback, parsedCallback, objectsBuiltCallback, channelsAssignedCallback, methodsCallCallback, completeCallback) — Method in class com.bourre.ioc.assembler.DefaultApplicationAssembler |
|
Builds a Display Loader object. |
| buildMethodCall(id, methodCallName, args) — Method in interface com.bourre.ioc.assembler.ApplicationAssembler |
|
Builds Method-call object. |
| buildMethodCall(ownerID, methodCallName, args) — Method in class com.bourre.ioc.assembler.DefaultApplicationAssembler |
|
Builds Method-call object. |
| BuildNull — Class in package com.bourre.ioc.control |
|
Command to build null object. |
| BuildNumber — Class in package com.bourre.ioc.control |
|
Command to build null object. |
| buildObject(id, type, args, factory, singleton) — Method in interface com.bourre.ioc.assembler.ApplicationAssembler |
|
Builds generic Object. |
| buildObject(ownerID, type, args, factory, singleton) — Method in class com.bourre.ioc.assembler.DefaultApplicationAssembler |
|
Builds generic Object. |
| buildObject(id) — Method in class com.bourre.ioc.assembler.constructor.ConstructorExpert |
| |
| BuildObject — Class in package com.bourre.ioc.control |
|
Command to build custom object. |
| buildProperty(ownerID, name, value, type, ref, method) — Method in interface com.bourre.ioc.assembler.ApplicationAssembler |
|
Builds Property object. |
| buildProperty(ownerID, name, value, type, ref, method) — Method in class com.bourre.ioc.assembler.DefaultApplicationAssembler |
|
Builds Property object. |
| buildProperty(ownerID, name, value, type, ref, method) — Method in class com.bourre.ioc.assembler.property.PropertyExpert |
| |
| BuildRef — Class in package com.bourre.ioc.control |
|
Command to build object using reference identifier store
into Constructor parameter. |
| buildResource(id, url, type, deserializer) — Method in interface com.bourre.ioc.assembler.ApplicationAssembler |
|
Builds Resource object. |
| buildResource(ID, url, type, deserializer) — Method in class com.bourre.ioc.assembler.DefaultApplicationAssembler |
|
Builds Resource object. |
| buildResource(valueObject:com.bourre.events:ValueObject) — Method in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder |
|
Builds a Resource object using passed-in ValueObject
configuration object. |
| buildResource(o:com.bourre.events:ValueObject) — Method in interface com.bourre.ioc.assembler.displayobject.DisplayObjectBuilder |
|
Builds a Resource object using passed-in ValueObject
configuration object. |
| buildResultEvent(rawResult) — Method in class com.bourre.remoting.ServiceResponder |
| |
| buildRoot(ID) — Method in interface com.bourre.ioc.assembler.ApplicationAssembler |
|
Builds main root object. |
| buildRoot(ID) — Method in class com.bourre.ioc.assembler.DefaultApplicationAssembler |
|
Builds main root object. |
| BUILD_STATE — Constant static property in class com.bourre.ioc.load.ApplicationLoaderEvent |
| Constante to identify 'Building' state of application. |
| BuildString — Class in package com.bourre.ioc.control |
|
Command to build String object. |
| BuildUint — Class in package com.bourre.ioc.control |
|
Command to build uint object. |
| buildValueObject(source) — Method in interface com.bourre.events.ValueObjectFactory |
| |
| BuildXML — Class in package com.bourre.ioc.control |
|
Command to build XML object. |
| bypassEventCallback(b) — Method in class com.bourre.commands.Delegate |
|
If true the event passed to the execute
function will not be appended to the function arguments. |
|
| 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 |