Module Dialogs :: Class FileChooser
[hide private]
[frames] | no frames]

Class FileChooser

source code

   Task.Task --+        
               |        
      View.Layer --+    
                   |    
View.BackgroundLayer --+
                       |
   Input.KeyListener --+
                       |
                      FileChooser

File choosing layer.

Instance Methods [hide private]
 
__init__(self, engine, masks, path, prompt='') source code
 
_getFileCallback(self, fileName) source code
 
_getFileText(self, fileName) source code
 
getFiles(self) source code
 
updateFiles(self) source code
 
chooseFile(self, fileName) source code
 
cancel(self) source code
 
close(self) source code
 
shown(self) source code
 
getSelectedFile(self) source code
 
run(self, ticks) source code
 
render(self, visibility, topMost) source code

Inherited from View.BackgroundLayer: isBackgroundLayer

Inherited from View.Layer: hidden

Inherited from Task.Task: started, stopped

Inherited from Input.KeyListener: keyPressed, keyReleased

Method Details [hide private]

__init__(self, engine, masks, path, prompt='')
(Constructor)

source code 
Overrides: Task.Task.__init__

shown(self)

source code 
Overrides: View.Layer.shown

run(self, ticks)

source code 
Overrides: View.Layer.run

render(self, visibility, topMost)

source code 
Overrides: View.Layer.render