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  
scrollH — Variable, class net.user1.reactor.ui.FastTextArea
scrollH — Variable, class net.user1.reactor.ui.FastTextField
The amount, in pixels, the text in the text field is scrolled to the left.
scrollV — Variable, class net.user1.reactor.ui.FastTextArea
scrollV — Variable, class net.user1.reactor.ui.FastTextField
The line number currently displayed as the top line of the text field.
sendChatMessage() — method, class net.user1.reactor.ui.ChatPanel
Sends a chat message to all clients in the room.
sendPrivateMessage(message:String) — method, class net.user1.reactor.chat.ChatClient
Sends this client a private chat message.
serialize() — method, class net.user1.reactor.motion.PositionList
setClient(client:net.user1.reactor:IClient) — method, class net.user1.reactor.ui.Avatar
Specifies the underlying IClient object that will provide data for this Avatar.
setFadeInDuration(milliseconds:int) — method, class net.user1.reactor.ui.Avatar
Specifies the duration of the fade-in animation that plays when this Avatar is added to the screen for the first time.
setIcon(icon:flash.display:DisplayObject) — method, class net.user1.reactor.ui.Avatar
Specifies the DisplayObject instance that will be used for this Avatar's icon.
setLog(log:net.user1.logger:Logger) — method, class net.user1.reactor.ui.LogPane
Specifies the Logger object whose messages this LogPane will display
setPosition(x:Number, y:Number) — method, class net.user1.reactor.ui.Avatar
setPositionList(positionList:net.user1.reactor.motion:PositionList) — method, class net.user1.reactor.motion.PositionBroadcaster
Specifies the PositionList object whose positions will be broadcast to other clients by this PositionBroadcaster.
setPositionListAttributeName(name:String) — method, class net.user1.reactor.motion.PointerPositionBroadcaster
Specifies the attribute name used by this PointerPositionBroadcaster to send position list updates to other clients.
setPositionListAttributeName(name:String) — method, class net.user1.reactor.motion.PositionBroadcaster
Specifies the attribute name used by this PositionBroadcaster to send position list updates to other clients.
setPositionListAttributeName(name:String) — method, class net.user1.reactor.ui.Avatar
Specifies the name of the attribute to use for this Avatar's position list.
setPositionListAttributeScope(scope:String) — method, class net.user1.reactor.ui.Avatar
Specifies the scope of the attribute to use for this Avatar's position list.
setReactor(reactor:net.user1.reactor:Reactor) — method, class net.user1.reactor.ui.DebugPanel
The Reactor object for which this debug panel should display debugging information.
setReactor(reactor:net.user1.reactor:Reactor) — method, class net.user1.reactor.ui.StatsPane
Assigns the Reactor object for which this StatsPane will display statistics.
setRoom(room:net.user1.reactor:Room) — method, class net.user1.reactor.ui.AvatarPane
Specifies the Room object for which this AvatarPane will provide avatar visuals.
setSpeed(speed:uint) — method, class net.user1.reactor.ui.Avatar
Specifies the length of time, in milliseconds, required for this Avatar to travel from its current position to its next position.
setTextFormat(format:flash.text:TextFormat) — method, class net.user1.reactor.ui.FastTextField
Sets the font format of all text in the text.
shift() — method, class net.user1.reactor.motion.PositionList
showSelf() — method, class net.user1.reactor.ui.AvatarPane
Instructs this AvatarPane to allow the current client's Avatar object to be shown.
start() — method, class net.user1.reactor.motion.PointerPositionBroadcaster
Enables position-list broadcasts.
start() — method, class net.user1.reactor.motion.PositionBroadcaster
Enables position-list broadcasts.
start() — method, class net.user1.reactor.ui.StatsPane
Activates the statistics pane.
StatsPane — class, package net.user1.reactor.ui
Provides an on-screen display of application and connection statistics for a Reactor application, including message count, bandwidth usage, memory, and framerate.
StatsPane() — Constructor, class net.user1.reactor.ui.StatsPane
stop() — method, class net.user1.reactor.motion.PointerPositionBroadcaster
Disables position-list broadcasts.
stop() — method, class net.user1.reactor.motion.PositionBroadcaster
Enables position-list broadcasts.
stop() — method, class net.user1.reactor.ui.StatsPane
Deactivates the statistics pane.
StringUtil — class, package net.user1.utils
SUBMIT — Constant Static Variable, class net.user1.reactor.ui.TextInputWindowEvent
Triggered when input in a TextInputWindow is submitted via the OK button or the Enter key.
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