| 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 |
| _f — Property in class com.bourre.commands.Delegate |
|
The method closure wrapped by this delegate
|
| factory — Property in class com.bourre.ioc.assembler.constructor.Constructor |
| |
| FACTORY — Constant static property in class com.bourre.ioc.parser.ContextAttributeList |
| |
| fatal(o) — Method in interface com.bourre.log.Log |
|
Logs passed-in message with a log level defined
at 'fatal' mode. |
| fatal(o) — Method in class com.bourre.log.PixlibDebug |
|
Logs passed-in message with a log level defined
at 'fatal' mode. |
| fatal(o) — Method in class com.bourre.plugin.PluginDebug |
|
Logs passed-in message with a log level defined
at 'fatal' mode. |
| FATAL(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.FATAL level filter. |
| FATAL — Constant static property in class com.bourre.log.LogLevel |
| |
| FATAL(o) — Static method in class com.bourre.log.PixlibDebug |
|
|
| FATAL(o) — Static method in class com.bourre.remoting.RemotingDebug |
| |
| FileLoader — Class in package com.bourre.load |
|
The FileLoader class allow to load text, binary or variables data
format from passed-in file. |
| FileLoader(dataFormat) — Constructor in class com.bourre.load.FileLoader |
|
Creates new FileLoader instance. |
| FileLoaderEvent — Class in package com.bourre.load |
|
The FileLoaderEvent class represents the event object passed
to the event listener for FileLoader events. |
| FileLoaderEvent(type, fl:com.bourre.load:FileLoader, errorMessage) — Constructor in class com.bourre.load.FileLoaderEvent |
|
Creates a new FileLoaderEvent object. |
| fill(o) — Method in class com.bourre.structures.Grid |
|
Fill the current grid with the passed-in value. |
| filter(callback, thisObject) — Method in class com.bourre.collection.TypedArray |
|
Executes a test function on each item in the array and constructs a new array
for all items that return true for the specified function. |
| FirebugLayout — Class in package com.bourre.utils |
|
The FirebugLayout class provides a convenient way
to output messages through Firebug console. |
| fireCommandEndEvent() — Method in class com.bourre.commands.AbstractSyncCommand |
|
Fires the onCommandEnd event to the listeners
of this command. |
| fireCommandEndEvent() — Method in interface com.bourre.commands.ASyncCommand |
|
Fires the onCommandEnd event to the listeners of this command. |
| fireCommandEndEvent() — Method in class com.bourre.load.AbstractLoader |
|
Fires the onCommandEnd event to the listeners of this command. |
| fireCommandEndEvent() — Method in class com.bourre.service.AbstractService |
|
Fires the onCommandEnd event to the listeners of this command. |
| fireError() — Method in class com.bourre.service.AbstractService |
|
Dispatches an error event to tell listeners that an error
occurs. |
| fireError() — Method in interface com.bourre.service.Service |
|
Dispatches an error event to tell listeners that an error
occurs. |
| fireErrorEvent(sServiceMethodName:com.bourre.remoting:ServiceMethod, errorCode, errorMessage, fFault) — Method in class com.bourre.remoting.AbstractServiceProxy |
| |
| fireEvent(type, loader:com.bourre.load:Loader, errorMessage) — Method in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder |
|
Broadcasts event. |
| fireEvent(e) — Method in class com.bourre.load.AbstractLoader |
|
Dispatched passed-in event to all registered listeners. |
| fireEvent(e) — Method in class com.bourre.media.GlobalSoundManager |
| |
| fireEvent(e) — Method in class com.bourre.media.sound.SoundInfo |
| |
| fireEventType(type, errorMessage) — Method in class com.bourre.load.AbstractLoader |
|
Dispatches event using passed-in type and optional error message. |
| fireExternalEvent(e, externalChannel:com.bourre.events:EventChannel) — Method in class com.bourre.plugin.AbstractPlugin |
|
Fires events using dedicated event channel. |
| fireExternalEvent(e, channel:com.bourre.events:EventChannel) — Method in class com.bourre.plugin.NullPlugin |
|
Fires events using dedicated event channel. |
| fireExternalEvent(e, channel:com.bourre.events:EventChannel) — Method in interface com.bourre.plugin.Plugin |
|
Fires events using dedicated event channel. |
| fireOnApplicationInit() — Method in class com.bourre.ioc.load.ApplicationLoader |
|
Broadcasts ApplicationLoaderEvent.onApplicationInitEVENT
event type when application is ready. |
| fireOnApplicationParsed() — Method in class com.bourre.ioc.load.ApplicationLoader |
|
Broadcasts ApplicationLoaderEvent.onApplicationParsedEVENT
event type when xml is parsed. |
| fireOnApplicationStart() — Method in class com.bourre.ioc.load.ApplicationLoader |
|
Broadcasts ApplicationLoaderEvent.onApplicationStartEVENT
event type when xml is parsed. |
| fireOnApplicationState(state) — Method in class com.bourre.ioc.load.ApplicationLoader |
|
Broadcasts ApplicationLoaderEvent.onApplicationStateEVENT when IOC engine
processing change his state ( DLL, Resources, GFX, etc. |
| fireOnChannelsAssigned() — Method in class com.bourre.ioc.load.ApplicationLoader |
|
Broadcasts ApplicationLoaderEvent.onApplicationChannelsAssignedEVENT
event type when all plugin channels are initialized. |
| fireOnCompleteEvent() — Method in class com.bourre.ioc.load.ContextPreprocessorLoader |
|
Triggered when all context pre processors are completed. |
| fireOnInitPlugin() — Method in class com.bourre.plugin.AbstractPlugin |
|
Fires onInitPlugin event type. |
| fireOnIterationEvent(i, o) — Method in class com.bourre.commands.LoopCommand |
|
Fires the onLoopStart event to the internal
IterationCommand. |
| fireOnLoadErrorEvent(message) — Method in class com.bourre.load.AbstractLoader |
|
Dispatches event when an error occur. |
| fireOnLoadErrorEvent(message) — Method in interface com.bourre.load.Loader |
|
Dispatches event when an error occur. |
| fireOnLoadInitEvent() — Method in class com.bourre.load.AbstractLoader |
|
Dispatches event when the loading is finished. |
| fireOnLoadInitEvent() — Method in interface com.bourre.load.Loader |
|
Dispatches event when the loading is finished. |
| fireOnLoadProgressEvent() — Method in class com.bourre.load.AbstractLoader |
|
Dispatches event during loading progression. |
| fireOnLoadProgressEvent() — Method in interface com.bourre.load.Loader |
|
Dispatches event during loading progression. |
| fireOnLoadStartEvent() — Method in class com.bourre.load.AbstractLoader |
|
Dispatches event when the loading starts. |
| fireOnLoadStartEvent() — Method in interface com.bourre.load.Loader |
|
Dispatches event when the loading starts. |
| fireOnLoadTimeOut() — Method in class com.bourre.load.AbstractLoader |
|
|
| fireOnLoopCancelEvent(n) — Method in class com.bourre.commands.LoopCommand |
|
Fires the onLoopCancel event to its listeners. |
| fireOnLoopEndEvent(n) — Method in class com.bourre.commands.LoopCommand |
|
Fires the onLoopEnd event to its listeners. |
| fireOnLoopProgressEvent(n) — Method in class com.bourre.commands.LoopCommand |
|
Fires the onLoopProgresst event to its listeners. |
| fireOnLoopStartEvent(n) — Method in class com.bourre.commands.LoopCommand |
|
Fires the onLoopStart event to its listeners. |
| fireOnLoopStopEvent(n) — Method in class com.bourre.commands.LoopCommand |
|
Fires the onLoopStop event to its listeners. |
| fireOnMethodsCalled() — Method in class com.bourre.ioc.load.ApplicationLoader |
|
Broadcasts ApplicationLoaderEvent.onApplicationMethodsCalledEVENT
event type when all method-call are executed. |
| fireOnObjectsBuilt() — Method in class com.bourre.ioc.load.ApplicationLoader |
|
Broadcasts ApplicationLoaderEvent.onApplicationObjectsBuiltEVENT
event type when all elements in xml are built. |
| fireOnReleasePlugin() — Method in class com.bourre.plugin.AbstractPlugin |
|
Fires onReleasePlugin event type. |
| firePrivateEvent(e) — Method in class com.bourre.commands.AbstractCommand |
|
Fires a private event directly on this command's owner. |
| firePrivateEvent(e) — Method in class com.bourre.plugin.AbstractPlugin |
|
Fires events using private ( internal ) event channel. |
| firePrivateEvent(e) — Method in class com.bourre.plugin.NullPlugin |
|
Fires events using private ( internal ) event channel. |
| firePrivateEvent(e) — Method in interface com.bourre.plugin.Plugin |
|
Fires events using private ( internal ) event channel. |
| firePrivateEvent(e) — Method in class com.bourre.view.AbstractView |
| |
| firePublicEvent(e) — Method in class com.bourre.plugin.AbstractPlugin |
|
Fires events using public event channel. |
| firePublicEvent(e) — Method in class com.bourre.plugin.NullPlugin |
|
Fires events using public event channel. |
| firePublicEvent(e) — Method in interface com.bourre.plugin.Plugin |
|
Fires events using public event channel. |
| firePublicEvent(e, owner:com.bourre.plugin:Plugin) — Method in class com.bourre.plugin.PluginBroadcaster |
|
Dispatched passed-in event to all passed-in plugin listeners. |
| fireResult() — Method in class com.bourre.service.AbstractService |
|
Dispatches event to tell listeners that a result is
available. |
| fireResult() — Method in interface com.bourre.service.Service |
|
Dispatches event to tell listeners that a result is
available. |
| fireSoundEvent(type, soundInfoChannel:com.bourre.media.sound:SoundInfoChannel) — Method in class com.bourre.media.sound.SoundInfo |
| |
| FlashInspectorLayout — Class in package com.bourre.utils |
|
The FlashInspectorLayout class provides a convenient way
to output messages through FlashInspector console. |
| FLASHVARS — Constant static property in class com.bourre.ioc.load.FlashVarsUtil |
| Flashvars name prefix for Bean registration. |
| FlashVarsUtil — Class in package com.bourre.ioc.load |
|
FlashVars helper. |
| focus() — Method in class com.bourre.utils.AirLoggerLayout |
|
Gives focus to AirLogger console. |
| FPSBeacon — Class in package com.bourre.transitions |
|
FPSBeacon provides tick to its listeners based
on the native ENTER_FRAME event. |
| FPSBeacon() — Constructor in class com.bourre.transitions.FPSBeacon |
|
Creates a new FPSBeacon. |
| FrontController — Class in package com.bourre.commands |
|
A base class for an application specific front controller,
that is able to dispatch control following particular events
to appropriate command classes. |
| FrontController(owner:com.bourre.plugin:Plugin) — Constructor in class com.bourre.commands.FrontController |
|
Creates a new Front Controller instance for the passed-in
plugin. |
| FUNCTION — Static property in class com.bourre.ioc.parser.ContextTypeList |
| |
|
| 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 |