Package gavo :: Package user :: Module plainui :: Class PlainUI
[frames] | no frames]

Class PlainUI

source code

                object --+            
                         |            
base.observer.ObserverBase --+        
                             |        
                 StingyPlainUI --+    
                                 |    
                 SemiStingyPlainUI --+
                                     |
                                    PlainUI

An Observer spitting out most info to the screen.

This is to configure the UI. Enable it by calling ``api.PlainUI(api.ui)``.

Instance Methods
 
announceNewSource(self, srcString) source code
 
announceSourceFinished(self, srcString) source code
 
announceSourceError(self, srcString) source code
 
announceShipout(self, noShipped) source code
 
announceIndexing(self, indexName) source code
 
announceScriptRunning(self, runner) source code
 
printInfo(self, message) source code

Inherited from SemiStingyPlainUI: printWarning

Inherited from StingyPlainUI: __init__, popIndent, printErrMsg, pushIndent, showMsg

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

Properties

Inherited from object: __class__

Method Details

announceNewSource(self, srcString)

source code 
Decorators:
  • @base.listensTo("NewSource")

announceSourceFinished(self, srcString)

source code 
Decorators:
  • @base.listensTo("SourceFinished")

announceSourceError(self, srcString)

source code 
Decorators:
  • @base.listensTo("SourceError")
Overrides: StingyPlainUI.announceSourceError

announceShipout(self, noShipped)

source code 
Decorators:
  • @base.listensTo("Shipout")

announceIndexing(self, indexName)

source code 
Decorators:
  • @base.listensTo("IndexCreation")

announceScriptRunning(self, runner)

source code 
Decorators:
  • @base.listensTo("ScriptRunning")

printInfo(self, message)

source code 
Decorators:
  • @base.listensTo("Info")