Package muntjac :: Package addon :: Package invient :: Package demo :: Module hello_plot :: Class HelloPlot
[hide private]
[frames] | no frames]

Class HelloPlot

source code

                      object --+        
                               |        
terminal.uri_handler.IUriHandler --+    
                                   |    
                      object --+   |    
                               |   |    
     terminal.terminal.ITerminal --+    
                                   |    
                      object --+   |    
                               |   |    
terminal.terminal.IErrorListener --+    
                                   |    
             application.Application --+
                                       |
                                      HelloPlot

Instance Methods [hide private]
 
init(self)
Init is invoked on application load (when a user accesses the application for the first time).
source code

Inherited from application.Application: __init__, addCallback, addListener, addResource, addWindow, close, getContext, getErrorHandler, getLocale, getLogoutURL, getMainWindow, getProperty, getPropertyNames, getRelativeLocation, getTheme, getURL, getUser, getVersion, getWindow, getWindows, handleURI, isRunning, removeCallback, removeListener, removeResource, removeWindow, setErrorHandler, setLocale, setLogoutURL, setMainWindow, setTheme, setUser, start, terminalError

Inherited from terminal.terminal.ITerminal: getDefaultTheme, getScreenHeight, getScreenWidth

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

Class Methods [hide private]

Inherited from application.Application: getSystemMessages

Class Variables [hide private]
Instance Variables [hide private]

Inherited from application.Application: theme

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

init(self)

source code 

Init is invoked on application load (when a user accesses the application for the first time).

Overrides: application.Application.init