Package | net.user1.reactor.ui |
Class | public class LoginWindow |
Inheritance | LoginWindow ![]() |
See also
Variable | Defined By | ||
---|---|---|---|
accountManager : AccountManager
The AccountManager object for this LoginWindow. | LoginWindow |
Method | Defined 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 |
accountManager | variable |
accountManager:AccountManager
Since : | ReactorGUI 1.0.0 |
The AccountManager object for this LoginWindow.
public function get accountManager():AccountManager
public function set accountManager(value:AccountManager):void
LoginWindow | () | Constructor |
public function LoginWindow()
Constructor
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.