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  
object — Property in class andromeda.util.pool.ObjectPool
Get the next available object from the pool or put it back for the next use.
object() — Method in class vegas.string.json.JSONSerializer
Check the Object values in the source expression.
OBJECT — Constant static property in class vegas.util.TypeUtil
The type of the 'object' objects.
ObjectArgument — Class in package andromeda.ioc.core
This object defines an argument definition in an object definition.
ObjectArgument(value, policy, evaluators) — Constructor in class andromeda.ioc.core.ObjectArgument
Creates a new ObjectArgument instance.
ObjectAttribute — Class in package andromeda.ioc.core
The static enumeration list of all object attributes.
objectCompare(o1, o2) — Static method in class vegas.util.Comparater
Compares if two Objects are equal by value.
ObjectConfig — Class in package andromeda.ioc.factory
This object contains the configuration of the IOC object factory.
ObjectConfig(init) — Constructor in class andromeda.ioc.factory.ObjectConfig
Creates a new ObjectConfig instance.
ObjectDefinition — Class in package andromeda.ioc.core
The concrete implementation of the IObjectDefinition interface.
ObjectDefinition(id, type, singleton, lazyInit) — Constructor in class andromeda.ioc.core.ObjectDefinition
Creates a new ObjectDefinition instance.
ObjectDefinitionContainer — Class in package andromeda.ioc.core
Creates a container to register all the Object define by the corresponding IObjectDefinition objects.
ObjectDefinitionContainer(bGlobal, sChannel) — Constructor in class andromeda.ioc.core.ObjectDefinitionContainer
Creates a new ObjectDefinitionContainer instance.
OBJECT_DEPENDS_ON — Constant static property in class andromeda.ioc.core.ObjectAttribute
The name of the "dependsOn" object definition attribute.
OBJECT_DESTROY_METHOD_NAME — Constant static property in class andromeda.ioc.core.ObjectAttribute
The name of the external object property to register the destroy method name.
objectEncoding — Property in class asgard.net.NetServerConnection
(read write) The ObjectEncoding class allows classes that serialize objects (such as FileStream, NetStream, NetConnection, SharedObject, and ByteArray) to work with prior versions of ActionScript.
objectEncoding — Property in class asgard.net.remoting.RemotingService
The object encoding (AMF version) for the internal NetConnection instance.
ObjectFactory — Class in package andromeda.ioc.factory
The basic Inversion of Control container/factory class.
ObjectFactory(id, bGlobal, sChannel) — Constructor in class andromeda.ioc.factory.ObjectFactory
Creates a new ObjectFactory instance.
ObjectFactoryBuilder — Class in package andromeda.ioc.factory.strategy
This tool class is a helper to create an IObjectFactoryStrategy object with a generic object in the IoC context.
ObjectFactoryLoader — Class in package andromeda.ioc.net
This loader object load an external IoC context and this dependencies and fill the IoC container.
ObjectFactoryLoader(context, path, factory:andromeda.ioc.factory:ObjectFactory) — Constructor in class andromeda.ioc.net.ObjectFactoryLoader
Creates a new ObjectFactoryLoader instance.
ObjectFactoryMethod — Class in package andromeda.ioc.factory.strategy
This object create a delegate factory configured in the IObjectDefinition and replace the natural factory of the ObjectFactory.
ObjectFactoryMethod(factory, name, arguments) — Constructor in class andromeda.ioc.factory.strategy.ObjectFactoryMethod
Creates a new ObjectFactoryMethod instance.
OBJECT_FACTORY_METHOD — Constant static property in class andromeda.ioc.core.ObjectAttribute
The name of the "factoryMethod" object definition attribute.
ObjectFactoryProperty — Class in package andromeda.ioc.factory.strategy
This object create a proxy factory configured in the IObjectDefinition and replace the natural factory of the ObjectFactory.
ObjectFactoryProperty(factory, name, evaluators) — Constructor in class andromeda.ioc.factory.strategy.ObjectFactoryProperty
Creates a new ObjectFactoryProperty instance.
OBJECT_FACTORY_PROPERTY — Constant static property in class andromeda.ioc.core.ObjectAttribute
The name of the "factoryProperty" object definition attribute.
ObjectFactoryReference — Class in package andromeda.ioc.factory.strategy
This stategy get a reference in the IoC factory if the "factoryReference" attribute is used in the object definition.
ObjectFactoryReference(ref) — Constructor in class andromeda.ioc.factory.strategy.ObjectFactoryReference
Creates a new ObjectFactoryReference instance.
OBJECT_FACTORY_REFERENCE — Constant static property in class andromeda.ioc.core.ObjectAttribute
The name of the "factoryReference" object definition attribute.
ObjectFactoryValue — Class in package andromeda.ioc.factory.strategy
This stategy create an object in the IoC factory with an easy value if the attribute "factoryValue" is used in the object definition.
ObjectFactoryValue(value) — Constructor in class andromeda.ioc.factory.strategy.ObjectFactoryValue
Creates a new ObjectFactoryValue instance.
OBJECT_FACTORY_VALUE — Constant static property in class andromeda.ioc.core.ObjectAttribute
The name of the "factoryValue" object definition attribute.
OBJECT_GENERATES — Constant static property in class andromeda.ioc.core.ObjectAttribute
The name of the "generates" object definition attribute.
OBJECT_ID — Constant static property in class andromeda.ioc.core.ObjectAttribute
The name of the external object property to define the id of the object.
OBJECT_INIT_METHOD_NAME — Constant static property in class andromeda.ioc.core.ObjectAttribute
The name of the external object property to register the init method name.
ObjectIterator — Class in package system.data.iterators
Converts an object to an iterator of all enumerable properties of the Object.
ObjectIterator(o) — Constructor in class system.data.iterators.ObjectIterator
Creates a new ObjectIterator instance.
ObjectListener — Class in package andromeda.ioc.core
This object defines a listener definition in an object definition.
ObjectListener(dispatcher, type, method, useCapture, priority, useWeakReference) — Constructor in class andromeda.ioc.core.ObjectListener
Creates a new ObjectListener instance.
OBJECT_LISTENERS — Constant static property in class andromeda.ioc.core.ObjectAttribute
Defines the label of the "listeners" name property of the object.
ObjectMethod — Class in package andromeda.ioc.core
This object defines a method definition with a method name and this arguments.
ObjectMethod(name, arguments) — Constructor in class andromeda.ioc.core.ObjectMethod
Creates a new ObjectMethod instance.
ObjectPool — Class in package andromeda.util.pool
This class implements the object pool design pattern implementation.
ObjectPool(grow) — Constructor in class andromeda.util.pool.ObjectPool
Creates a new ObjectPool instance.
ObjectPoolBuilder — Interface in package andromeda.util.pool
This interface defines an object pool factory object.
OBJECT_PROPERTIES — Constant static property in class andromeda.ioc.core.ObjectAttribute
The name of the external object property to register the properties.
ObjectProperty — Class in package andromeda.ioc.core
This object defines a property definition and this value in an object definition.
ObjectProperty(name, value, policy, evaluators) — Constructor in class andromeda.ioc.core.ObjectProperty
Creates a new ObjectProperty instance.
ObjectResource — Class in package andromeda.ioc.io
Convenience base class for resource implementations in the IoC factory loader.
ObjectResource(init) — Constructor in class andromeda.ioc.io.ObjectResource
Creates a new ObjectResource instance.
ObjectResourceBuilder — Package constant property in andromeda.ioc.io
This tool class is a helper to create an ObjectResource object with a generic object in the IoC context.
ObjectResourceType — Class in package andromeda.ioc.io
Convenience base class for resource implementations.
objects — Property in class andromeda.ioc.factory.ECMAObjectFactory
This array contains objects to fill this factory with the run or create method.
objects — Property in class andromeda.ioc.net.ObjectFactoryLoader
The array representation of the object definitions to insert in the IOC factory container.
OBJECTS — Constant static property in class andromeda.ioc.core.ObjectAttribute
Defines the label of the 'objects' top-level attribute.
ObjectScope — Class in package andromeda.ioc.core
The static enumeration list of all object scopes.
OBJECT_SCOPE — Constant static property in class andromeda.ioc.core.ObjectAttribute
The name of the external object property to define the scope flag of the object.
OBJECT_SINGLETON — Constant static property in class andromeda.ioc.core.ObjectAttribute
The name of the external object property to define the singleton flag of the object.
ObjectStaticFactoryMethod — Class in package andromeda.ioc.factory.strategy
This object create a static proxy factory configured in the IObjectDefinition and replace the natural factory of the ObjectFactory.
ObjectStaticFactoryMethod(type, name, arguments) — Constructor in class andromeda.ioc.factory.strategy.ObjectStaticFactoryMethod
Creates a new ObjectStaticFactoryMethod instance.
OBJECT_STATIC_FACTORY_METHOD — Constant static property in class andromeda.ioc.core.ObjectAttribute
The name of the external object property to define the static factory flag of the object.
ObjectStaticFactoryProperty — Class in package andromeda.ioc.factory.strategy
This object create a static proxy factory configured in the IObjectDefinition and replace the natural factory of the ObjectFactory.
ObjectStaticFactoryProperty(name, type, evaluators) — Constructor in class andromeda.ioc.factory.strategy.ObjectStaticFactoryProperty
Creates a new ObjectStaticFactoryProperty instance.
OBJECT_STATIC_FACTORY_PROPERTY — Constant static property in class andromeda.ioc.core.ObjectAttribute
The name of the external object property to define the static property flag of the object.
ObjectUtil — Class in package vegas.util
The ObjectUtil utility class is an all-static class with methods for working with object.
Observable — Class in package andromeda.util.observer
This class represents an observable object, or "data" in the model-view paradigm.
Observable() — Constructor in class andromeda.util.observer.Observable
Creates an Observable instance with zero Observers.
Observer — Interface in package andromeda.util.observer
A class can implement the Observer interface when it wants to be informed of changes in observable objects.
OCTOBER — Static property in class kronos.date.Month
Fully written out string for october.
OFF — Constant static property in class lunas.core.ScrollPolicy
Never show the scrollbar.
OFF — Constant static property in class pegas.transitions.EasingPolicy
The OFF value of the easing policy.
offset — Property in class pegas.colors.RGBA
Defines the alpha component value with an offset representation (number value between 0 and 255)
offset(dx, dy) — Method in class pegas.geom.Point
Offsets the Point object by the specified amount.
offset(dx, dy) — Method in class pegas.geom.Rectangle
Adjusts the location of the Rectangle object, as determined by its top-left corner, by the specified amounts.
offsetPoint(vector:pegas.geom:Vector2) — Method in class pegas.geom.Rectangle
Adjusts the location of the Rectangle object using a Point object as a parameter.
OLD_LACE — Constant static property in class pegas.colors.ColorSVG
The 'LodLace' SVG color object.
OLIVE — Constant static property in class pegas.colors.ColorHTML
The html 'olive' color static reference.
OLIVE — Constant static property in class pegas.colors.ColorSVG
The 'Olive' SVG color object.
OLIVE_DRAB — Constant static property in class pegas.colors.ColorSVG
The 'OliveDrab' SVG color object.
ON — Constant static property in class lunas.core.ScrollPolicy
Always show the scrollbar.
ON — Constant static property in class pegas.transitions.EasingPolicy
The ON value of the easing policy.
ON2_VP6_1 — Constant static property in class asgard.media.VideoCodec
The first value of the On2 VP6 video codec.
ON2_VP6_2 — Constant static property in class asgard.media.VideoCodec
The second value of the On2 VP6 video codec.
onActivity(e) — Method in class asgard.media.MediaExpert
Invoked when the microphone starts or stops detecting sound.
onChanged — Event in class andromeda.process.Action
Dispatched when a process is changed.
onCleared — Event in class andromeda.process.Action
Dispatched when a process is cleared.
onCuePoint(info) — Method in interface asgard.net.INetServerStreamClient
Invoked when an embedded cue point is reached while playing an FLV file.
onCuePoint(info) — Method in class asgard.net.NetServerStreamClient
Invoked when an embedded cue point is reached while playing an FLV file.
ONE_DAY_MS — Constant static property in class kronos.date.Calendar
Constant field representing one day, in milliseconds
onFinished — Event in interface andromeda.process.IAction
Dispatched when a process is finished.
onFinished — Event in class andromeda.process.SimpleAction
Dispatched when a process is finished.
onFinished — Event in class system.data.arrays.ArrayFilter
Dispatched when the filter is changed.
onImageData(imageData) — Method in interface asgard.net.INetServerStreamClient
Dispatched when Flash Player receives image data as a byte array embedded in a media file that is playing.
onImageData(imageData) — Method in class asgard.net.NetServerStreamClient
Dispatched when Flash Player receives image data as a byte array embedded in a media file that is playing.
onInfo — Event in class andromeda.process.Action
Dispatched when an info process is running.
onLooped — Event in class andromeda.process.Action
Dispatched when a process is looped.
onMetaData(info) — Method in interface asgard.net.INetServerStreamClient
Dispatched when the application receives descriptive information embedded in the video being played.
onMetaData(info) — Method in class asgard.net.NetServerStreamClient
Dispatched when the application receives descriptive information embedded in the video being played.
onNonSwitch(value) — Method in class system.cli.ArgumentsParser
Used to display the usage string when a non switch occurs.
onParsed() — Method in class system.cli.ArgumentsParser
Used to display the usage string when a parse occurs.
onPaused — Event in class andromeda.process.Action
Dispatched when a process is paused.
onPlayStatus(info) — Method in interface asgard.net.INetServerStreamClient
Dispatched when the application receives descriptive information embedded in the video being played.
onPlayStatus(info) — Method in class asgard.net.NetServerStreamClient
Dispatched when the application receives descriptive information embedded in the video being played.
onProgress — Event in class andromeda.process.Action
Dispatched when a process is in progress.
onResumed — Event in class andromeda.process.Action
Dispatched when a process is resumed.
onStarted — Event in interface andromeda.process.IAction
Dispatched when a process is started.
onStarted — Event in class andromeda.process.SimpleAction
Dispatched when a process is started.
onStatus(e) — Method in class asgard.media.MediaExpert
Invoked when the microphone status change.
onStopped — Event in class andromeda.process.Action
Dispatched when a process is stopped.
onSwitch(symbol, value) — Method in class system.cli.ArgumentsParser
Used to display the usage string when a switch occurs.
onTextData(textData) — Method in interface asgard.net.INetServerStreamClient
The onTextData event sends text data through an AMF0 data channel.
onTextData(textData) — Method in class asgard.net.NetServerStreamClient
The onTextData event sends text data through an AMF0 data channel.
onUsage(errorInfo) — Method in class system.cli.ArgumentsParser
Used to display the usage string when an error occurs.
onXMPData(info) — Method in interface asgard.net.INetServerStreamClient
The onXMPData() callback function receives information specific to Adobe Extensible Metadata Platform (XMP) that is embedded in the Adobe F4V or FLV video file.
onXMPData(info) — Method in class asgard.net.NetServerStreamClient
The onXMPData() callback function receives information specific to Adobe Extensible Metadata Platform (XMP) that is embedded in the Adobe F4V or FLV video file.
open(e) — Method in class andromeda.process.CoreActionLoader
Dispatch Event.OPEN event when the download operation commences following a call to the load() method.
OperatingSystem — Class in package system.hosts
Represents information about an operating system, such as the version and platform identifier.
OperatingSystem(platform:system.hosts:PlatformID, version:system:Version) — Constructor in class system.hosts.OperatingSystem
Creates a new OperatingSystem instance.
options — Property in class system.data.lists.SortedArrayList
Indicates the options to sort the elements in the list.
options — Property in class system.data.maps.SortedArrayMap
Indicates the options to sort the elements in the Map.
options — Property in class system.data.queues.PriorityQueue
Indicates the options to sort the elements in the list.
ORANGE — Constant static property in class pegas.colors.ColorSVG
The 'Orange' SVG color object.
ORANGE_RED — Constant static property in class pegas.colors.ColorSVG
The 'OrangeRed' SVG color object.
ORCHID — Constant static property in class pegas.colors.ColorSVG
The 'Orchid' SVG color object.
OrderedIterator — Interface in package system.data
Defines an iterator that operates over an ordered collection.
os — Static property in class system.Environment
Returns the os OperatingSystem value of the current client application.
OUT — Static property in class lunas.events.ButtonEvent
Defines the value of the type property of an out event object.
outerRadius — Property in class pegas.draw.GearPen
The outer radius of the teeth.
outerRadius — Property in class pegas.draw.StarPen
The radius of the tips of the points
OUT_SELECTED — Static property in class lunas.events.ButtonEvent
Defines the value of the type property of an out selected event object.
OUT_SUFFIX — Static property in class vegas.logging.targets.AirLoggerTarget
The 'in' connection suffix.
over(e:lunas.events:ButtonEvent) — Method in class lunas.display.button.AquaButtonBuilder
Invoked when the button is over.
over(e:lunas.events:ButtonEvent) — Method in class lunas.display.button.BackgroundButtonBuilder
Invoked when the button is over.
over(e:lunas.events:ButtonEvent) — Method in class lunas.display.button.LabelButtonBuilder
Invoked when the button is over.
over(e:lunas.events:ButtonEvent) — Method in class lunas.display.button.LightButtonBuilder
Invoked when the button is over.
over(e:lunas.events:ButtonEvent) — Method in class lunas.display.button.LightFrameLabelButtonBuilder
Invoked when the button is over.
OVER — Static property in class lunas.events.ButtonEvent
Defines the value of the type property of an over event object.
overlap(r:system.numeric:Range) — Method in class system.numeric.Range
Returns true if the range in argument overlap the current range.
OVER_SELECTED — Static property in class lunas.events.ButtonEvent
Defines the value of the type property of a over selected event object.
owner — Property in class andromeda.ioc.io.ObjectResource
The owner reference of this resource.
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