Package conduit :: Module Web :: Class LoginWindow
[hide private]

Class LoginWindow

source code


The ConduitLogin object needs to be a singleton so that we only have one window with multiple tabs, and so we can guarentee that it runs in the GUI thread

Nested Classes [hide private]

Inherited from utils.Singleton.Singleton: __metaclass__

Instance Methods [hide private]
 
__init__(self) source code
 
_on_window_closed(self, *args) source code
 
_on_tab_close_clicked(self, button, url) source code
 
_on_open_uri(self, *args) source code
 
_delete_page(self, url) source code
 
_create_page(self, name, url, browserImplKlass) source code
 
_raise_page(self, url) source code
 
wait_for_login(self, name, url, **kwargs) source code