Package flumotion :: Package admin :: Package gtk :: Module componentview :: Class SingleNodePlaceholder
[hide private]

Class SingleNodePlaceholder

source code

             object --+    
                      |    
            Placeholder --+
                          |
extern.log.log.Loggable --+
                          |
                         SingleNodePlaceholder

This is a placeholder containing a vbox

Instance Methods [hide private]
 
__init__(self, admingtk)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
getWidget(self) source code
 
removed(self)
Called when the placeholder is inactivated, eg detached from the parent
source code

Inherited from Placeholder: setDebugEnabled

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

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

Class Variables [hide private]
  logCategory = 'nodebook'
Implementors can provide a category to log their messages under.

Inherited from extern.log.log.Loggable: __implemented__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, admingtk)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Parameters:
Overrides: object.__init__

getWidget(self)

source code 
Overrides: Placeholder.getWidget

removed(self)

source code 

Called when the placeholder is inactivated, eg detached from the parent

Overrides: Placeholder.removed
(inherited documentation)