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

type NotebookPlaceholder

source code

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

This is a placeholder containing a notebook with tabs

Instance Methods [hide private]
 
__init__(self, admingtk) source code
 
getWidget(self) source code
 
removed(self)
Called when the placeholder is inactivated, eg detached from the parent
source code
 
setDebugEnabled(self, enabled)
Set if debug should be enabled.
source code
 
_renderWidget(self, widget, table) source code
 
_addPage(self, name) source code
 
_appendPages(self) source code
 
_getTitleLabel(self, node, name) source code

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__

Method Details [hide private]

__init__(self, admingtk)
(Constructor)

source code 
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)

setDebugEnabled(self, enabled)

source code 

Set if debug should be enabled. Not all pages are visible unless debugging is set to true

Parameters:
  • enable - if debug should be enabled
Overrides: Placeholder.setDebugEnabled
(inherited documentation)