Packagenet.user1.reactor.ui
Classpublic class LoginWindow
InheritanceLoginWindow Inheritance mx.containers.TitleWindow

A popup window containing a login interface.

See also

LoginPane


Public Variables
 VariableDefined By
  accountManager : AccountManager
The AccountManager object for this LoginWindow.
LoginWindow
Public Methods
 MethodDefined By
  
Constructor
LoginWindow
  
close():void
Closes this popup window.
LoginWindow
  
dispose():void
Disposes of the resources used by this object, preparing it for garbage collection.
LoginWindow
Variable Descriptions
accountManagervariable
accountManager:AccountManager

Since : ReactorGUI 1.0.0

The AccountManager object for this LoginWindow.


Implementation
    public function get accountManager():AccountManager
    public function set accountManager(value:AccountManager):void
Constructor Description
LoginWindow()Constructor
public function LoginWindow()

Constructor

Method Descriptions
close()method
public function close():void

Since : ReactorGUI 1.0.0

Closes this popup window.

dispose()method 
public function dispose():void

Since : ReactorGUI 1.0.0

Disposes of the resources used by this object, preparing it for garbage collection.