Uses of Interface
javax.jnlp.FileContents
Packages that use FileContents
Package
Description
This package contains the classes that implement the standard services
defined by the JNLP specification.
-
Uses of FileContents in javax.jnlp
Methods in javax.jnlp that return FileContentsModifier and TypeMethodDescriptionOpen a file on the client' system and return its contents.FileOpenService.openFileDialog
(String pathHint, String[] extensions) Opens multiple files on the user's sytem and returns their contents as aFileContents
arrayFileOpenService.openMultiFileDialog
(String pathHint, String[] extensions) FileSaveService.saveAsFileDialog
(String pathHint, String[] extensions, FileContents contents) FileSaveService.saveFileDialog
(String pathHint, String[] extensions, InputStream stream, String name) Methods in javax.jnlp with parameters of type FileContentsModifier and TypeMethodDescriptionFileSaveService.saveAsFileDialog
(String pathHint, String[] extensions, FileContents contents) -
Uses of FileContents in net.sourceforge.jnlp.services
Methods in net.sourceforge.jnlp.services that return FileContentsModifier and TypeMethodDescription