Package flumotion :: Package component :: Package misc :: Package httpserver :: Module admin_gtk :: Class BrowserAdminGtkNode
[hide private]

Class BrowserAdminGtkNode

source code

        extern.log.log.Loggable --+    
                                  |    
base.baseadminnode.BaseAdminGtkNode --+
                                      |
                                     BrowserAdminGtkNode

Instance Methods [hide private]
 
__init__(self, state, admin, title=None) source code
 
haveWidgetTree(self)
I am called when the widget tree has been gotten from the glade file.
source code
 
setUIState(self, state)
Called by the BaseAdminGtk when it gets the UI state and the GUI is ready.
source code
 
_create_browser(self) source code
 
_configure_browser(self) source code
 
_on_realize(self, widget) source code
 
_on_file_selector__selected(self, browser, vfsFile) source code

Inherited from base.baseadminnode.BaseAdminGtkNode: addMessage, callRemote, cleanup, createWidget, getWidget, gotUIState, loadGladeFile, render, setDebugEnabled, stateAppend, stateDelitem, stateRemove, stateSet, stateSetitem, status_pop, status_push

Inherited from extern.log.log.Loggable: __providedBy__, __provides__, debug, doLog, error, info, log, logFunction, logObjectName, warning, warningFailure, writeMarker

Class Variables [hide private]
  gladeFile = os.path.join('flumotion', 'component', 'misc', 'ht...
hash(x)

Inherited from base.baseadminnode.BaseAdminGtkNode: gettextDomain, logCategory

Inherited from extern.log.log.Loggable: __implemented__

Instance Variables [hide private]

Inherited from base.baseadminnode.BaseAdminGtkNode: widget, wtree

Method Details [hide private]

__init__(self, state, admin, title=None)
(Constructor)

source code 
Parameters:
  • state - state of component this is a UI node for
  • admin - the admin model that interfaces with the manager for us
  • title - the (translated) title to show this node with
Overrides: base.baseadminnode.BaseAdminGtkNode.__init__
(inherited documentation)

haveWidgetTree(self)

source code 

I am called when the widget tree has been gotten from the glade file. Responsible for setting self.widget.

Override me to act on it.

Overrides: base.baseadminnode.BaseAdminGtkNode.haveWidgetTree
(inherited documentation)

setUIState(self, state)

source code 

Called by the BaseAdminGtk when it gets the UI state and the GUI is ready. Chain up if you provide your own implementation.

Overrides: base.baseadminnode.BaseAdminGtkNode.setUIState
(inherited documentation)

Class Variable Details [hide private]

gladeFile

hash(x)

Value:
os.path.join('flumotion', 'component', 'misc', 'httpserver', 'httpserv\
er.glade')