Uses of Class
org.htmlunit.javascript.host.file.File
Packages that use File
Package
Description
Implementations of the various JavaScript objects from the HTML Drag and Drop API.
Implementations of the File JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of File in org.htmlunit.javascript.host.draganddrop
Methods in org.htmlunit.javascript.host.draganddrop that return FileMethods in org.htmlunit.javascript.host.draganddrop with parameters of type FileModifier and TypeMethodDescriptionstatic DataTransferItemDataTransferItem.buildFileItem(File file) -
Uses of File in org.htmlunit.javascript.host.file
Methods in org.htmlunit.javascript.host.file that return FileModifier and TypeMethodDescriptionFileList.item(int index) Returns aFileobject representing the file at the specified index in the file list.Method parameters in org.htmlunit.javascript.host.file with type arguments of type FileModifier and TypeMethodDescriptionvoidFileList.updateFiles(ArrayList<File> files) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. Update the backing file array.