| 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 | |
| parentID — Property in class com.bourre.ioc.assembler.displayobject.DisplayObjectInfo | |
| Display object parent identifer. | |
| parse(xml) — Method in class com.bourre.ioc.parser.AbstractParser | |
| Parses passed-in xml definition to build a clean object. | |
| parse(xml) — Method in class com.bourre.ioc.parser.ContextParser | |
| Parses passed-in xml definition. | |
| parse(xml) — Method in class com.bourre.ioc.parser.DisplayObjectParser | |
| Parses passed-in xml definition to build a clean object. | |
| parse(xml) — Method in class com.bourre.ioc.parser.DLLParser | |
| Parses passed-in xml definition to build a clean object. | |
| parse(xml) — Method in class com.bourre.ioc.parser.LoaderParser | |
| Parses passed-in xml definition to build a clean object. | |
| parse(xml) — Method in class com.bourre.ioc.parser.ObjectParser | |
| Parses passed-in xml definition to build a clean object. | |
| parse(xml) — Method in class com.bourre.ioc.parser.RecursiveObjectParser | |
| Parses passed-in xml definition to build a clean object. | |
| parse(xml) — Method in class com.bourre.ioc.parser.RSCParser | |
| Parses xml. | |
| parseContext(xml) — Method in class com.bourre.ioc.load.runtime.RuntimeContextLoader | |
| parsedCallback — Property in class com.bourre.ioc.assembler.displayobject.DisplayLoaderInfo | |
| PARSED_CALLBACK — Constant static property in class com.bourre.ioc.parser.ContextAttributeList | |
| parseRawData(rawData) — Method in class com.bourre.collection.RecordSet | |
| ParserCollection — Class in package com.bourre.ioc.parser | |
| Parser collection. | |
| ParserCollection(a) — Constructor in class com.bourre.ioc.parser.ParserCollection | |
| Creates instance. | |
| PARSE_STATE — Constant static property in class com.bourre.ioc.load.ApplicationLoaderEvent | |
| Constante to identify 'Parsing' state of application. | |
| pause() — Method in class com.bourre.media.sound.SoundFactory | |
| Pause all sounds. | |
| PAUSE — Constant static property in class com.bourre.media.sound.SoundInfo | |
| pauseAll(id) — Method in class com.bourre.media.sound.SoundMixerLocator | |
| pauseAllSound() — Method in class com.bourre.media.sound.SoundMixer | |
| pauseSound() — Method in class com.bourre.media.sound.SoundInfo | |
| pauseSound(id) — Method in class com.bourre.media.sound.SoundMixer | |
| pauseVideo() — Method in class com.bourre.media.video.VideoDisplay | |
| _pc — Property in class com.bourre.ioc.parser.ContextParser | |
| peek() — Method in class com.bourre.collection.Queue | |
Retrieves, but does not remove, the head of this queue,
or returns null if this queue is empty. |
|
| peek() — Method in class com.bourre.collection.Stack | |
| Looks at the object at the top of this stack without removing it from the stack. | |
| pingRequest() — Method in class com.bourre.utils.AirLoggerLayout | |
| PixlibDebug — Class in package com.bourre.log | |
| Dedicated Logging tunnel using own event channel. | |
| PixlibStringifier — Class in package com.bourre.log | |
| The PixlibStringifier class is the main access point to string representation processing of an object. | |
| PLAY — Constant static property in class com.bourre.media.sound.SoundInfo | |
| playAll(id, loop, soundTransformInfo:com.bourre.media:SoundTransformInfo) — Method in class com.bourre.media.sound.SoundMixerLocator | |
| If id , will play all sound with this id , in each SoundMixer If not it , will play all sound in each SoundMixer | |
| playAllSound(loop, soundTransformInfo:com.bourre.media:SoundTransformInfo) — Method in class com.bourre.media.sound.SoundMixer | |
| _playLoopSound(channelSoundInfo) — Method in class com.bourre.media.sound.SoundInfo | |
| playSound(id) — Method in class com.bourre.media.sound.SoundFactory | |
| Play a sound simply according to its Class identifier in the library : only if isOn() = true | |
| playSound(loop, soundTransformInfo:com.bourre.media:SoundTransformInfo) — Method in class com.bourre.media.sound.SoundInfo | |
| playSound(id, loop, soundTransformInfo:com.bourre.media:SoundTransformInfo) — Method in class com.bourre.media.sound.SoundMixer | |
| playSoundLoop(id) — Method in class com.bourre.media.sound.SoundFactory | |
| Play a sound in loop ( int.MAX_VALUE times ) according to its Class identifier in the library : only if isOn() = true | |
| playSoundLoop() — Method in class com.bourre.media.sound.SoundInfo | |
| playSoundLoop(id) — Method in class com.bourre.media.sound.SoundMixer | |
| playVideo(nTimeAbsolute, nTimeRelative) — Method in class com.bourre.media.video.VideoDisplay | |
| Plugin — Interface in package com.bourre.plugin | |
| The Plugin interface defines rules for IoC plugin implementation. | |
| PluginBroadcaster — Class in package com.bourre.plugin | |
| The PluginBroadcaster class extends EventBroadcaster to add dedicated Plugin features. | |
| PluginBroadcaster(source, type) — Constructor in class com.bourre.plugin.PluginBroadcaster | |
Creates new PluginBroadcaster istance. |
|
| PluginChannel — Class in package com.bourre.plugin | |
| The PluginChannel class defines event channel for a target plugin. | |
| PluginDebug — Class in package com.bourre.plugin | |
| The PluginDebug class defines "logging tunnel" for plugin logging feature. | |
| PluginEvent — Class in package com.bourre.plugin | |
| The PluginEvent class represents the event object passed to the event listener for Plugin events. | |
| PluginEvent(sType, target, plugin:com.bourre.plugin:Plugin, valueObject:com.bourre.events:ValueObject) — Constructor in class com.bourre.plugin.PluginEvent | |
Creates a new ConstructorEvent object. |
|
| PluginExpert — Class in package com.bourre.ioc.assembler.plugins | |
The PluginExpert class is a locator for
Plugin object. |
|
| PluginListener — Interface in package com.bourre.plugin | |
| The PluginListener interface defines rules for objects which want to listen all of plugin events. | |
| poll() — Method in class com.bourre.collection.Queue | |
Retrieves and removes the head of this queue,
or returns null if this queue is empty. |
|
| pop() — Method in class com.bourre.collection.Stack | |
| Removes the object at the top of this stack and returns that object as the value of this function. | |
| PORT — Static property in class com.bourre.utils.SosLayout | |
| SOS Console connection port. | |
| prefixURL(sURL) — Method in class com.bourre.load.AbstractLoader | |
| Adds prefix to URL passed to the loader instance. | |
| prefixURL(prefixURL) — Method in interface com.bourre.load.Loader | |
| Adds prefix to URL passed to the loader instance. | |
| preprocess() — Method in class com.bourre.ioc.DefaultApplicationRunner | |
|
Runs actions before application loading
Do nothing here, just override this method in subclass to customize preprocessing actions. |
|
| preprocess(xml) — Method in class com.bourre.ioc.load.ApplicationLoader | |
| Do preprocessing actions on xml context before parsing. | |
| PREPROCESSOR — Static property in class com.bourre.ioc.parser.ContextNodeNameList | |
| PREPROCESS_STATE — Constant static property in class com.bourre.ioc.load.ApplicationLoaderEvent | |
| Constante to identify 'pre processing' state of application. | |
| previewNextKey() — Static method in class com.bourre.core.HashCodeFactory | |
Returns the next key the getNextKey
will return, without causing the getNextKey
method returning a different key. |
|
| previous() — Method in class com.bourre.collection.ArrayIterator | |
| Returns the previous element in the list. | |
| previous() — Method in interface com.bourre.collection.ListIterator | |
| Returns the previous element in the list. | |
| previous() — Method in class com.bourre.collection.StringIterator | |
| Returns the previous element in the list. | |
| previousIndex() — Method in class com.bourre.collection.ArrayIterator | |
| Returns the index of the element that would be returned by a subsequent call to previous. | |
| previousIndex() — Method in interface com.bourre.collection.ListIterator | |
| Returns the index of the element that would be returned by a subsequent call to previous. | |
| previousIndex() — Method in class com.bourre.collection.StringIterator | |
| Returns the index of the element that would be returned by a subsequent call to previous. | |
| PrivateConstructorException — Class in package com.bourre.error | |
| A PrivateConstructorException exception is thrown when trying to access private constructor of a class. | |
| PrivateConstructorException(message) — Constructor in class com.bourre.error.PrivateConstructorException | |
| Creates instance. | |
| process(f, a, ... rest) — Static method in class com.bourre.commands.Batch | |
| Takes all elements of an Array and pass them one by one as arguments to a method of an object. | |
| process(xml) — Method in class com.bourre.ioc.context.processor.AttributeAsPropertyProcessor | |
| Transforms passed-in xml content using conrete implementation in this method. | |
| process(xml) — Method in interface com.bourre.ioc.context.processor.ContextProcessor | |
| Transforms passed-in xml content using conrete implementation in this method. | |
| ProcessingHelper — Class in package com.bourre.ioc.context.processor | |
The ProcessingHelper helper gives method for
xml context content pre processing. |
|
| PROCESS_METHOD_NAME — Constant static property in class com.bourre.ioc.load.ContextPreprocessorLoader | |
| Method name that processor must implement to transform xml context data. | |
| processNode(id) — Method in class com.bourre.ioc.context.processor.AttributeAsPropertyProcessor | |
| processOnAllValues(f, ... rest) — Method in class com.bourre.core.AbstractLocator | |
| Takes all values of a Locator and pass them one by one as arguments to a method of an object. | |
| processParsing(xml) — Method in class com.bourre.ioc.load.ApplicationLoader | |
| Parses the xml context. | |
| processParsing(xml) — Method in class com.bourre.ioc.load.runtime.RuntimeContextLoader | |
| Parses the xml context. | |
| _processQueue() — Method in class com.bourre.load.QueueLoader | |
| Checks if there is a next element to load. | |
| progressCallback — Property in class com.bourre.ioc.assembler.displayobject.DisplayLoaderInfo | |
| PROGRESS_CALLBACK — Constant static property in class com.bourre.ioc.parser.ContextAttributeList | |
| Property — Class in package com.bourre.ioc.assembler.property | |
| Property class. | |
| Property(ownerID, name, value, type, ref, method) — Constructor in class com.bourre.ioc.assembler.property.Property | |
| Creates instance. | |
| PROPERTY — Static property in class com.bourre.ioc.parser.ContextNodeNameList | |
| PropertyAccessor — Class in package com.bourre.core | |
The PropertyAccessor provides read and write access
to the specified property of an object. |
|
| PropertyAccessor(o, p) — Constructor in class com.bourre.core.PropertyAccessor | |
Creates a new PropertyAccessor instance which
allow access to the specified property of the passed-in object. |
|
| PropertyEvent — Class in package com.bourre.ioc.assembler.property | |
| The PropertyEvent class represents the event object passed to the event listener for PropertyExpert events. | |
| PropertyEvent(type, id, property:com.bourre.ioc.assembler.property:Property) — Constructor in class com.bourre.ioc.assembler.property.PropertyEvent | |
Creates a new PropertyEvent object. |
|
| PropertyExpert — Class in package com.bourre.ioc.assembler.property | |
The PropertyExpert class is a locator for
Property object. |
|
| PropertyExpertListener — Interface in package com.bourre.ioc.assembler.property | |
| The PropertyExpertListener interface defines rules for property listeners. | |
| push(item) — Method in class com.bourre.collection.Stack | |
| Pushes an item onto the top of this stack. | |
| push(... rest) — Method in class com.bourre.collection.TypedArray | |
| Adds one or more elements to the end of an array and returns the new length of the array. | |
| _push(oC:com.bourre.commands:Command, sN) — Method in class com.bourre.commands.CommandFPS | |
| Registers passed-in command with passed-in name. | |
| push(oC:com.bourre.commands:Command) — Method in class com.bourre.commands.CommandFPS | |
| Adds passed-in command to execution list and execute it now. | |
| _push(oC:com.bourre.commands:Command, nMs, sN) — Method in class com.bourre.commands.CommandMS | |
| Registers passed-in command with passed-in name. | |
| push(oC:com.bourre.commands:Command, nMs) — Method in class com.bourre.commands.CommandMS | |
| Adds passed-in command to execution list and execute it now. | |
| push(parser:com.bourre.ioc.parser:AbstractParser) — Method in class com.bourre.ioc.parser.ParserCollection | |
| Adds passed-in parser into this collection. | |
| pushCommandClass(eventName, commandClass) — Method in class com.bourre.commands.FrontController | |
Registers the passed-in command class to be triggered at each time
the controller will receive an event of type eventName. |
|
| pushCommandInstance(eventName, command:com.bourre.commands:Command) — Method in class com.bourre.commands.FrontController | |
Registers the passed-in command to be triggered at each time
the controller will receive an event of type eventName. |
|
| pushInArray — Property in class com.bourre.encoding.XMLToObjectDeserializer | |
| PUSHINARRAY_IDENTICAL_NODE_NAMES — Static property in class com.bourre.encoding.XMLToObjectDeserializer | |
| pushWithName(oC:com.bourre.commands:Command, sN) — Method in class com.bourre.commands.CommandFPS | |
| Adds passed-in command to execution list and executes it now. | |
| pushWithName(oC:com.bourre.commands:Command, nMs, sN) — Method in class com.bourre.commands.CommandMS | |
| Adds passed-in command to execution list and executes it now. | |
| put(key, value) — Method in class com.bourre.collection.HashMap | |
| Associates the specified value with the specified key in this map (optional operation). | |
| 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 | |