JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 25
DRAFT 25-internal-LTS-2025-01-20-1302149.pminborg...
java.desktop
java.awt.desktop
PreferencesHandler
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
handlePreferences(PreferencesEvent)
Interface PreferencesHandler
public interface
PreferencesHandler
An implementor is notified when the app is asked to show its preferences UI.
Since:
9
See Also:
Desktop.setPreferencesHandler(PreferencesHandler)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
handlePreferences
(
PreferencesEvent
e)
Called when the app is asked to show its preferences UI.
Method Details
handlePreferences
void
handlePreferences
(
PreferencesEvent
e)
Called when the app is asked to show its preferences UI.
Parameters:
e
- the request to show preferences