pdk.Gui.Load ($Date: 2002/12/04 10:16:26 $)
index
pdk/Gui/Load.py

The pdk widget loader.

FOG 04.2001

 
Classes
            
WidgetLoader
ConditionalWidgetLoader
 
class WidgetLoader
     
Purpose:interface to the GUI loader services
Detail:retrieves the app-specific GUI configuration data from the XML database.

 
   Methods defined here:
load(self, widgetInfo)
 
class ConditionalWidgetLoader(WidgetLoader)
     
Purpose:adds conditional loading to WidgetLoader
Detail:"conditional loading" allows to prevent windows from being loaded if pre-defined runtime conditions are not met.

 
   Methods defined here:
load(self, widgetInfo)
registerLoadCondition(self, optionName, conditionF)
 
Author
            
$Author: gathmann $