|
Spec-Zone .ru
спецификации, руководства, описания, API
|
| Class | Description |
|---|---|
| DirectoryChooser |
Provides support for standard directory chooser dialogs.
|
| DirectoryChooserBuilder | Deprecated
This class is deprecated and will be removed in the next version
|
| 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.
|
| FileChooserBuilder | Deprecated
This class is deprecated and will be removed in the next version
|
| Popup |
A Popup is a special window-like container for a scene graph.
|
| PopupBuilder<B extends PopupBuilder<B>> | Deprecated
This class is deprecated and will be removed in the next version
|
| PopupWindow |
PopupWindow is the parent for a variety of different types of popup
based windows including
Popup and Tooltip
and ContextMenu. |
| PopupWindowBuilder<B extends PopupWindowBuilder<B>> | Deprecated
This class is deprecated and will be removed in the next version
|
| Screen |
Describes the characteristics of a graphics destination such as monitor.
|
| Stage |
The JavaFX
Stage class is the top level JavaFX container. |
| StageBuilder<B extends StageBuilder<B>> | Deprecated
This class is deprecated and will be removed in the next version
|
| Window |
A top level window within which a scene is hosted, and with which the user
interacts.
|
| WindowBuilder<B extends WindowBuilder<B>> | Deprecated
This class is deprecated and will be removed in the next version
|
| WindowEvent |
Event related to window showing/hiding actions.
|
| Enum | Description |
|---|---|
| Modality |
This enum defines the possible modality types for a
Stage. |
| StageStyle |
This enum defines the possible styles for a
Stage. |
Provides the top-level container classes for JavaFX content.
Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to .