Trees | Index | Help |
---|
Package flumotion :: Package component :: Package base :: Module admin_gtk :: Class BaseAdminGtkNode |
|
Loggable
--+
|
BaseAdminGtkNode
EffectAdminGtkNode
Method Summary | |
---|---|
| |
callRemote(self,
method_name,
*args,
**kwargs)
| |
Get the value of the given property of the element with the given name. | |
getWidget(self,
name)
| |
I am called when the widget tree has been gotten from the glade file. | |
Returns: a deferred returning the widget tree from the glade file. | |
I am meant to be overridden. | |
propertyErrback(self,
failure,
window)
| |
render(self,
*args,
**kwargs)
| |
Set the given property on the element with the given name. | |
status_pop(self,
mid)
| |
status_push(self,
str)
| |
Inherited from Loggable | |
Log a debug message. | |
Log an error. | |
Log an informational message. | |
Log a log message. | |
Overridable log function. | |
Overridable object name function. | |
Log a warning. | |
Log a warning about a Failure. |
Instance Variable Summary | |
---|---|
gtk.Widget |
widget : the main widget representing this node |
wtree : the widget tree representation for this node |
Class Variable Summary | |
---|---|
str |
gettext_domain = 'flumotion'
|
NoneType |
glade_file = None |
str |
logCategory : Implementors can provide a category to log their messages under. |
Inherited from Loggable | |
Implements |
__implemented__ = <implementedBy flumotion.common.log.Lo...
|
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
Method Details |
---|
__init__(self,
state,
admin,
title=None)
|
getElementProperty(self, elementName, propertyName)Get the value of the given property of the element with the given name. Returns:twisted.internet.defer.Deferred returning the
value.
|
haveWidgetTree(self)I am called when the widget tree has been gotten from the glade file. Override me to act on it. Returns:twisted.internet.defer.Deferred
|
loadGladeFile(self, gladeFile, domain='flumotion')Returns: a deferred returning the widget tree from the glade file. |
propertyChanged(self, name, value)I am meant to be overridden. |
setElementProperty(self, elementName, propertyName, value)Set the given property on the element with the given name. |
Instance Variable Details |
---|
widgetthe main widget representing this node
|
wtreethe widget tree representation for this node |
Class Variable Details |
---|
gettext_domain
|
glade_file
|
logCategoryImplementors can provide a category to log their messages under.
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Sun Oct 22 03:16:37 2006 | http://epydoc.sf.net |