JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 24 & JDK 24
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
openFiles(OpenFilesEvent)
java.desktop
java.awt.desktop
OpenFilesHandler
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
openFiles(OpenFilesEvent)
Interface OpenFilesHandler
public interface
OpenFilesHandler
An implementor is notified when the application is asked to open a list of files.
Since:
9
See Also:
Desktop.setOpenFileHandler(OpenFilesHandler)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
openFiles
(
OpenFilesEvent
e)
Called when the application is asked to open a list of files.
Method Details
openFiles
void
openFiles
(
OpenFilesEvent
e)
Called when the application is asked to open a list of files.
Parameters:
e
- the request to open a list of files, and the search term used to find them, if any