| 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 |
| call(callback, ... rest) — Method in class com.bourre.ioc.assembler.displayobject.loader.DisplayLoaderProxy |
|
Call passed-in callback on Display Loader target. |
| callAllMethods() — Method in class com.bourre.ioc.assembler.method.MethodExpert |
| |
| callFunction() — Method in class com.bourre.commands.Delegate |
|
Calls the function with the current array of arguments. |
| callMethod(id) — Method in class com.bourre.ioc.assembler.method.MethodExpert |
| |
| callMethodOnAllValues(methodName, ... rest) — Method in class com.bourre.core.AbstractLocator |
|
Takes all values of a Locator and call on each value the method name
passed as 1st argument. |
| callProperty(methodName, ... rest) — Method in class com.bourre.utils.Cookie |
| |
| callServiceMethod(oServiceMethodName:com.bourre.remoting:ServiceMethod, responder:com.bourre.remoting:ServiceResponder, ... rest) — Method in class com.bourre.remoting.AbstractServiceProxy |
| |
| callServiceWithResponderOnly(oServiceMethodName:com.bourre.remoting:ServiceMethod, responder:com.bourre.remoting:ServiceResponder, ... rest) — Method in class com.bourre.remoting.AbstractServiceProxy |
| |
| cancel() — Method in interface com.bourre.commands.Cancelable |
|
Attempts to cancel execution of this task. |
| cancel() — Method in class com.bourre.commands.LoopCommand |
|
Attempts to cancel execution of this task. |
| Cancelable — Interface in package com.bourre.commands |
|
Cancelable defines rules for Runnable
implementations whose instances process could be cancelled. |
| canResolveFunction(label) — Method in class com.bourre.view.AbstractView |
| |
| canResolveObject(s) — Method in class com.bourre.media.video.MetaDataInfo |
| |
| canResolveUI(label) — Method in class com.bourre.view.AbstractView |
| |
| _cArgumentCallbackFactoryClass — Property in class com.bourre.events.EventCallbackAdapter |
| |
| CarTaker — Class in package com.bourre.pattern.memento |
|
CarTaker is the class used to store states of an object and to redo and undo state of the object
|
| CarTaker(originator:com.bourre.pattern.memento:IOriginator, maxSize) — Constructor in class com.bourre.pattern.memento.CarTaker |
|
Creates a new CarTaker
|
| changeMethodArgumentValue(xml, id, name, index, value, type) — Static method in class com.bourre.ioc.context.processor.ProcessingHelper |
|
Changes method argument value. |
| changeObjectAttribute(xml, id, attributeName, value, create) — Static method in class com.bourre.ioc.context.processor.ProcessingHelper |
|
Changes object attribute value. |
| changeObjectID(xml, id, newID) — Static method in class com.bourre.ioc.context.processor.ProcessingHelper |
|
Changes object identifier. |
| changePropertyValue(xml, id, name, value) — Static method in class com.bourre.ioc.context.processor.ProcessingHelper |
|
Changes a context property value. |
| channel — Property in class com.bourre.log.LogEvent |
|
Name of the used channel by this
logging event. |
| _channel — Property in class com.bourre.plugin.PluginDebug |
| Event channel for this log target. |
| CHANNEL — Static property in class com.bourre.log.PixlibDebug |
|
|
| _CHANNEL — Static property in class com.bourre.remoting.RemotingDebug |
| |
| CHANNEL — Static property in class com.bourre.remoting.RemotingDebug |
| |
| ChannelBroadcaster — Class in package com.bourre.events |
|
The ChannelBroadcaster is a macro broadcaster
which offer to dispatch events over communication channels. |
| ChannelBroadcaster(broadcasterClass, channel:com.bourre.events:EventChannel) — Constructor in class com.bourre.events.ChannelBroadcaster |
|
Creates a new ChannelBroadcaster with the passed-in
Broadcaster class to build broadcaster instances and
an event channel as default channel. |
| ChannelExpert — Class in package com.bourre.plugin |
|
The ChannelExpert class is a repository for
EventChannel object. |
| ChannelListener — Class in package com.bourre.ioc.assembler.channel |
|
The ChannelListener class store information about communication channel
defined in the xml context file. |
| ChannelListener(listenerID, channelName, args) — Constructor in class com.bourre.ioc.assembler.channel.ChannelListener |
|
Creates instance. |
| ChannelListenerEvent — Class in package com.bourre.ioc.assembler.channel |
|
The ChannelListenerEvent class represents the event object passed
to the event listener for ChannelListenerExpert events. |
| ChannelListenerEvent(type, id, channelListener:com.bourre.ioc.assembler.channel:ChannelListener) — Constructor in class com.bourre.ioc.assembler.channel.ChannelListenerEvent |
|
Creates a new ChannelListenerEvent object. |
| ChannelListenerExpert — Class in package com.bourre.ioc.assembler.channel |
|
The ChannelListenerExpert class is a locator for
ChannelListener object. |
| ChannelListenerExpertListener — Interface in package com.bourre.ioc.assembler.channel |
|
The ChannelListenerExpertListener interface defines rules for
Channel listeners. |
| channelName — Property in class com.bourre.ioc.assembler.channel.ChannelListener |
|
Event channel name. |
| channelsAssignedCallback — Property in class com.bourre.ioc.assembler.displayobject.DisplayLoaderInfo |
| |
| CHANNELS_ASSIGNED_CALLBACK — Constant static property in class com.bourre.ioc.parser.ContextAttributeList |
| |
| CLASS — Static property in class com.bourre.ioc.parser.ContextTypeList |
| |
| ClassCastException — Class in package com.bourre.error |
|
A ClassCastException exception is throw when the actual type of
an operand is different from the expected type. |
| ClassCastException(message) — Constructor in class com.bourre.error.ClassCastException |
|
Creates instance. |
| ClassUtils — Class in package com.bourre.utils |
|
Set of class utilities functions. |
| cleanURL(request) — Method in class com.bourre.ioc.assembler.displayobject.loader.DisplayLoaderProxy |
|
Cleans passed-in request url removing anticache
informations if any. |
| clear() — Method in interface com.bourre.collection.Collection |
|
Removes all of the elements from this collection (optional operation). |
| clear() — Method in class com.bourre.collection.HashMap |
|
Removes all of the mappings from this map (optional operation). |
| clear() — Method in class com.bourre.collection.Queue |
|
Removes all of the elements from this queue
(optional operation). |
| clear() — Method in class com.bourre.collection.RecordSet |
| |
| clear() — Method in class com.bourre.collection.Set |
|
Removes all of the elements from this set
(optional operation). |
| clear() — Method in class com.bourre.collection.Stack |
|
Removes all of the elements from this Stack. |
| clear() — Method in class com.bourre.collection.WeakCollection |
|
Removes all of the elements from this collection. |
| clear() — Method in class com.bourre.commands.ASyncCommandSequencer |
|
Clear all the commands list. |
| clear() — Method in class com.bourre.ioc.bean.BeanFactory |
|
Clears factory
|
| clear() — Method in class com.bourre.ioc.core.IDExpert |
|
Clears all ID from manager. |
| clear() — Method in class com.bourre.ioc.parser.ParserCollection |
|
Clears collection. |
| clear() — Method in class com.bourre.load.QueueLoader |
|
Clears all items from queue. |
| clear() — Method in class com.bourre.media.sound.SoundFactory |
|
Stops all sounds, clears sounds lists and reset : you must reinitialise it after with init(). |
| clear() — Method in class com.bourre.pattern.memento.CarTaker |
|
Clear the IMemento list
|
| clear() — Method in class com.bourre.structures.Grid |
|
Removes all of the elements from this collection. |
| clear() — Method in class com.bourre.utils.AirLoggerLayout |
|
Clears AirLogger console messages. |
| clear() — Method in class com.bourre.utils.Cookie |
| |
| clearLocal(sCookieName) — Static method in class com.bourre.utils.SharedObjectUtils |
|
Clear all values stored in a local SharedObject. |
| clearOutput() — Method in class com.bourre.utils.SosLayout |
|
Clears console. |
| clone() — Method in class com.bourre.collection.TypedArray |
|
Clone the typed array and return a new TypedArray
|
| clone() — Method in class com.bourre.events.BasicEvent |
|
Clone the event
|
| clone() — Method in class com.bourre.events.BooleanEvent |
|
Clone the event
|
| clone() — Method in class com.bourre.events.DimensionEvent |
|
Clone the event
|
| clone() — Method in class com.bourre.events.IterationEvent |
|
Clone the event
|
| clone() — Method in class com.bourre.events.LoopEvent |
|
Clone the event
|
| clone() — Method in class com.bourre.events.NumberEvent |
|
Clone the event
|
| clone() — Method in class com.bourre.events.ObjectEvent |
|
Clone the event
|
| clone() — Method in class com.bourre.events.StringEvent |
|
Clone the event
|
| clone() — Method in class com.bourre.events.ValueObjectEvent |
|
Clone the event
|
| clone() — Method in class com.bourre.log.LogEvent |
|
Duplicates an instance of an Event subclass. |
| clone() — Method in class com.bourre.media.SoundTransformInfo |
| |
| clone() — Method in class com.bourre.structures.Dimension |
|
Returns a copy of this Dimension object. |
| clone() — Method in class com.bourre.structures.Range |
|
Returns a copy of the current Range object. |
| clone(source) — Static method in class com.bourre.utils.ObjectUtils |
|
Clone the content of an array
|
| cloneArray(a) — Static method in class com.bourre.utils.ObjectUtils |
|
Clone the content of an array
|
| close() — Method in class com.bourre.utils.AirLoggerLayout |
|
Closes connection. |
| closeGroup() — Method in class com.bourre.utils.FirebugLayout |
|
Closes the most recently opened block created by a call to
openGroup() method. |
| Collection — Interface in package com.bourre.collection |
|
The root interface in the collection hierarchy. |
| columnIterator() — Method in class com.bourre.collection.RecordSet |
| |
| com.bourre.collection — Package |
| Contains the collections framework, legacy collection classes. |
| com.bourre.commands — Package |
| Various interfaces, and their implementations, of the Command pattern. |
| com.bourre.core — Package |
| Core utilities for objects handling. |
| com.bourre.encoding — Package |
| Contains encoder / decoder for file content. |
| com.bourre.error — Package |
| Custom exceptions class thrown by LowRA components. |
| com.bourre.events — Package |
| Provides interfaces and classes for dealing with different types of events fired by LowRA components or for creating your own event-based components. |
| com.bourre.ioc — Package |
| Contains the IoC framework. |
| com.bourre.ioc.assembler — Package |
| Contains classes to build xml IoC context |
| com.bourre.ioc.assembler.channel — Package |
| Contains classes to build communication channels |
| com.bourre.ioc.assembler.constructor — Package |
| Contains classes to build context objects |
| com.bourre.ioc.assembler.displayobject — Package |
| Contains classes to build display objects |
| com.bourre.ioc.assembler.displayobject.loader — Package |
| Contains classes to manage Display Loaders |
| com.bourre.ioc.assembler.method — Package |
| Contains classes to call method-call defined in xml context |
| com.bourre.ioc.assembler.plugins — Package |
| |
| com.bourre.ioc.assembler.property — Package |
| Contains classes to apply defined property in xml context |
| com.bourre.ioc.assembler.resource — Package |
| Contains classes to load external resources |
| com.bourre.ioc.bean — Package |
| Contains classes to access xml context built objects |
| com.bourre.ioc.context — Package |
| Contains classes to load xml context |
| com.bourre.ioc.context.processor — Package |
| |
| com.bourre.ioc.control — Package |
| Contains classes to build context objects |
| com.bourre.ioc.core — Package |
| Contains core IoC classes |
| com.bourre.ioc.error — Package |
| Contains exception classes |
| com.bourre.ioc.load — Package |
| Contains xml context loading classes |
| com.bourre.ioc.load.runtime — Package |
| Contains runtime xml context loading classes |
| com.bourre.ioc.parser — Package |
| Contains xml context parser classes |
| com.bourre.load — Package |
| Contains a complete set of classes for file loading purpose |
| com.bourre.load.strategy — Package |
| Contains custom strategy used by the different loader of LowRA |
| com.bourre.log — Package |
| Provides a set of tools application logging and objects stringification |
| com.bourre.media — Package |
| Contains a complete set of classes for video and sound treatment |
| com.bourre.media.sound — Package |
| Contains a complete set of classes for sound treatment |
| com.bourre.media.video — Package |
| Contains a complete set of classes for video treatment |
| com.bourre.model — Package |
| Base objects for model part of the LowRA MVC implementation |
| com.bourre.pattern.memento — Package |
| |
| com.bourre.plugin — Package |
| Base objects for plugin creation and communication |
| com.bourre.remoting — Package |
| Contains a complete set of classes for remoting communication |
| com.bourre.remoting.events — Package |
| Contains set of classes for remoting events |
| com.bourre.remoting.interfaces — Package |
| Contains set of interfaces for remoting process |
| com.bourre.service — Package |
| Contains abstract classes and utilities for remoting request and service-based communication |
| com.bourre.structures — Package |
| Convenient data structures |
| com.bourre.transitions — Package |
| Animations framework. |
| com.bourre.utils — Package |
| Contains general purpose utility classes and logging layout |
| com.bourre.view — Package |
| Base objects for view part of the LowRA MVC implementation |
| Command — Interface in package com.bourre.commands |
|
Encapsulate a request as an object, thereby letting you parameterize
clients with different requests, queue or log requests,
and support undoable operations. |
| CommandFPS — Class in package com.bourre.commands |
|
The CommandFPS class manages a Commands list to execute
on each frame (FPS). |
| CommandFPS() — Constructor in class com.bourre.commands.CommandFPS |
|
Creates new ComandFPS instance. |
| CommandManagerFPS — Class in package com.bourre.commands |
|
The CommandManagerFPS class defines singleton access to
CommandFPS object. |
| CommandManagerMS — Class in package com.bourre.commands |
|
The CommandManagerMS class defines singleton access to
CommandMS object. |
| CommandMS — Class in package com.bourre.commands |
|
The CommandMS class manages a Commands list to execute
on using timer tick. |
| CommandMS() — Constructor in class com.bourre.commands.CommandMS |
|
Creates new CommandMS instance. |
| completeCallback — Property in class com.bourre.ioc.assembler.displayobject.DisplayLoaderInfo |
| |
| COMPLETE_CALLBACK — Constant static property in class com.bourre.ioc.parser.ContextAttributeList |
| |
| concat(... rest) — Method in class com.bourre.collection.TypedArray |
|
Concatenates the elements specified in the parameters with
the elements in an array and creates a new array. |
| CONFIG_PATH — Constant static property in class com.bourre.ioc.load.FlashVarsUtil |
| Flashvars name configuration files path definition. |
| connect(sURL, ... rest) — Method in class com.bourre.remoting.RemotingConnection |
| |
| connect() — Method in class com.bourre.utils.AirLoggerLayout |
|
Connects to the AirLogger console. |
| _connection — Property in class com.bourre.media.video.VideoDisplay |
| |
| Constructor — Class in package com.bourre.ioc.assembler.constructor |
|
The Constructor class store informations during xml context
parsing on "how to build an object". |
| Constructor(id, type, args, factory, singleton, ref) — Constructor in class com.bourre.ioc.assembler.constructor.Constructor |
| |
| ConstructorEvent — Class in package com.bourre.ioc.assembler.constructor |
|
The ConstructorEvent class represents the event object passed
to the event listener for ConstructorExpert events. |
| ConstructorEvent(type, id, constructor:com.bourre.ioc.assembler.constructor:Constructor) — Constructor in class com.bourre.ioc.assembler.constructor.ConstructorEvent |
|
Creates a new ConstructorEvent object. |
| ConstructorExpert — Class in package com.bourre.ioc.assembler.constructor |
|
The ConstructorExpert class is a locator for
Constructor object. |
| ConstructorExpertListener — Interface in package com.bourre.ioc.assembler.constructor |
|
The ConstructorExpert interface defines rules for
constructor listeners. |
| contains(o) — Method in interface com.bourre.collection.Collection |
|
Returns true if this collection contains the specified
element. |
| contains(o) — Method in class com.bourre.collection.Queue |
|
Returns true if this queue contains at least
one occurence of the specified element. |
| contains(o) — Method in class com.bourre.collection.Set |
|
Returns true if this set contains the
specified element. |
| contains(o) — Method in class com.bourre.collection.Stack |
|
Returns true if this stack contains at least
one occurence of the specified element. |
| contains(o) — Method in class com.bourre.collection.WeakCollection |
|
Returns true if this collection contains the
specified element. |
| contains(command:com.bourre.commands:Command) — Method in class com.bourre.commands.Batch |
|
Returns true if the passed-in command is stored
in this batch. |
| contains(o) — Method in class com.bourre.structures.Grid |
|
Returns true if this grid contains at least
one occurence of the specified element. |
| containsAll(c:com.bourre.collection:Collection) — Method in interface com.bourre.collection.Collection |
|
Returns true if this collection contains all of the elements
in the specified collection. |
| containsAll(c:com.bourre.collection:Collection) — Method in class com.bourre.collection.Queue |
|
Returns true if this queue contains
all of the elements of the specified collection. |
| containsAll(c:com.bourre.collection:Collection) — Method in class com.bourre.collection.Set |
|
Returns true if this set contains
all of the elements of the specified collection. |
| containsAll(c:com.bourre.collection:Collection) — Method in class com.bourre.collection.Stack |
|
Returns true if this Stack contains all of the elements
in the specified Collection. |
| containsAll(c:com.bourre.collection:Collection) — Method in class com.bourre.collection.WeakCollection |
|
Returns true if this collection contains
all of the elements of the specified collection. |
| containsAll(c:com.bourre.collection:Collection) — Method in class com.bourre.structures.Grid |
|
Returns true if this grid contains
all of the elements of the specified collection. |
| containsKey(key) — Method in class com.bourre.collection.HashMap |
|
Returns true if this map contains a mapping for the specified
key. |
| containsValue(value) — Method in class com.bourre.collection.HashMap |
|
Returns true if this map maps one or more keys to the
specified value. |
| ContextAttributeList — Class in package com.bourre.ioc.parser |
|
Enumeration of possible attribute name in the xml context. |
| CONTEXT_FILE — Constant static property in class com.bourre.ioc.load.FlashVarsUtil |
| Flashvars name context file definition. |
| ContextLoader — Class in package com.bourre.ioc.context |
|
Context loader implementation based on the
XMLLoader system. |
| ContextLoaderEvent — Class in package com.bourre.ioc.context |
|
The ContextLoaderEvent class represents the event object passed
to the event listener for ContextLoader events. |
| ContextLoaderEvent(type, cl:com.bourre.ioc.context:ContextLoader, errorMessage) — Constructor in class com.bourre.ioc.context.ContextLoaderEvent |
|
Creates a new ContextLoaderEvent object. |
| ContextNodeNameList — Class in package com.bourre.ioc.parser |
|
Enumeration of nodes name compliant with Lowra context assembler. |
| ContextParser — Class in package com.bourre.ioc.parser |
|
IoC Context parser. |
| ContextParser(pc:com.bourre.ioc.parser:ParserCollection) — Constructor in class com.bourre.ioc.parser.ContextParser |
|
Creates instance. |
| ContextParserEvent — Class in package com.bourre.ioc.parser |
|
The DisplayObjectBuilderEvent class represents the event object passed
to the event listener for ContextParser events. |
| ContextParserEvent(sType, cp:com.bourre.ioc.parser:ContextParser) — Constructor in class com.bourre.ioc.parser.ContextParserEvent |
|
Creates instance. |
| ContextParserListener — Interface in package com.bourre.ioc.parser |
|
Context parser listener interface. |
| ContextPreprocessorLoader — Class in package com.bourre.ioc.load |
|
The ContextPreprocessorLoader class allow xml context pre processing
from xml context nodes. |
| ContextPreprocessorLoader(xml, builder:com.bourre.ioc.assembler.displayobject:DisplayObjectBuilder) — Constructor in class com.bourre.ioc.load.ContextPreprocessorLoader |
|
Creates new ContextPreprocessorLoader. |
| ContextProcessor — Interface in package com.bourre.ioc.context.processor |
|
IoC context pre processor must implements this interface. |
| ContextTypeList — Class in package com.bourre.ioc.parser |
|
Enumeration of compliant object types which can be parsed
by default IoC engine. |
| Cookie — Dynamic class in package com.bourre.utils |
|
Cookies manager. |
| Cookie(channel, localPath, secure) — Constructor in class com.bourre.utils.Cookie |
| |
| CoreFactory — Class in package com.bourre.core |
|
A factory for object creation. |
| create(method, ... rest) — Static method in class com.bourre.commands.Delegate |
|
Creates a anonymous function which will wrap the call
to the passed-in function with the passed-in rest
as arguments to the function. |
| createApplicationLoader() — Method in class com.bourre.ioc.DefaultApplicationRunner |
|
Creates new basic ApplicationLoader instance. |
| createApplicationTarget() — Method in class com.bourre.ioc.DefaultApplicationRunner |
|
Creates the main application container. |
| createMemento() — Method in interface com.bourre.pattern.memento.IOriginator |
|
Create a new Memento
|
| CSSDeserializer — Class in package com.bourre.encoding |
|
CSS Stylesheet object deserializer. |
| CSSDeserializer() — Constructor in class com.bourre.encoding.CSSDeserializer |
|
Creates instance. |
| _cType — Property in class com.bourre.events.EventBroadcaster |
| |
| CuePointEvent — Class in package com.bourre.media.video |
|
The CuePointEvent class represents the event object passed
to the event listener when VideoDisplay receive video cue points. |
| CuePointEvent(type, video:com.bourre.media.video:VideoDisplay, cuePointInfo) — Constructor in class com.bourre.media.video.CuePointEvent |
|
Creates new CuePointEvent instance. |
| _curIndex — Property in class com.bourre.pattern.memento.CarTaker |
| |
| _currentLoader — Property in class com.bourre.load.QueueLoader |
| Current loader used when queue starts loading process. |
|
| 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 |