Package AccessGrid :: Module Toolkit :: Class WXGUIApplication
[show private | hide private]
[frames | no frames]

Class WXGUIApplication

AppBase --+    
          |    
Application --+
              |
             WXGUIApplication


Method Summary
  __init__(self)
The application constructor that enforces the singleton pattern.
  Initialize(self, name, args)
This method sets up everything for reasonable execution.
    Inherited from Application
  instance()
The interface for getting the one true instance of this object. (Static method)
    Inherited from AppBase
  AddCmdLineOption(self, option)
  FindConfigFile(self, configFile)
Locate given file in configuration directories: first check user dir, then system dir; return None if not found
  GetCertificateManager(self)
  GetCertMgrUI(self)
  GetConfigFilename(self)
  GetDebugLevel(self)
  GetDefaultSubject(self)
  GetFileLogLevels(self)
Return the loggingLevels object for the current log file.
  GetGlobusConfig(self)
  GetHostname(self)
  GetLog(self)
Return a toolkit wide log.
  GetLogFilename(self)
  GetLogLevels(self)
Return the primary loggingLevels object.
  GetOption(self, arg)
  GetStreamLogLevels(self)
Return the loggingLevels object for the current output stream.
  GetToolkitConfig(self)
  GetUserConfig(self)
  ProcessArgs(self, args)
Process toolkit wide standard arguments.

Class Variable Summary
    Inherited from Application
CmdlineApplication theAppInstance = <AccessGrid.Toolkit.CmdlineApplication ...
    Inherited from AppBase
NoneType theInstance = None                                                                  

Instance Method Details

__init__(self)
(Constructor)

The application constructor that enforces the singleton pattern.
Overrides:
AccessGrid.Toolkit.Application.__init__ (inherited documentation)

Initialize(self, name=None, args=None)

This method sets up everything for reasonable execution. At the first sign of any problems it raises exceptions and exits.
Overrides:
AccessGrid.Toolkit.Application.Initialize (inherited documentation)

Generated by Epydoc 2.1 on Thu Apr 14 16:39:26 2005 http://epydoc.sf.net