FileContents |
PersistenceService.get(URL url) |
Returns a FileContents object representing the contents
of this file.
|
FileContents |
ExtendedService.openFile(File file) |
Allows the application to open the specified file, even if the
application is running in the untrusted execution environment.
|
FileContents |
FileOpenService.openFileDialog(String pathHint,
String[] extensions) |
Asks the user to choose a single file.
|
FileContents[] |
ExtendedService.openFiles(File[] files) |
Allows the application to open the specified files, even if the
application is running in the untrusted execution environment.
|
FileContents[] |
FileOpenService.openMultiFileDialog(String pathHint,
String[] extensions) |
Asks the user to choose one or more file.
|
FileContents |
FileSaveService.saveAsFileDialog(String pathHint,
String[] extensions,
FileContents contents) |
Asks the users to save a file.
|
FileContents |
FileSaveService.saveFileDialog(String pathHint,
String[] extensions,
InputStream stream,
String name) |
Asks the users to save a file.
|