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

Class CacheStatsAdminGtkNode

source code

        extern.log.log.Loggable --+        
                                  |        
base.baseadminnode.BaseAdminGtkNode --+    
                                      |    
                 StatisticsAdminGtkNode --+
                                          |
                                         CacheStatsAdminGtkNode

Instance Methods [hide private]
 
show(self) source code
 
hide(self) source code
 
_initWidgets(self, wtree) source code
 
stateSetitem(self, state, key, subkey, value)
Override me
source code
 
_refreshStats(self, state) source code
 
_defaultStats(self) source code

Inherited from StatisticsAdminGtkNode: __init__, haveWidgetTree, setStats

Inherited from base.baseadminnode.BaseAdminGtkNode: addMessage, callRemote, cleanup, createWidget, getWidget, gotUIState, loadGladeFile, render, setDebugEnabled, setUIState, stateAppend, stateDelitem, stateRemove, stateSet, 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]

_initWidgets(self, wtree)

source code 
Overrides: StatisticsAdminGtkNode._initWidgets

stateSetitem(self, state, key, subkey, value)

source code 

Override me

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

_refreshStats(self, state)

source code 
Overrides: StatisticsAdminGtkNode._refreshStats

_defaultStats(self)

source code 
Overrides: StatisticsAdminGtkNode._defaultStats

Class Variable Details [hide private]

gladeFile

hash(x)

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