uic.widgets.filechooser
Interface FileSelectionListener
- All Known Implementing Classes: 
 - FileChooser, FileChooser.FileChooserPreviewPanel
 
public interface FileSelectionListener
 
fileAccepted
void fileAccepted(File selectedFile)
 
setSelectedFile
void setSelectedFile(File selectedFile)
- Select the current file from the view.
 Called on selection change in the view
 
 
setSelectedFiles
void setSelectedFiles(File[] selectedFiles)
 
fileSelectionChanged
void fileSelectionChanged(File file)
 
Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence