Main Page | Packages | Class Tree | Index | Help

<root>

class Object

All Known Subclasses: AbstractPlayer, Accessibility, AccImpl, Array, AsBroadcaster, Back, Boolean, Bounce, BroadcasterMX, Button, Camera, capabilities, Color, ColoredSkinElement, ContextMenu, ContextMenuItem, CSSSetStyle, CSSStyleDeclaration, CSSTextStyles, CuePoint, CustomActions, DataProvider, DataSelector, Date, Defaults, Defaults, Delegate, DepthControl, DepthManager, DisplayControls, Elastic, Error, EventDispatcher, ExternalContent, Function, Key, LoadVars, LocalConnection, Locale, LowLevelEvents, Math, MediaConfig, MenuDataProvider, Microphone, Mouse, MovieClip, MovieClipLoader, NamedFrameCuePointListener, NetConnection, NetStream, None, Number, ObjectCuePointListener, OnEnterFrameBeacon, OverlappedWindows, PlayerControls, PopUpManager, PrintJob, RadioButtonGroup, Regular, ScreenAccommodator, security, Selection, SharedObject, SlideCuePointListener, Sound, Stage, StreamingMediaConstants, String, Strong, StyleManager, StyleSheet, System, SystemManager, TextField, TextFormat, TextSnapshot, Tracer, Transition, TransitionManager, TreeDataProvider, Tween, Tween, UIComponentExtensions, UIObjectExtensions, Video, XMLNode, XMLSocket, XMLUI

intrinsic class Object

ActionScript Standard Library Object object



Field Summary


__proto__: Object



constructor: Object


static
prototype: Object


Constructor


Object ( )


Method Summary


addProperty ( name: String, getter: Function, setter: Function ): Boolean



hasOwnProperty ( name: String ): Boolean



isPropertyEnumerable ( name: String ): Boolean



isPrototypeOf ( theClass: Object ): Boolean


static
registerClass ( name: String, theClass: Function ): Boolean



toLocaleString ( ): String



toString ( ): String



unwatch ( name: String ): Boolean



valueOf ( ): Object



watch ( name: String, callback: Function, userData: Object ): Boolean




Field Documentation

__proto__

var __proto__: Object

constructor

var constructor: Object

prototype

static var prototype: Object

Constructor Documentation

Object

function Object()

Method Documentation

addProperty

function addProperty(name: String,
 getter: Function,
 setter: Function): Boolean

hasOwnProperty

function hasOwnProperty(name: String): Boolean

isPropertyEnumerable

function isPropertyEnumerable(name: String): Boolean

isPrototypeOf

function isPrototypeOf(theClass: Object): Boolean

registerClass

static function registerClass(name: String,
 theClass: Function): Boolean

toLocaleString

function toLocaleString(): String

toString

function toString(): String

unwatch

function unwatch(name: String): Boolean

valueOf

function valueOf(): Object

watch

function watch(name: String,
 callback: Function,
 userData: Object): Boolean

The documentation was generated from the following file:


Copyright © 1997-2005 Macromedia, Inc. All rights reserved. Generated with AS2Doc