Main Page | Packages | Class Tree | Index | Help

<root>

class Selection

Object
  |
  +--Selection


intrinsic class Selection
extends Object

ActionScript Standard Library Selection control



Fields inherited from class Object

__proto__, constructor, prototype

Method Summary

static
addListener ( listener: Object ): Void


static
getBeginIndex ( ): Number


static
getCaretIndex ( ): Number


static
getEndIndex ( ): Number


static
getFocus ( ): String


static
removeListener ( listener: Object ): Boolean


static
setFocus ( newFocus: Object ): Boolean


static
setSelection ( beginIndex: Number, endIndex: Number ): Void


Methods inherited from class Object

addProperty, hasOwnProperty, isPropertyEnumerable, isPrototypeOf, registerClass, toLocaleString, toString, unwatch, valueOf, watch



Method Documentation

addListener

static function addListener(listener: Object): Void

getBeginIndex

static function getBeginIndex(): Number

getCaretIndex

static function getCaretIndex(): Number

getEndIndex

static function getEndIndex(): Number

getFocus

static function getFocus(): String

removeListener

static function removeListener(listener: Object): Boolean

setFocus

static function setFocus(newFocus: Object): Boolean

setSelection

static function setSelection(beginIndex: Number,
 endIndex: Number): Void

The documentation was generated from the following file:


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