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 FileContentsPersistenceService. get(java.net.URL url)FileContentsExtendedService. openFile(java.io.File file)Open a file on the client' system and return its contents.FileContentsFileOpenService. 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 aFileContentsarrayFileContents[]FileOpenService. openMultiFileDialog(java.lang.String pathHint, java.lang.String[] extensions)FileContentsFileSaveService. saveAsFileDialog(java.lang.String pathHint, java.lang.String[] extensions, FileContents contents)FileContentsFileSaveService. 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 FileContentsFileSaveService. 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 FileContentsXExtendedService. openFile(java.io.File file)FileContents[]XExtendedService. openFiles(java.io.File[] files)
-