public static interface DOM4JSerializer.ExportInteraction
| Modifier and Type | Method and Description |
|---|---|
boolean |
confirmOverwritingExistingFile(File file)
The file already exists.
|
File |
promptForFile(FileFilter fileFilter)
This is called when you should ask the user for a destination file of a save.
|
void |
reportError(String error)
Report an error that occurred.
|
File promptForFile(FileFilter fileFilter)
fileFilter - describes the allowed file type. Suitable for passing to JFileChooser.void reportError(String error)
error - the error message.boolean confirmOverwritingExistingFile(File file)
file - the file in questionCopyright © 2013. All rights reserved