Uses of Interface
javax.jnlp.FileContents
-
Packages that use FileContents Package Description javax.jnlp net.sourceforge.jnlp.services 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 FileContents Modifier and Type Method Description FileContents
PersistenceService. get(java.net.URL url)
FileContents
ExtendedService. openFile(java.io.File file)
Open a file on the client' system and return its contents.FileContents
FileOpenService. openFileDialog(java.lang.String pathHint, java.lang.String[] extensions)
FileContents[]
ExtendedService. openFiles(java.io.File[] files)
Opens multiple files on the user's sytem and returns their contents as aFileContents
arrayFileContents[]
FileOpenService. openMultiFileDialog(java.lang.String pathHint, java.lang.String[] extensions)
FileContents
FileSaveService. saveAsFileDialog(java.lang.String pathHint, java.lang.String[] extensions, FileContents contents)
FileContents
FileSaveService. saveFileDialog(java.lang.String pathHint, java.lang.String[] extensions, java.io.InputStream stream, java.lang.String name)
Methods in javax.jnlp with parameters of type FileContents Modifier and Type Method Description FileContents
FileSaveService. saveAsFileDialog(java.lang.String pathHint, java.lang.String[] extensions, FileContents contents)
-
Uses of FileContents in net.sourceforge.jnlp.services
Methods in net.sourceforge.jnlp.services that return FileContents Modifier and Type Method Description FileContents
XExtendedService. openFile(java.io.File file)
FileContents[]
XExtendedService. openFiles(java.io.File[] files)
-