|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileOperationListener | |
|---|---|
| de.javasoft.io | |
| de.javasoft.plaf.synthetica.filechooser | |
| Uses of FileOperationListener in de.javasoft.io |
|---|
| Methods in de.javasoft.io with parameters of type FileOperationListener | |
|---|---|
static boolean |
FileUtils.copy(java.io.File source,
java.io.File destination,
boolean recursive,
boolean replaceAll,
boolean move,
FileOperationListener listener)
Copy a file or directory to the specified destination. |
static boolean |
FileUtils.copy(java.io.File source,
java.io.File destination,
boolean preserveTimestamp,
boolean move,
FileOperationListener listener)
Copy a single file to the specified destination. |
static boolean |
FileUtils.delete(java.io.File file,
boolean recursive,
FileOperationListener listener)
Copy a single file to the specified destination. |
static boolean |
FileUtils.determineProperties(FileProperties props,
java.io.File file,
boolean recursive,
FileOperationListener listener)
Determine file properties of the specified file or directory. |
| Uses of FileOperationListener in de.javasoft.plaf.synthetica.filechooser |
|---|
| Classes in de.javasoft.plaf.synthetica.filechooser that implement FileOperationListener | |
|---|---|
class |
FileOperationDialog
A file operation dialog. |
class |
FilePropertiesDialog
A file properties dialog, used to display file properties and giving the user an interface to abort the collect operation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||