Package schrodinger :: Package ui :: Module appframework :: Class ReadDialog
[hide private]
[frames] | no frames]

Class ReadDialog

Dialog allowing user to specify a file to read in. This dialog has some options which are covered in the DialogParameters class below.

Any keyword arguments (e.g., from the DialogParameters for 'read') passed to this class are passed to the askopenfilename used as a file browser/selector.

Instance Methods [hide private]
 
__init__(self, parent, **kwargs)
See class docstring.
 
dialog(self)
Pop up a file browser.
Method Details [hide private]

dialog(self)

 

Pop up a file browser. Returns the name of the file and also stores it in the parent JobParameters object as 'readfilename'.