Class | Description |
---|---|
DirectoryChooser |
Provides support for standard directory chooser dialogs.
|
FileChooser |
Provides support for standard platform file dialogs.
|
FileChooser.ExtensionFilter |
Defines an extension filter, used for filtering which files can be chosen
in a FileDialog based on the file name extensions.
|
Popup |
A Popup is a special window-like container for a scene graph.
|
PopupWindow |
PopupWindow is the parent for a variety of different types of popup
based windows including
Popup and Tooltip
and ContextMenu . |
Screen |
Describes the characteristics of a graphics destination such as monitor.
|
Stage |
The JavaFX
Stage class is the top level JavaFX container. |
Window |
A top level window within which a scene is hosted, and with which the user
interacts.
|
WindowEvent |
Event related to window showing/hiding actions.
|
Enum | Description |
---|---|
Modality |
This enum defines the possible modality types for a
Stage . |
PopupWindow.AnchorLocation |
Anchor location constants for popup anchor point selection.
|
StageStyle |
This enum defines the possible styles for a
Stage . |
Provides the top-level container classes for JavaFX content.
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2017, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.