Class wobzilla_dialogFactory

Object
   |
   +--wobzilla_dialogFactory

class wobzilla_dialogFactory

Use the dialogFactory to load dialog-files, create the dialog from the file-discription.


 
Method Summary
 function closeDialog(dialog)
           closes and destroys the dialog object
 function createDialog(dialogFile,titleText,openMethod,closeMethod,left,top,width,height)
           creates a new dialog.

Method Detail

closeDialog

function closeDialog(dialog)
closes and destroys the dialog object



createDialog

function createDialog(dialogFile,titleText,openMethod,closeMethod,left,top,width,height)
creates a new dialog.

Parameters:
closeMethod - this method is called when the dialog is closed

openMethod - this method is called when the dialog is visible

dialogFile - the path of the dialog file

Returns:
the new dialog object