User Guide

656 ActionScript classes
Method summary
Methods inherited from class Object
addListener (IME.addListener method)
public static addListener(listener:Object) : Void
Registers an object to receive notification when an IME event handler is invoked by the
onIMEComposition event.
Availability: ActionScript 1.0; Flash Player 8
Modifiers Signature Description
static addListener(listener
:Object) : Void
Registers an object to receive notification when an
IME event handler is invoked by the
onIMEComposition event.
static doConversion() :
Boolean
Instructs the IME to select the first candidate for the
current composition string.
static getConversionMode()
: String
Indicates the conversion mode of the current IME.
static getEnabled() :
Boolean
Indicates whether the system IME is enabled.
static removeListener(liste
ner:Object) :
Boolean
Removes a listener object that was previously
registered to an IME instance with
IME.addListener().
static setCompositionString
(composition:String)
: Boolean
Sets the IME composition string.
static setConversionMode(mo
de:String) : Boolean
Sets the conversion mode of the current IME.
static setEnabled(enabled:B
oolean) : Boolean
Enables or disables the system IME.
addProperty (Object.addProperty method), hasOwnProperty
(Object.hasOwnProperty method), isPropertyEnumerable
(Object.isPropertyEnumerable method), isPrototypeOf (Object.isPrototypeOf
method), registerClass (Object.registerClass method), toString
(Object.toString method), unwatch (Object.unwatch method), valueOf
(Object.valueOf method), watch (Object.watch method)