Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addEventHandler(Node, EventType<T>, EventHandler<? super T>) - Static method in interface one.jpro.platform.file.util.NodeUtils
-
Adds an event handler to the specified node for the given event type.
- allowDirectory() - Method in record class one.jpro.platform.file.ExtensionFilter
-
Returns the value of the
allowDirectoryrecord component. - ANY - Static variable in class one.jpro.platform.file.event.FileDragEvent
-
Common supertype for all file drag event types.
- ANY - Static variable in class one.jpro.platform.file.event.FileEvent
-
Common supertype for all file event types.
- ANY - Static variable in record class one.jpro.platform.file.ExtensionFilter
B
- buildEventDispatchChain(EventDispatchChain) - Method in class one.jpro.platform.file.dropper.NativeFileDropper
- buildEventDispatchChain(EventDispatchChain) - Method in class one.jpro.platform.file.dropper.WebFileDropper
C
- clearData() - Method in class one.jpro.platform.file.event.DataTransfer
- create(Node) - Static method in interface one.jpro.platform.file.dropper.FileDropper
-
Creates a file dropper.
- create(Node) - Static method in interface one.jpro.platform.file.picker.FileOpenPicker
-
Creates a file picker.
- create(Node) - Static method in interface one.jpro.platform.file.picker.FileSavePicker
-
Creates a new instance of
FileSavePickerassociated with the specifiedNode. - createTempFile(Path, String, String) - Static method in class one.jpro.platform.file.FileStorage
-
Creates a temporary file in the specified directory with the provided file name and type.
D
- DataTransfer - Class in one.jpro.platform.file.event
-
Data transfer class.
- DataTransfer() - Constructor for class one.jpro.platform.file.event.DataTransfer
- description() - Method in record class one.jpro.platform.file.ExtensionFilter
-
Returns the value of the
descriptionrecord component. - DIRECTORY - Static variable in record class one.jpro.platform.file.ExtensionFilter
- download(Stage, File, String, String, Function<File, CompletableFuture<Void>>) - Static method in interface one.jpro.platform.file.util.SaveUtils
-
Downloads a file with the given name and type using the provided save function.
- download(Stage, String, String, Function<File, CompletableFuture<Void>>) - Static method in interface one.jpro.platform.file.util.SaveUtils
-
Downloads a file with the given name and type using the provided save function.
E
- equals(Object) - Method in record class one.jpro.platform.file.ExtensionFilter
-
Indicates whether some other object is "equal to" this one.
- EVENT_HANDLER_KEY - Static variable in interface one.jpro.platform.file.util.NodeUtils
- ExtensionFilter - Record Class in one.jpro.platform.file
-
Creates an
ExtensionFilterwith the specified description and the file name extensions. - ExtensionFilter(String, boolean, List<String>) - Constructor for record class one.jpro.platform.file.ExtensionFilter
-
Compact constructor for
ExtensionFilter. - ExtensionFilter(String, String...) - Constructor for record class one.jpro.platform.file.ExtensionFilter
-
Constructor for
ExtensionFilterwith a single extension. - extensionFilterProperty() - Method in class one.jpro.platform.file.dropper.NativeFileDropper
- extensionFilterProperty() - Method in class one.jpro.platform.file.dropper.WebFileDropper
- extensionFilterProperty() - Method in interface one.jpro.platform.file.dropper.FileDropper
-
Defines the property for the extension filter.
- extensions() - Method in record class one.jpro.platform.file.ExtensionFilter
-
Returns the value of the
extensionsrecord component.
F
- FILE - Static variable in class one.jpro.platform.file.event.DataTransfer
-
Represents a single File.
- FILE_DRAG_ENTERED - Static variable in class one.jpro.platform.file.event.FileDragEvent
-
This event occurs when file drag gesture enters a node.
- FILE_DRAG_EXITED - Static variable in class one.jpro.platform.file.event.FileDragEvent
-
This event occurs when drag gesture exits a node.
- FILE_SOURCES - Static variable in class one.jpro.platform.file.event.DataTransfer
-
Represents a List of File sources.
- FileDragEvent - Class in one.jpro.platform.file.event
-
File drag event.
- FileDragEvent(Object, EventTarget, EventType<FileDragEvent>) - Constructor for class one.jpro.platform.file.event.FileDragEvent
-
Creates a new instance of the
FileDragEventclass. - FileDropper - Interface in one.jpro.platform.file.dropper
-
This interface represents a file dropper that allows users to select and drop files.
- FileEvent - Class in one.jpro.platform.file.event
-
File event.
- FileEvent(Object, EventTarget, EventType<? extends FileEvent>) - Constructor for class one.jpro.platform.file.event.FileEvent
-
Creates a new instance of the
FileEventwith the specified event source, target and type. - FileOpenPicker - Interface in one.jpro.platform.file.picker
-
FilePickerinterface extension for file open operations. - FilePicker - Interface in one.jpro.platform.file.picker
-
A file picker interface for selecting and interacting with files.
- FILES - Static variable in class one.jpro.platform.file.event.DataTransfer
-
Represents a List of Files.
- FileSavePicker - Interface in one.jpro.platform.file.picker
-
Interface for a file save picker component that allows users to select a file destination for saving.
- filesDragOverProperty() - Method in interface one.jpro.platform.file.dropper.FileDropper
-
Defines the property for the files drag over state.
- filesDragOverProperty() - Method in class one.jpro.platform.file.dropper.NativeFileDropper
- filesDragOverProperty() - Method in class one.jpro.platform.file.dropper.WebFileDropper
- FileSource - Class in one.jpro.platform.file
-
Represents an abstract source for file operations, offering a unified interface for interacting with files that may originate from different platforms or locations (e.g., local file system, web-based storage).
- FileSource(Object) - Constructor for class one.jpro.platform.file.FileSource
-
Constructor to initialize the FileSource.
- FileStorage - Class in one.jpro.platform.file
-
Utility class for file storage operations.
- fromJavaFXExtensionFilter(FileChooser.ExtensionFilter) - Static method in record class one.jpro.platform.file.ExtensionFilter
-
Converts a JavaFX
FileChooser.ExtensionFilterto anExtensionFilter.
G
- getData(DataFormat) - Method in class one.jpro.platform.file.event.DataTransfer
- getDataTransfer() - Method in class one.jpro.platform.file.event.FileEvent
-
Returns the data transfer instance associated with this event.
- getEventType() - Method in class one.jpro.platform.file.event.FileDragEvent
- getEventType() - Method in class one.jpro.platform.file.event.FileEvent
- getExtensionFilter() - Method in class one.jpro.platform.file.dropper.NativeFileDropper
- getExtensionFilter() - Method in class one.jpro.platform.file.dropper.WebFileDropper
- getExtensionFilter() - Method in interface one.jpro.platform.file.dropper.FileDropper
-
Gets the extension filter which is currently used.
- getExtensionFilters() - Method in class one.jpro.platform.file.picker.NativeFileOpenPicker
- getExtensionFilters() - Method in class one.jpro.platform.file.picker.NativeFileSavePicker
- getExtensionFilters() - Method in class one.jpro.platform.file.picker.WebFileOpenPicker
- getExtensionFilters() - Method in class one.jpro.platform.file.picker.WebFileSavePicker
- getExtensionFilters() - Method in interface one.jpro.platform.file.picker.FilePicker
-
Gets the extension filters used in the displayed file dialog.
- getFile() - Method in class one.jpro.platform.file.event.DataTransfer
-
Gets the
Filewhich had previously been registered. - getFiles() - Method in class one.jpro.platform.file.event.DataTransfer
-
Gets the List of
Filewhich had previously been registered. - getFilesDragOverTypes() - Method in class one.jpro.platform.file.dropper.WebFileDropper
-
Returns the MIME types of the files which are currently dragged above the node.
- getFileSources() - Method in class one.jpro.platform.file.event.DataTransfer
-
Gets the List of
FileSourcewhich had previously been registered. - getInitialDirectory() - Method in class one.jpro.platform.file.picker.NativeFileOpenPicker
- getInitialDirectory() - Method in class one.jpro.platform.file.picker.NativeFileSavePicker
- getInitialDirectory() - Method in class one.jpro.platform.file.picker.WebFileOpenPicker
- getInitialDirectory() - Method in class one.jpro.platform.file.picker.WebFileSavePicker
- getInitialDirectory() - Method in interface one.jpro.platform.file.picker.FilePicker
-
The initial directory for the displayed file dialog.
- getInitialFileName() - Method in class one.jpro.platform.file.picker.NativeFileOpenPicker
- getInitialFileName() - Method in class one.jpro.platform.file.picker.NativeFileSavePicker
- getInitialFileName() - Method in class one.jpro.platform.file.picker.WebFileOpenPicker
- getInitialFileName() - Method in class one.jpro.platform.file.picker.WebFileSavePicker
- getInitialFileName() - Method in interface one.jpro.platform.file.picker.FilePicker
-
The initial file name for the displayed dialog.
- getMimeTypes() - Method in class one.jpro.platform.file.event.DataTransfer
-
Gets the List of MIME types as strings which had previously been registered.
- getName() - Method in class one.jpro.platform.file.FileSource
-
Returns the name of the file.
- getNode() - Method in class one.jpro.platform.file.dropper.NativeFileDropper
- getNode() - Method in class one.jpro.platform.file.dropper.WebFileDropper
- getNode() - Method in interface one.jpro.platform.file.dropper.FileDropper
-
Returns the target node for this file dropper.
- getNode() - Method in class one.jpro.platform.file.picker.NativeFileOpenPicker
- getNode() - Method in class one.jpro.platform.file.picker.NativeFileSavePicker
- getNode() - Method in class one.jpro.platform.file.picker.WebFileOpenPicker
- getNode() - Method in class one.jpro.platform.file.picker.WebFileSavePicker
- getNode() - Method in interface one.jpro.platform.file.picker.FilePicker
-
Returns the associated node for this file picker.
- getOnDragEntered() - Method in class one.jpro.platform.file.dropper.NativeFileDropper
- getOnDragEntered() - Method in class one.jpro.platform.file.dropper.WebFileDropper
- getOnDragEntered() - Method in interface one.jpro.platform.file.dropper.FileDropper
-
Retrieves the event handler to be called when file dragging gesture enters the target node.
- getOnDragExited() - Method in class one.jpro.platform.file.dropper.NativeFileDropper
- getOnDragExited() - Method in class one.jpro.platform.file.dropper.WebFileDropper
- getOnDragExited() - Method in interface one.jpro.platform.file.dropper.FileDropper
-
Retrieves the event handler to be called when file dragging gesture exits the target node.
- getOnFileSelected() - Method in class one.jpro.platform.file.picker.NativeFileSavePicker
- getOnFileSelected() - Method in class one.jpro.platform.file.picker.WebFileSavePicker
- getOnFileSelected() - Method in interface one.jpro.platform.file.picker.FileSavePicker
-
Gets the handler function that is called when the user selects a file to save.
- getOnFilesSelected() - Method in class one.jpro.platform.file.dropper.NativeFileDropper
- getOnFilesSelected() - Method in class one.jpro.platform.file.dropper.WebFileDropper
- getOnFilesSelected() - Method in interface one.jpro.platform.file.MultipleFileSelector
-
Gets the handler to be called when the user selects files.
- getOnFilesSelected() - Method in class one.jpro.platform.file.picker.NativeFileOpenPicker
- getOnFilesSelected() - Method in class one.jpro.platform.file.picker.WebFileOpenPicker
- getPlatformFile() - Method in class one.jpro.platform.file.FileSource
-
Returns the platform-specific file object.
- getPlatformFile() - Method in class one.jpro.platform.file.NativeFileSource
- getPlatformFile() - Method in class one.jpro.platform.file.WebFileSource
- getProgress() - Method in class one.jpro.platform.file.FileSource
-
Gets the current upload progress.
- getProgress() - Method in class one.jpro.platform.file.NativeFileSource
-
Gets the value of the
progressproperty. - getProgress() - Method in class one.jpro.platform.file.WebFileSource
-
Gets the value of the
progressproperty. - getPropertyValue(Node, K, V) - Static method in interface one.jpro.platform.file.util.NodeUtils
-
Retrieves the value of a property associated with the given key from a node.
- getSelectedExtensionFilter() - Method in class one.jpro.platform.file.picker.NativeFileOpenPicker
- getSelectedExtensionFilter() - Method in class one.jpro.platform.file.picker.NativeFileSavePicker
- getSelectedExtensionFilter() - Method in class one.jpro.platform.file.picker.WebFileOpenPicker
- getSelectedExtensionFilter() - Method in class one.jpro.platform.file.picker.WebFileSavePicker
- getSelectedExtensionFilter() - Method in interface one.jpro.platform.file.picker.FilePicker
-
Gets the extension filter which is currently selected in the displayed file dialog.
- getSelectionMode() - Method in class one.jpro.platform.file.dropper.NativeFileDropper
- getSelectionMode() - Method in class one.jpro.platform.file.dropper.WebFileDropper
- getSelectionMode() - Method in interface one.jpro.platform.file.MultipleFileSelector
-
Returns the selection mode.
- getSelectionMode() - Method in class one.jpro.platform.file.picker.NativeFileOpenPicker
- getSelectionMode() - Method in class one.jpro.platform.file.picker.WebFileOpenPicker
- getSize() - Method in class one.jpro.platform.file.FileSource
-
Returns the size of the file.
- getTempDirectory() - Method in class one.jpro.platform.file.picker.WebFileSavePicker
-
Returns the temporary directory.
- getTitle() - Method in class one.jpro.platform.file.picker.NativeFileOpenPicker
- getTitle() - Method in class one.jpro.platform.file.picker.NativeFileSavePicker
- getTitle() - Method in class one.jpro.platform.file.picker.WebFileOpenPicker
- getTitle() - Method in class one.jpro.platform.file.picker.WebFileSavePicker
- getTitle() - Method in interface one.jpro.platform.file.picker.FilePicker
-
Gets the title of the displayed file dialog.
- getUploadedFile() - Method in class one.jpro.platform.file.FileSource
-
Retrieves the File object representing the uploaded file.
- getUploadedFile() - Method in class one.jpro.platform.file.NativeFileSource
-
Gets the value of the
uploadedFileproperty. - getUploadedFile() - Method in class one.jpro.platform.file.WebFileSource
-
Gets the value of the
uploadedFileproperty.
H
- hasData(DataFormat) - Method in class one.jpro.platform.file.event.DataTransfer
-
Tests whether there is any data of the given DataFormat type.
- hasFile() - Method in class one.jpro.platform.file.event.DataTransfer
-
Gets whether a
Filehas been registered as data. - hasFiles() - Method in class one.jpro.platform.file.event.DataTransfer
-
Gets whether a List of Files has been registered as data.
- hasFileSources() - Method in class one.jpro.platform.file.event.DataTransfer
-
Gets whether a List of
FileSourcehas been registered as data. - hashCode() - Method in record class one.jpro.platform.file.ExtensionFilter
-
Returns a hash code value for this object.
- hasMimeTypes() - Method in class one.jpro.platform.file.event.DataTransfer
-
Gets whether a List of MIME types as strings has been registered as data.
I
- initialDirectoryProperty() - Method in class one.jpro.platform.file.picker.NativeFileOpenPicker
- initialDirectoryProperty() - Method in class one.jpro.platform.file.picker.NativeFileSavePicker
- initialDirectoryProperty() - Method in class one.jpro.platform.file.picker.WebFileOpenPicker
- initialDirectoryProperty() - Method in class one.jpro.platform.file.picker.WebFileSavePicker
- initialDirectoryProperty() - Method in interface one.jpro.platform.file.picker.FilePicker
-
Defines the initial directory for the displayed file dialog.
- initialFileNameProperty() - Method in class one.jpro.platform.file.picker.NativeFileOpenPicker
- initialFileNameProperty() - Method in class one.jpro.platform.file.picker.NativeFileSavePicker
- initialFileNameProperty() - Method in class one.jpro.platform.file.picker.WebFileOpenPicker
- initialFileNameProperty() - Method in class one.jpro.platform.file.picker.WebFileSavePicker
- initialFileNameProperty() - Method in interface one.jpro.platform.file.picker.FilePicker
-
The initial file name for the displayed dialog.
- isFilesDragOver() - Method in interface one.jpro.platform.file.dropper.FileDropper
-
Returns a boolean value indicating if files are currently being dragged over the target node.
- isFilesDragOver() - Method in class one.jpro.platform.file.dropper.NativeFileDropper
-
Gets the value of the
filesDragOverproperty. - isFilesDragOver() - Method in class one.jpro.platform.file.dropper.WebFileDropper
-
Gets the value of the
filesDragOverproperty.
J
- JPRO_TMP_DIR - Static variable in class one.jpro.platform.file.FileStorage
-
The directory path to store temporary files.
M
- MIME_TYPES - Static variable in class one.jpro.platform.file.event.DataTransfer
-
Represents a List of MIME types.
- MULTI_FILE_UPLOADER_KEY - Static variable in interface one.jpro.platform.file.util.NodeUtils
- MultipleFileSelector - Interface in one.jpro.platform.file
-
Multiple file selector interface.
N
- nameProperty() - Method in class one.jpro.platform.file.FileSource
-
Returns the name property of the file.
- NativeFileDropper - Class in one.jpro.platform.file.dropper
-
Represents a
FileDropperimplementation for JavaFX desktop/mobile applications. - NativeFileDropper(Node) - Constructor for class one.jpro.platform.file.dropper.NativeFileDropper
- NativeFileOpenPicker - Class in one.jpro.platform.file.picker
-
Represents a
FileOpenPickerimplementation for JavaFX desktop/mobile applications. - NativeFileOpenPicker(Node) - Constructor for class one.jpro.platform.file.picker.NativeFileOpenPicker
-
Initializes a new instance associated with the specified node.
- NativeFileSavePicker - Class in one.jpro.platform.file.picker
-
Represents a
FileSavePickerimplementation for JavaFX desktop/mobile applications. - NativeFileSavePicker(Node) - Constructor for class one.jpro.platform.file.picker.NativeFileSavePicker
-
Constructs a new
NativeFileSavePickerassociated with the given JavaFX node. - NativeFileSource - Class in one.jpro.platform.file
-
Java file source.
- NativeFileSource(File) - Constructor for class one.jpro.platform.file.NativeFileSource
- NodeUtils - Interface in one.jpro.platform.file.util
-
Utility class for working with nodes.
O
- of(String, boolean, String...) - Static method in record class one.jpro.platform.file.ExtensionFilter
-
Creates an
ExtensionFilterwith the specified description and the file name extensions. - of(String, String...) - Static method in record class one.jpro.platform.file.ExtensionFilter
-
Creates an
ExtensionFilterwith the specified description and the file name extensions. - onDragEnteredProperty() - Method in class one.jpro.platform.file.dropper.NativeFileDropper
- onDragEnteredProperty() - Method in class one.jpro.platform.file.dropper.WebFileDropper
- onDragEnteredProperty() - Method in interface one.jpro.platform.file.dropper.FileDropper
-
Event handler invoked when file dragging gesture enters the target node.
- onDragExitedProperty() - Method in class one.jpro.platform.file.dropper.NativeFileDropper
- onDragExitedProperty() - Method in class one.jpro.platform.file.dropper.WebFileDropper
- onDragExitedProperty() - Method in interface one.jpro.platform.file.dropper.FileDropper
-
Event handler invoked when file dragging gesture exits the target node.
- one.jpro.platform.file - module one.jpro.platform.file
-
Module descriptor for JPro File module.
- one.jpro.platform.file - package one.jpro.platform.file
- one.jpro.platform.file.dropper - package one.jpro.platform.file.dropper
- one.jpro.platform.file.event - package one.jpro.platform.file.event
- one.jpro.platform.file.picker - package one.jpro.platform.file.picker
- one.jpro.platform.file.util - package one.jpro.platform.file.util
- onFileSelectedProperty() - Method in class one.jpro.platform.file.picker.NativeFileSavePicker
- onFileSelectedProperty() - Method in class one.jpro.platform.file.picker.WebFileSavePicker
- onFileSelectedProperty() - Method in interface one.jpro.platform.file.picker.FileSavePicker
-
Returns the property representing the handler function that is called when the user selects a file.
- onFilesSelectedProperty() - Method in class one.jpro.platform.file.dropper.NativeFileDropper
- onFilesSelectedProperty() - Method in class one.jpro.platform.file.dropper.WebFileDropper
- onFilesSelectedProperty() - Method in interface one.jpro.platform.file.MultipleFileSelector
-
Defines the handler to be called when the user selects files.
- onFilesSelectedProperty() - Method in class one.jpro.platform.file.picker.NativeFileOpenPicker
- onFilesSelectedProperty() - Method in class one.jpro.platform.file.picker.WebFileOpenPicker
P
- progressProperty() - Method in class one.jpro.platform.file.FileSource
-
Returns a read-only double property representing the current upload progress.
- progressProperty() - Method in class one.jpro.platform.file.NativeFileSource
- progressProperty() - Method in class one.jpro.platform.file.WebFileSource
- putData(DataFormat, Object) - Method in class one.jpro.platform.file.event.DataTransfer
S
- save(File, String, Function<File, CompletableFuture<File>>) - Static method in interface one.jpro.platform.file.util.SaveUtils
-
Saves a file using the provided save function.
- saveAs(Stage, String, String, Function<File, CompletableFuture<File>>) - Static method in interface one.jpro.platform.file.util.SaveUtils
-
Saves a file with the given name and type using the provided save function.
- SaveUtils - Interface in one.jpro.platform.file.util
-
Provides utility methods for saving and downloading files.
- selectedExtensionFilterProperty() - Method in class one.jpro.platform.file.picker.NativeFileOpenPicker
- selectedExtensionFilterProperty() - Method in class one.jpro.platform.file.picker.NativeFileSavePicker
- selectedExtensionFilterProperty() - Method in class one.jpro.platform.file.picker.WebFileOpenPicker
- selectedExtensionFilterProperty() - Method in class one.jpro.platform.file.picker.WebFileSavePicker
- selectedExtensionFilterProperty() - Method in interface one.jpro.platform.file.picker.FilePicker
-
This property is used to pre-select the extension filter for the next displayed dialog and to read the user-selected extension filter from the dismissed dialog.
- selectionModeProperty() - Method in class one.jpro.platform.file.dropper.NativeFileDropper
- selectionModeProperty() - Method in class one.jpro.platform.file.dropper.WebFileDropper
- selectionModeProperty() - Method in interface one.jpro.platform.file.MultipleFileSelector
-
Defines the selection mode.
- selectionModeProperty() - Method in class one.jpro.platform.file.picker.NativeFileOpenPicker
- selectionModeProperty() - Method in class one.jpro.platform.file.picker.WebFileOpenPicker
- setData(Map<DataFormat, Object>) - Method in class one.jpro.platform.file.event.DataTransfer
- setExtensionFilter(ExtensionFilter) - Method in class one.jpro.platform.file.dropper.NativeFileDropper
- setExtensionFilter(ExtensionFilter) - Method in class one.jpro.platform.file.dropper.WebFileDropper
- setExtensionFilter(ExtensionFilter) - Method in interface one.jpro.platform.file.dropper.FileDropper
-
Sets the extension filter which is currently used.
- setInitialDirectory(File) - Method in class one.jpro.platform.file.picker.NativeFileOpenPicker
- setInitialDirectory(File) - Method in class one.jpro.platform.file.picker.NativeFileSavePicker
- setInitialDirectory(File) - Method in class one.jpro.platform.file.picker.WebFileOpenPicker
- setInitialDirectory(File) - Method in class one.jpro.platform.file.picker.WebFileSavePicker
- setInitialDirectory(File) - Method in interface one.jpro.platform.file.picker.FilePicker
-
Sets the initial directory for the displayed file dialog.
- setInitialFileName(String) - Method in class one.jpro.platform.file.picker.NativeFileOpenPicker
- setInitialFileName(String) - Method in class one.jpro.platform.file.picker.NativeFileSavePicker
- setInitialFileName(String) - Method in class one.jpro.platform.file.picker.WebFileOpenPicker
- setInitialFileName(String) - Method in class one.jpro.platform.file.picker.WebFileSavePicker
- setInitialFileName(String) - Method in interface one.jpro.platform.file.picker.FilePicker
-
Sets the initial file name for the displayed dialog.
- setOnDragEntered(EventHandler<FileDragEvent>) - Method in class one.jpro.platform.file.dropper.NativeFileDropper
- setOnDragEntered(EventHandler<FileDragEvent>) - Method in class one.jpro.platform.file.dropper.WebFileDropper
- setOnDragEntered(EventHandler<FileDragEvent>) - Method in interface one.jpro.platform.file.dropper.FileDropper
-
Sets the event handler to be called when file dragging gesture enters the target node.
- setOnDragExited(EventHandler<FileDragEvent>) - Method in class one.jpro.platform.file.dropper.NativeFileDropper
- setOnDragExited(EventHandler<FileDragEvent>) - Method in class one.jpro.platform.file.dropper.WebFileDropper
- setOnDragExited(EventHandler<FileDragEvent>) - Method in interface one.jpro.platform.file.dropper.FileDropper
-
Sets the event handler to be called when file dragging gesture enters the target node.
- setOnFileSelected(Function<File, CompletableFuture<Void>>) - Method in class one.jpro.platform.file.picker.NativeFileSavePicker
- setOnFileSelected(Function<File, CompletableFuture<Void>>) - Method in class one.jpro.platform.file.picker.WebFileSavePicker
- setOnFileSelected(Function<File, CompletableFuture<Void>>) - Method in interface one.jpro.platform.file.picker.FileSavePicker
-
Sets the handler function to be called when the user selects a file to save.
- setOnFilesSelected(Consumer<List<? extends FileSource>>) - Method in class one.jpro.platform.file.dropper.NativeFileDropper
- setOnFilesSelected(Consumer<List<? extends FileSource>>) - Method in class one.jpro.platform.file.dropper.WebFileDropper
- setOnFilesSelected(Consumer<List<? extends FileSource>>) - Method in interface one.jpro.platform.file.MultipleFileSelector
-
Sets the handler to be called when the user selects files.
- setOnFilesSelected(Consumer<List<? extends FileSource>>) - Method in class one.jpro.platform.file.picker.NativeFileOpenPicker
- setOnFilesSelected(Consumer<List<? extends FileSource>>) - Method in class one.jpro.platform.file.picker.WebFileOpenPicker
- setSelectedExtensionFilter(ExtensionFilter) - Method in class one.jpro.platform.file.picker.NativeFileOpenPicker
- setSelectedExtensionFilter(ExtensionFilter) - Method in class one.jpro.platform.file.picker.NativeFileSavePicker
- setSelectedExtensionFilter(ExtensionFilter) - Method in class one.jpro.platform.file.picker.WebFileOpenPicker
- setSelectedExtensionFilter(ExtensionFilter) - Method in class one.jpro.platform.file.picker.WebFileSavePicker
- setSelectedExtensionFilter(ExtensionFilter) - Method in interface one.jpro.platform.file.picker.FilePicker
-
Sets the extension filter which is currently selected in the displayed file dialog.
- setSelectionMode(SelectionMode) - Method in class one.jpro.platform.file.dropper.NativeFileDropper
- setSelectionMode(SelectionMode) - Method in class one.jpro.platform.file.dropper.WebFileDropper
- setSelectionMode(SelectionMode) - Method in interface one.jpro.platform.file.MultipleFileSelector
-
Sets the selection mode.
- setSelectionMode(SelectionMode) - Method in class one.jpro.platform.file.picker.NativeFileOpenPicker
- setSelectionMode(SelectionMode) - Method in class one.jpro.platform.file.picker.WebFileOpenPicker
- setTempDirectory(File) - Method in class one.jpro.platform.file.picker.WebFileSavePicker
-
Sets the temporary directory.
- setTitle(String) - Method in class one.jpro.platform.file.picker.NativeFileOpenPicker
- setTitle(String) - Method in class one.jpro.platform.file.picker.NativeFileSavePicker
- setTitle(String) - Method in class one.jpro.platform.file.picker.WebFileOpenPicker
- setTitle(String) - Method in class one.jpro.platform.file.picker.WebFileSavePicker
- setTitle(String) - Method in interface one.jpro.platform.file.picker.FilePicker
-
Sets the title of the displayed file dialog.
- sizeProperty() - Method in class one.jpro.platform.file.FileSource
-
Returns the size property of the file.
T
- tempDirectoryProperty() - Method in class one.jpro.platform.file.picker.WebFileSavePicker
-
Retrieves the property that represents the temporary directory where the files will be saved before offered for downloading.
- titleProperty() - Method in class one.jpro.platform.file.picker.NativeFileOpenPicker
- titleProperty() - Method in class one.jpro.platform.file.picker.NativeFileSavePicker
- titleProperty() - Method in class one.jpro.platform.file.picker.WebFileOpenPicker
- titleProperty() - Method in class one.jpro.platform.file.picker.WebFileSavePicker
- titleProperty() - Method in interface one.jpro.platform.file.picker.FilePicker
-
The title of the displayed file dialog.
- toJavaFXExtensionFilter(ExtensionFilter) - Static method in record class one.jpro.platform.file.ExtensionFilter
-
Converts this
ExtensionFilterto a JavaFXFileChooser.ExtensionFilter. - toString() - Method in record class one.jpro.platform.file.ExtensionFilter
-
Returns a string representation of this record class.
U
- uploadedFileProperty() - Method in class one.jpro.platform.file.FileSource
-
Returns a read-only object property representing the uploaded file.
- uploadedFileProperty() - Method in class one.jpro.platform.file.NativeFileSource
- uploadedFileProperty() - Method in class one.jpro.platform.file.WebFileSource
- uploadFile() - Method in class one.jpro.platform.file.FileSource
-
Initiates the file upload process synchronously.
- uploadFile() - Method in class one.jpro.platform.file.NativeFileSource
- uploadFile() - Method in class one.jpro.platform.file.WebFileSource
- uploadFileAsync() - Method in class one.jpro.platform.file.FileSource
-
Initiates the file upload process asynchronously.
- uploadFileAsync() - Method in class one.jpro.platform.file.NativeFileSource
- uploadFileAsync() - Method in class one.jpro.platform.file.WebFileSource
W
- WebFileDropper - Class in one.jpro.platform.file.dropper
-
Represents a
FileDropperimplementation for JavaFX applications running on the web via JPro server. - WebFileDropper(Node) - Constructor for class one.jpro.platform.file.dropper.WebFileDropper
- WebFileOpenPicker - Class in one.jpro.platform.file.picker
-
Represents a
FileOpenPickerimplementation for JavaFX applications running on the web via JPro server. - WebFileOpenPicker(Node) - Constructor for class one.jpro.platform.file.picker.WebFileOpenPicker
-
Initializes a new instance associated with the specified node.
- WebFileSavePicker - Class in one.jpro.platform.file.picker
-
Represents a
FileSavePickerimplementation for JavaFX applications running on the web via JPro server. - WebFileSavePicker(Node) - Constructor for class one.jpro.platform.file.picker.WebFileSavePicker
- WebFileSource - Class in one.jpro.platform.file
-
Web file source.
- WebFileSource(WebAPI.JSFile) - Constructor for class one.jpro.platform.file.WebFileSource
All Classes and Interfaces|All Packages|Serialized Form