Interface FileOpenPicker

All Superinterfaces:
FilePicker, MultipleFileSelector
All Known Implementing Classes:
NativeFileOpenPicker, WebFileOpenPicker

public interface FileOpenPicker extends FilePicker, MultipleFileSelector
FilePicker interface extension for file open operations.
Author:
Besmir Beqiri
  • Method Details

    • create

      static FileOpenPicker create(javafx.scene.Node node)
      Creates a file picker. If the application is running in a browser via JPro server, then a web version of the file picker is returned. If the application is not running inside the browser than a desktop version is returned.
      Parameters:
      node - the associated node for this file picker
      Returns:
      a FileOpenPicker object.
      Throws:
      NullPointerException - if the node is null