| Trees | Index | Help |
|---|
| Package flumotion :: Package component :: Package base :: Module admin_gtk :: Class BaseAdminGtk |
|
Loggable --+
|
BaseAdminGtk
| Method Summary | |
|---|---|
| |
callRemote(self,
methodName,
*args,
**kwargs)
| |
Get the value of the given property of the element with the given name. | |
Return a dict of admin UI nodes. | |
Override this method to be notified of component's properties that have changed. | |
propertyErrback(self,
failure,
window)
| |
Render the GTK+ admin view for this component and return the main widget for embedding. | |
Set the given property on the element with the given name. | |
setUIState(self,
state)
| |
setup(self,
*args,
**kwargs)
| |
stateAppend(self,
object,
key,
value)
| |
stateRemove(self,
object,
key,
value)
| |
stateSet(self,
object,
key,
value)
| |
uiStateChanged(self,
stateObject)
| |
| Inherited from Loggable | |
Log a debug message. | |
| dict |
Log a message at the given level, with the possibility of going higher up in the stack. |
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 | |
|---|---|
twisted.python.util.OrderedDict |
nodes: an ordered dict of name -> BaseAdminGtkNode |
| Class Variable Summary | |
|---|---|
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)
|
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.
|
getNodes(self)Return a dict of admin UI nodes. |
propertyChanged(self, name, value)Override this method to be notified of component's properties that have changed. I am meant to be overridden. |
render(self)Render the GTK+ admin view for this component and return the main widget for embedding. |
setElementProperty(self, elementName, propertyName, value)Set the given property on the element with the given name. |
| Instance Variable Details |
|---|
nodesan ordered dict of name ->BaseAdminGtkNode
|
| Class Variable Details |
|---|
logCategoryImplementors can provide a category to log their messages under.
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Fri May 18 09:35:51 2007 | http://epydoc.sf.net |