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  
_eEvent — Property in class com.bourre.commands.ASyncBatch
Event received by the batch and redispatched to the internal commands execute method.
empty() — Method in class com.bourre.events.ChannelBroadcaster
Clean the current channel broacaster by removing all Broadcaster instances previously created and then rebuild the default EventBroadcaster.
enterFrameHandler(e) — Method in class com.bourre.transitions.FPSBeacon
Handles the ENTER_FRAME from the internal Shape object, and dispatch the onTick event to its listeners.
_eOnCommandEnd — Property in class com.bourre.commands.AbstractSyncCommand
An event instance used as event object when dispatching the onCommandEnd event to its listener.
equals(o) — Method in class com.bourre.collection.Set
Compares the specified object with this set for equality.
equals(dimension:com.bourre.structures:Dimension) — Method in class com.bourre.structures.Dimension
Checks whether two dimension objects have equal values.
equals(r:com.bourre.structures:Range) — Method in class com.bourre.structures.Range
Compares the passed-in Range object with the current one.
error(o) — Method in interface com.bourre.log.Log
Logs passed-in message with a log level defined at 'error' mode.
error(o) — Method in class com.bourre.log.PixlibDebug
Logs passed-in message with a log level defined at 'error' mode.
error(o) — Method in class com.bourre.plugin.PluginDebug
Logs passed-in message with a log level defined at 'error' mode.
ERROR(o, oChannel:com.bourre.events:EventChannel) — Static method in class com.bourre.log.Logger
Logs passed-in o message into oChannel logging channel using LogLevel.ERROR level filter.
ERROR — Constant static property in class com.bourre.log.LogLevel
ERROR(o) — Static method in class com.bourre.log.PixlibDebug
ERROR(o) — Static method in class com.bourre.remoting.RemotingDebug
errorCallback — Property in class com.bourre.ioc.assembler.displayobject.DisplayLoaderInfo
ERROR_CALLBACK — Constant static property in class com.bourre.ioc.parser.ContextAttributeList
evalFromTarget(target, toEval) — Static method in class com.bourre.utils.ObjectUtils

Permit to access value like in as2

sample:

var btnLaunch : DisplayObject = evalFromTarget( this , "mcHeader.btnLaunch") as DisplayObject;

EVENT — Static property in class com.bourre.ioc.parser.ContextNodeNameList
EventBroadcaster — Class in package com.bourre.events
The EventBroadcaster class is the cornerstone of the Lowra event system.
EventBroadcaster(source, type) — Constructor in class com.bourre.events.EventBroadcaster
Creates an new EventBroadcaster object with the passed-in source object as source for events.
EventCallbackAdapter — Class in package com.bourre.events
The EventCallbackAdapter class.
EventCallbackAdapter(argumentCallbackFactoryClass, callbackTarget, ... rest) — Constructor in class com.bourre.events.EventCallbackAdapter
EventChannel — Class in package com.bourre.events
An EventChannel object defines a communication channel in the ChannelBroadcaster.
EventChannel(channelName) — Constructor in class com.bourre.events.EventChannel
Creates a new event channel with the passed-in channel name.
execute(e) — Method in class com.bourre.commands.AbstractCommand
Override the execute virtual method to create a concret command.
execute(e) — Method in class com.bourre.commands.AbstractIterationCommand
Override the execute virtual method to create a concret iteration command.
execute(e) — Method in class com.bourre.commands.AbstractSyncCommand
By default the implementation of the execute method in the AbstratSyncCommand set it like running
execute(e) — Method in class com.bourre.commands.ASyncBatch
Starts the execution of the batch.
execute(e) — Method in class com.bourre.commands.ASyncCommandSequencer
Starts sequencer execution.
execute(e) — Method in class com.bourre.commands.Batch
Executes the whole set of commands in the order they were registered.
execute(e) — Method in interface com.bourre.commands.Command
Execute the request according to the current command data.
execute(event) — Method in class com.bourre.commands.Delegate
Realizes the function call with the arguments defined in this Delegate object.
execute(e) — Method in class com.bourre.commands.LoopCommand
Resets and then start the loop command process.
execute(e) — Method in class com.bourre.commands.ReversedBatch
Executes the whole set of commands in the reversed order they were registered.
execute(event) — Method in class com.bourre.events.EventCallbackAdapter
execute(e) — Method in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder
Starts processing.
execute(e) — Method in class com.bourre.ioc.control.BuildArray
Builds object using Constructor object embed in event.
execute(e) — Method in class com.bourre.ioc.control.BuildBoolean
Builds object using Constructor object embed in event.
execute(e) — Method in class com.bourre.ioc.control.BuildClass
Builds object using Constructor object embed in event.
execute(e) — Method in class com.bourre.ioc.control.BuildDictionary
Builds object using Constructor object embed in event.
execute(e) — Method in class com.bourre.ioc.control.BuildFunction
Builds object using Constructor object embed in event.
execute(e) — Method in class com.bourre.ioc.control.BuildInstance
Builds object using Constructor object embed in event.
execute(e) — Method in class com.bourre.ioc.control.BuildInt
execute(e) — Method in class com.bourre.ioc.control.BuildNull
Builds object using Constructor object embed in event.
execute(e) — Method in class com.bourre.ioc.control.BuildNumber
Builds object using Constructor object embed in event.
execute(e) — Method in class com.bourre.ioc.control.BuildObject
Builds object using Constructor object embed in event.
execute(e) — Method in class com.bourre.ioc.control.BuildRef
Builds object using Constructor object embed in event.
execute(e) — Method in class com.bourre.ioc.control.BuildString
Builds object using Constructor object embed in event.
execute(e) — Method in class com.bourre.ioc.control.BuildUint
Builds object using Constructor object embed in event.
execute(e) — Method in class com.bourre.ioc.control.BuildXML
Builds object using Constructor object embed in event.
execute(e) — Method in class com.bourre.load.AbstractLoader
Execute the request according to the current command data.
execute(e) — Method in class com.bourre.transitions.AbstractMultiTween
Execute the request according to the current command data.
execute(e) — Method in class com.bourre.transitions.AbstractTween
Execute the request according to the current command data.
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