Uses of Class
krut.KRUT_GUI.SaveFileChooser

Packages that use SaveFileChooser
krut   
krut.KRUT_GUI   
krut.KRUT_Recording   
 

Uses of SaveFileChooser in krut
 

Fields in krut declared as SaveFileChooser
 SaveFileChooser Run_KRUT.saveQuery
          The interface to the user for changing the save files.
 

Uses of SaveFileChooser in krut.KRUT_GUI
 

Methods in krut.KRUT_GUI that return SaveFileChooser
 SaveFileChooser KrutSettings.getSaveFileChooser()
          Return the current SaveFileChooser of the KrutSettings window.
 

Uses of SaveFileChooser in krut.KRUT_Recording
 

Fields in krut.KRUT_Recording declared as SaveFileChooser
 SaveFileChooser Sampler.mySaveQuery
          It is necessary for the Sampler to have access to a SaveFileChooser, because the Sampler needs to use the getNextFile() method both in init() and in finished().
 SaveFileChooser ScreenGrabber.mySaveQuery
          It is necessary for the ScreenGrabber to have access to a SaveFileChooser, because the ScreenGrabber needs to use the getNextFile() method both in init() and in finished().