Skip navigation links
A B C D E F G H I J M N O P R S T U V W X Y 

A

acc - Variable in class javafx.stage.Window
 
accessor - Static variable in class javafx.stage.Screen
 
addEventFilter(<any>, <any>) - Method in class javafx.stage.Window
Registers an event filter to this node.
addEventHandler(<any>, <any>) - Method in class javafx.stage.Window
Registers an event handler to this node.
adjustSize(boolean) - Method in class javafx.stage.Window
 
alwaysOnTop - Variable in class javafx.stage.Stage
Defines whether this Stage is kept on top of other windows.
alwaysOnTopProperty() - Method in class javafx.stage.Stage
Defines whether this Stage is kept on top of other windows.
alwaysOnTopPropertyImpl() - Method in class javafx.stage.Stage
 
anchorLocation - Variable in class javafx.stage.PopupWindow
Specifies the popup anchor point which is used in popup positioning.
AnchorLocation(double, double, boolean) - Constructor for enum javafx.stage.PopupWindow.AnchorLocation
 
anchorLocationProperty() - Method in class javafx.stage.PopupWindow
Specifies the popup anchor point which is used in popup positioning.
anchorX - Variable in class javafx.stage.PopupWindow
Specifies the x coordinate of the popup anchor point on the screen.
anchorXProperty() - Method in class javafx.stage.PopupWindow
Specifies the x coordinate of the popup anchor point on the screen.
anchorY - Variable in class javafx.stage.PopupWindow
Specifies the y coordinate of the popup anchor point on the screen.
anchorYProperty() - Method in class javafx.stage.PopupWindow
Specifies the y coordinate of the popup anchor point on the screen.
ANY - Static variable in class javafx.stage.WindowEvent
Common supertype for all window event types.
apply() - Method in class javafx.stage.Window.TKBoundsConfigurator
 
applyBounds() - Method in class javafx.stage.Window
 
autoFix - Variable in class javafx.stage.PopupWindow
This convenience variable indicates whether, when the popup is shown, it should automatically correct its position such that it doesn't end up positioned off the screen.
autofixActive - Variable in class javafx.stage.PopupWindow
 
autoFixProperty() - Method in class javafx.stage.PopupWindow
This convenience variable indicates whether, when the popup is shown, it should automatically correct its position such that it doesn't end up positioned off the screen.
autoHide - Variable in class javafx.stage.PopupWindow
Specifies whether Popups should auto hide.
autohideActive - Variable in class javafx.stage.PopupWindow
 
autoHideProperty() - Method in class javafx.stage.PopupWindow
Specifies whether Popups should auto hide.

B

bind(<any>) - Method in class javafx.stage.Stage.ResizableProperty
 
bindOwnerFocusedProperty(Window) - Method in class javafx.stage.PopupWindow
 
bounds - Variable in class javafx.stage.Screen
The bounds of this Screen.
buildEventDispatchChain(EventDispatchChain) - Method in class javafx.stage.Window
Construct an event dispatch chain for this window.

C

cachedAnchorBounds - Variable in class javafx.stage.PopupWindow
 
cachedExtendedBounds - Variable in class javafx.stage.PopupWindow
 
CENTER_ON_SCREEN_X_FRACTION - Static variable in class javafx.stage.Window
 
CENTER_ON_SCREEN_Y_FRACTION - Static variable in class javafx.stage.Window
 
centerOnScreen() - Method in class javafx.stage.Window
Sets x and y properties on this Window so that it is centered on the curent screen.
changeListener - Variable in class javafx.stage.PopupWindow
RT-28454: When a parent node or parent window we are associated with is not visible anymore, possibly because the scene was not valid anymore, we should hide.
checkDirty() - Static method in class javafx.stage.Screen
 
children - Variable in class javafx.stage.PopupWindow
A private list of all child popups.
clientHeight - Variable in class javafx.stage.Window.TKBoundsConfigurator
 
clientWidth - Variable in class javafx.stage.Window.TKBoundsConfigurator
 
close() - Method in class javafx.stage.Stage
Closes this Stage.
configurationDirty - Static variable in class javafx.stage.Screen
 
consumeAutoHidingEvents - Variable in class javafx.stage.PopupWindow
Specifies whether the event, which caused the Popup to hide, should be consumed.
consumeAutoHidingEventsProperty() - Method in class javafx.stage.PopupWindow
Specifies whether the event, which caused the Popup to hide, should be consumed.
contentLocation - Variable in enum javafx.stage.PopupWindow.AnchorLocation
 
copyFor(Object, EventTarget) - Method in class javafx.stage.WindowEvent
 
copyFor(Object, EventTarget, <any>) - Method in class javafx.stage.WindowEvent
Creates a copy of the given event with the given fields substituted.
createInternalEventDispatcher() - Method in class javafx.stage.PopupWindow
 
createInternalEventDispatcher() - Method in class javafx.stage.Window
 

D

decreaseFocusGrabCounter() - Method in class javafx.stage.Window
 
description - Variable in class javafx.stage.FileChooser.ExtensionFilter
 
DirectoryChooser - Class in javafx.stage
Provides support for standard directory chooser dialogs.
DirectoryChooser() - Constructor for class javafx.stage.DirectoryChooser
 
dirty - Variable in class javafx.stage.Window.TKBoundsConfigurator
 
doAutoHide() - Method in class javafx.stage.PopupWindow
 
doVisibleChanged(boolean) - Method in class javafx.stage.PopupWindow
 
doVisibleChanged(boolean) - Method in class javafx.stage.Stage
 
doVisibleChanged(boolean) - Method in class javafx.stage.Window
 
doVisibleChanging(boolean) - Method in class javafx.stage.PopupWindow
 
doVisibleChanging(boolean) - Method in class javafx.stage.Stage
 
doVisibleChanging(boolean) - Method in class javafx.stage.Window
 
dpi - Variable in class javafx.stage.Screen
The resolution (dots per inch) of this Screen.

E

equals(Object) - Method in class javafx.stage.Screen
Indicates whether some other object is "equal to" this one.
ESCAPE_KEY_COMBINATION - Static variable in class javafx.stage.PopupWindow.PopupEventRedirector
 
eventDispatcher - Variable in class javafx.stage.Window
Specifies the event dispatcher for this node.
eventDispatcherProperty() - Method in class javafx.stage.Window
Specifies the event dispatcher for this node.
ExtensionFilter(String, String...) - Constructor for class javafx.stage.FileChooser.ExtensionFilter
Creates an ExtensionFilter with the specified description and the file name extensions.
ExtensionFilter(String, List<String>) - Constructor for class javafx.stage.FileChooser.ExtensionFilter
Creates an ExtensionFilter with the specified description and the file name extensions.
extensionFilters - Variable in class javafx.stage.FileChooser
Specifies the extension filters used in the displayed file dialog.
extensions - Variable in class javafx.stage.FileChooser.ExtensionFilter
 

F

FileChooser - Class in javafx.stage
Provides support for standard platform file dialogs.
FileChooser() - Constructor for class javafx.stage.FileChooser
 
FileChooser.ExtensionFilter - Class in javafx.stage
Defines an extension filter, used for filtering which files can be chosen in a FileDialog based on the file name extensions.
findSelectedFilter(CommonDialogs.ExtensionFilter) - Method in class javafx.stage.FileChooser
 
fireEvent(Event) - Method in class javafx.stage.Window
Fires the specified event.
focusChanged(boolean) - Method in class javafx.stage.Window
 
focused - Variable in class javafx.stage.Window
Whether or not this Window has the keyboard or input focus.
focusedProperty() - Method in class javafx.stage.Window
Whether or not this Window has the keyboard or input focus.
focusGrabCounter - Variable in class javafx.stage.Window
 
forceIntegerRenderScale - Variable in class javafx.stage.Window
Boolean property that controls whether only integer render scales are set by default by the system when there is a change in the associated output scale.
forceIntegerRenderScaleProperty() - Method in class javafx.stage.Window
Boolean property that controls whether only integer render scales are set by default by the system when there is a change in the associated output scale.
fullScreen - Variable in class javafx.stage.Stage
Specifies whether this Stage should be a full-screen, undecorated window.
fullScreenExitCombination - Variable in class javafx.stage.Stage
 
fullScreenExitHint - Variable in class javafx.stage.Stage
 
fullScreenExitHintProperty() - Method in class javafx.stage.Stage
 
fullScreenExitKeyProperty() - Method in class javafx.stage.Stage
Get the property for the Full Screen exit key combination.
fullScreenProperty() - Method in class javafx.stage.Stage
Specifies whether this Stage should be a full-screen, undecorated window.
fullScreenPropertyImpl() - Method in class javafx.stage.Stage
 

G

getAnchorBounds() - Method in class javafx.stage.PopupWindow
 
getAnchorLocation() - Method in class javafx.stage.PopupWindow
Gets the value of the property anchorLocation.
getAnchorX() - Method in class javafx.stage.PopupWindow
Gets the value of the property anchorX.
getAnchorY() - Method in class javafx.stage.PopupWindow
Gets the value of the property anchorY.
getBean() - Method in class javafx.stage.Window.SceneModel
 
getBounds() - Method in class javafx.stage.Screen
Gets the bounds of this Screen.
getConsumeAutoHidingEvents() - Method in class javafx.stage.PopupWindow
Gets the value of the property consumeAutoHidingEvents.
getContent() - Method in class javafx.stage.Popup
The ObservableList of Nodes to be rendered on this Popup.
getContent() - Method in class javafx.stage.PopupWindow
 
getDescription() - Method in class javafx.stage.FileChooser.ExtensionFilter
Gets the description for this ExtensionFilter.
getDpi() - Method in class javafx.stage.Screen
Gets the resolution (dots per inch) of this Screen.
getEventDispatcher() - Method in class javafx.stage.Window
Gets the value of the property eventDispatcher.
getEventType() - Method in class javafx.stage.WindowEvent
 
getExtendedBounds() - Method in class javafx.stage.PopupWindow
 
getExtensionFilters() - Method in class javafx.stage.FileChooser
Gets the extension filters used in the displayed file dialog.
getExtensions() - Method in class javafx.stage.FileChooser.ExtensionFilter
Gets the file name extensions for this ExtensionFilter.
getFullScreenExitHint() - Method in class javafx.stage.Stage
Gets the value of the property fullScreenExitHint.
getFullScreenExitKeyCombination() - Method in class javafx.stage.Stage
Get the current sequence used to exit Full Screen mode.
getHeight() - Method in class javafx.stage.Window
Gets the value of the property height.
getIcons() - Method in class javafx.stage.Stage
Gets the icon images to be used in the window decorations and when minimized.
getInitialDirectory() - Method in class javafx.stage.DirectoryChooser
Gets the value of the property initialDirectory.
getInitialDirectory() - Method in class javafx.stage.FileChooser
Gets the value of the property initialDirectory.
getInitialFileName() - Method in class javafx.stage.FileChooser
Gets the value of the property initialFileName.
getInternalEventDispatcher() - Method in class javafx.stage.Window
 
getMaxHeight() - Method in class javafx.stage.Stage
Gets the value of the property maxHeight.
getMaxWidth() - Method in class javafx.stage.Stage
Gets the value of the property maxWidth.
getMinHeight() - Method in class javafx.stage.Stage
Gets the value of the property minHeight.
getMinWidth() - Method in class javafx.stage.Stage
Gets the value of the property minWidth.
getModality() - Method in class javafx.stage.Stage
Retrieves the modality attribute for this stage.
getName() - Method in class javafx.stage.Window.SceneModel
 
getOnAutoHide() - Method in class javafx.stage.PopupWindow
Gets the value of the property onAutoHide.
getOnCloseRequest() - Method in class javafx.stage.Window
Gets the value of the property onCloseRequest.
getOnHidden() - Method in class javafx.stage.Window
Gets the value of the property onHidden.
getOnHiding() - Method in class javafx.stage.Window
Gets the value of the property onHiding.
getOnShowing() - Method in class javafx.stage.Window
Gets the value of the property onShowing.
getOnShown() - Method in class javafx.stage.Window
Gets the value of the property onShown.
getOpacity() - Method in class javafx.stage.Window
Gets the value of the property opacity.
getOutputScaleX() - Method in class javafx.stage.Screen
Gets the recommended output scale factor of this Screen in the horizontal (X) direction.
getOutputScaleX() - Method in class javafx.stage.Window
Gets the value of the property outputScaleX.
getOutputScaleY() - Method in class javafx.stage.Screen
Gets the recommended output scale factor of this Screen in the vertical (Y) direction.
getOutputScaleY() - Method in class javafx.stage.Window
Gets the value of the property outputScaleY.
getOwner() - Method in class javafx.stage.Stage
Retrieves the owner Window for this stage, or null for an unowned stage.
getOwnerNode() - Method in class javafx.stage.PopupWindow
Gets the value of the property ownerNode.
getOwnerWindow() - Method in class javafx.stage.PopupWindow
Gets the value of the property ownerWindow.
getPeer() - Method in class javafx.stage.Window
 
getPeerListener() - Method in class javafx.stage.Window
 
getPrimary() - Static method in class javafx.stage.Screen
The primary Screen.
getProperties() - Method in class javafx.stage.Window
Returns an observable map of properties on this node for use primarily by application developers.
getRenderScaleX() - Method in class javafx.stage.Window
Gets the value of the property renderScaleX.
getRenderScaleY() - Method in class javafx.stage.Window
Gets the value of the property renderScaleY.
getRootWindow(Window) - Static method in class javafx.stage.PopupWindow
Gets the root (non PopupWindow) Window for the provided window.
getScene() - Method in class javafx.stage.Window
Gets the value of the property scene.
getScreenForNative(Object) - Static method in class javafx.stage.Screen
 
getScreens() - Static method in class javafx.stage.Screen
The observable list of currently available Screens.
getScreensForRectangle(double, double, double, double) - Static method in class javafx.stage.Screen
Returns a ObservableList of Screens that intersects the provided rectangle.
getScreensForRectangle(Rectangle2D) - Static method in class javafx.stage.Screen
Returns a ObservableList of Screens that intersects the provided rectangle.
getSelectedExtensionFilter() - Method in class javafx.stage.FileChooser
Gets the value of the property selectedExtensionFilter.
getStyle() - Method in class javafx.stage.Stage
Retrieves the style attribute for this stage.
getTitle() - Method in class javafx.stage.DirectoryChooser
Gets the value of the property title.
getTitle() - Method in class javafx.stage.FileChooser
Gets the value of the property title.
getTitle() - Method in class javafx.stage.Stage
Gets the value of the property title.
getUserData() - Method in class javafx.stage.Window
Returns a previously set Object property, or null if no such property has been set using the Window.setUserData(java.lang.Object) method.
getVisualBounds() - Method in class javafx.stage.Screen
Gets the visual bounds of this Screen.
getWidth() - Method in class javafx.stage.Window
Gets the value of the property width.
getWindowOwner() - Method in class javafx.stage.PopupWindow
 
getWindowOwner() - Method in class javafx.stage.Stage
 
getWindowOwner() - Method in class javafx.stage.Window
 
getWindows() - Static method in class javafx.stage.Window
Returns a list containing a reference to the currently showing JavaFX windows.
getWindowScreen() - Method in class javafx.stage.Window
 
getX() - Method in class javafx.stage.Window
Gets the value of the property x.
getXCoef() - Method in enum javafx.stage.PopupWindow.AnchorLocation
 
getY() - Method in class javafx.stage.Window
Gets the value of the property y.
getYCoef() - Method in enum javafx.stage.PopupWindow.AnchorLocation
 

H

handleAutofixActivation(boolean, boolean) - Method in class javafx.stage.PopupWindow
 
handleAutohideActivation(boolean, boolean) - Method in class javafx.stage.PopupWindow
 
handleAutoHidingEvents(Object, Event) - Method in class javafx.stage.PopupWindow.PopupEventRedirector
 
handleEscapeKeyPressedEvent(Event) - Method in class javafx.stage.PopupWindow.PopupEventRedirector
 
handleFocusUngrabEvent() - Method in class javafx.stage.PopupWindow.PopupEventRedirector
 
handleKeyEvent(KeyEvent) - Method in class javafx.stage.PopupWindow.PopupEventRedirector
 
handleRedirectedEvent(Object, Event) - Method in class javafx.stage.PopupWindow.PopupEventRedirector
 
hasBeenVisible - Variable in class javafx.stage.Window
 
hashCode() - Method in class javafx.stage.Screen
Returns a hash code for this Screen object.
hasProperties() - Method in class javafx.stage.Window
Tests if Window has properties.
height - Variable in class javafx.stage.Window
The height of this Window.
heightExplicit - Variable in class javafx.stage.Window
 
heightProperty() - Method in class javafx.stage.Window
The height of this Window.
hide() - Method in class javafx.stage.PopupWindow
Hide this Popup and all its children
hide() - Method in class javafx.stage.Window
Attempts to hide this Window by setting the visibility to false.
hideOnEscape - Variable in class javafx.stage.PopupWindow
Specifies whether the PopupWindow should be hidden when an unhandled escape key is pressed while the popup has focus.
hideOnEscapeProperty() - Method in class javafx.stage.PopupWindow
Specifies whether the PopupWindow should be hidden when an unhandled escape key is pressed while the popup has focus.

I

iconified - Variable in class javafx.stage.Stage
Defines whether the Stage is iconified or not.
iconifiedProperty() - Method in class javafx.stage.Stage
Defines whether the Stage is iconified or not.
iconifiedPropertyImpl() - Method in class javafx.stage.Stage
 
icons - Variable in class javafx.stage.Stage
Defines the icon images to be used in the window decorations and when minimized.
important - Variable in class javafx.stage.Stage
 
increaseFocusGrabCounter() - Method in class javafx.stage.Window
 
initialDirectory - Variable in class javafx.stage.DirectoryChooser
The initial directory for the displayed dialog.
initialDirectory - Variable in class javafx.stage.FileChooser
The initial directory for the displayed file dialog.
initialDirectoryProperty() - Method in class javafx.stage.DirectoryChooser
The initial directory for the displayed dialog.
initialDirectoryProperty() - Method in class javafx.stage.FileChooser
The initial directory for the displayed file dialog.
initialFileName - Variable in class javafx.stage.FileChooser
The initial file name for the displayed dialog.
initialFileNameProperty() - Method in class javafx.stage.FileChooser
The initial file name for the displayed dialog.
initializeInternalEventDispatcher() - Method in class javafx.stage.Window
 
initModality(Modality) - Method in class javafx.stage.Stage
Specifies the modality for this stage.
initOwner(Window) - Method in class javafx.stage.Stage
Specifies the owner Window for this stage, or null for a top-level, unowned stage.
initSecurityDialog(boolean) - Method in class javafx.stage.Stage
Sets a flag indicating that this stage is used for a security dialog and must always be on top.
initStyle(StageStyle) - Method in class javafx.stage.Stage
Specifies the style for this stage.
inNestedEventLoop - Variable in class javafx.stage.Stage
 
internalEventDispatcher - Variable in class javafx.stage.Window
 
invalidated() - Method in class javafx.stage.Stage.ResizableProperty
 
invalidated() - Method in class javafx.stage.Window.SceneModel
 
isAlwaysOnTop() - Method in class javafx.stage.Stage
Gets the value of the property alwaysOnTop.
isAutoFix() - Method in class javafx.stage.PopupWindow
Gets the value of the property autoFix.
isAutoHide() - Method in class javafx.stage.PopupWindow
Gets the value of the property autoHide.
isContentLocation() - Method in enum javafx.stage.PopupWindow.AnchorLocation
 
isFocused() - Method in class javafx.stage.Window
Gets the value of the property focused.
isForceIntegerRenderScale() - Method in class javafx.stage.Window
Gets the value of the property forceIntegerRenderScale.
isFullScreen() - Method in class javafx.stage.Stage
Gets the value of the property fullScreen.
isHideOnEscape() - Method in class javafx.stage.PopupWindow
Gets the value of the property hideOnEscape.
isIconified() - Method in class javafx.stage.Stage
Gets the value of the property iconified.
isImportant() - Method in class javafx.stage.Stage
 
isMaximized() - Method in class javafx.stage.Stage
Gets the value of the property maximized.
isOwnerNodeEvent(Event) - Method in class javafx.stage.PopupWindow.PopupEventRedirector
 
isPrimary() - Method in class javafx.stage.Stage
 
isResizable() - Method in class javafx.stage.Stage
Gets the value of the property resizable.
isSecurityDialog() - Method in class javafx.stage.Stage
Returns the state of the securityDialog flag.
isShowing() - Method in class javafx.stage.Window
Gets the value of the property showing.

J

javafx.stage - package javafx.stage
 

M

maxHeight - Variable in class javafx.stage.Stage
Defines the maximum height of this Stage.
maxHeightProperty() - Method in class javafx.stage.Stage
Defines the maximum height of this Stage.
maximized - Variable in class javafx.stage.Stage
Defines whether the Stage is maximized or not.
maximizedProperty() - Method in class javafx.stage.Stage
Defines whether the Stage is maximized or not.
maximizedPropertyImpl() - Method in class javafx.stage.Stage
 
maxWidth - Variable in class javafx.stage.Stage
Defines the maximum width of this Stage.
maxWidthProperty() - Method in class javafx.stage.Stage
Defines the maximum width of this Stage.
minHeight - Variable in class javafx.stage.Stage
Defines the minimum height of this Stage.
minHeightProperty() - Method in class javafx.stage.Stage
Defines the minimum height of this Stage.
minWidth - Variable in class javafx.stage.Stage
Defines the minimum width of this Stage.
minWidthProperty() - Method in class javafx.stage.Stage
Defines the minimum width of this Stage.
Modality - Enum in javafx.stage
This enum defines the possible modality types for a Stage.
Modality() - Constructor for enum javafx.stage.Modality
 
modality - Variable in class javafx.stage.Stage
 

N

nativeToScreen(Object, Screen) - Static method in class javafx.stage.Screen
 
noInvalidate - Variable in class javafx.stage.Stage.ResizableProperty
 
notifyLocationChanged(double, double) - Method in class javafx.stage.PopupWindow
 
notifyLocationChanged(double, double) - Method in class javafx.stage.Window
Notification from the windowing system that the window's position has changed.
notifyScreenChanged(Object, Object) - Method in class javafx.stage.Window
 
notifySizeChanged(double, double) - Method in class javafx.stage.Window
Notification from the windowing system that the window's size has changed.

O

oldScene - Variable in class javafx.stage.Window.SceneModel
 
onAutoHide - Variable in class javafx.stage.PopupWindow
Called after autoHide is run.
onAutoHideProperty() - Method in class javafx.stage.PopupWindow
Called after autoHide is run.
onCloseRequest - Variable in class javafx.stage.Window
Called when there is an external request to close this Window.
onCloseRequestProperty() - Method in class javafx.stage.Window
Called when there is an external request to close this Window.
onHidden - Variable in class javafx.stage.Window
Called just after the Window has been hidden.
onHiddenProperty() - Method in class javafx.stage.Window
Called just after the Window has been hidden.
onHiding - Variable in class javafx.stage.Window
Called just prior to the Window being hidden.
onHidingProperty() - Method in class javafx.stage.Window
Called just prior to the Window being hidden.
onShowing - Variable in class javafx.stage.Window
Called just prior to the Window being shown.
onShowingProperty() - Method in class javafx.stage.Window
Called just prior to the Window being shown.
onShown - Variable in class javafx.stage.Window
Called just after the Window is shown.
onShownProperty() - Method in class javafx.stage.Window
Called just after the Window is shown.
opacity - Variable in class javafx.stage.Window
Defines the opacity of the Window as a value between 0.0 and 1.0.
opacityProperty() - Method in class javafx.stage.Window
Defines the opacity of the Window as a value between 0.0 and 1.0.
outputScaleX - Variable in class javafx.stage.Screen
The recommended output scale factor of this Screen in the X direction.
outputScaleX - Variable in class javafx.stage.Window
The scale that the Window will apply to horizontal scene coordinates in all stages of rendering and compositing the output to the screen or other destination device.
outputScaleXProperty() - Method in class javafx.stage.Window
The scale that the Window will apply to horizontal scene coordinates in all stages of rendering and compositing the output to the screen or other destination device.
outputScaleY - Variable in class javafx.stage.Screen
The recommended output scale factor of this Screen in the Y direction.
outputScaleY - Variable in class javafx.stage.Window
The scale that the Window will apply to vertical scene coordinates in all stages of rendering and compositing the output to the screen or other destination device.
outputScaleYProperty() - Method in class javafx.stage.Window
The scale that the Window will apply to vertical scene coordinates in all stages of rendering and compositing the output to the screen or other destination device.
owner - Variable in class javafx.stage.Stage
 
ownerFocusedListener - Variable in class javafx.stage.PopupWindow
 
ownerNode - Variable in class javafx.stage.PopupWindow
The node which is the owner of this popup.
ownerNodeProperty() - Method in class javafx.stage.PopupWindow
The node which is the owner of this popup.
ownerWindow - Variable in class javafx.stage.PopupWindow
The window which is the parent of this popup.
ownerWindowProperty() - Method in class javafx.stage.PopupWindow
The window which is the parent of this popup.

P

peer - Variable in class javafx.stage.Window
 
peerBoundsConfigurator - Variable in class javafx.stage.Window
 
peerListener - Variable in class javafx.stage.Window
 
Popup - Class in javafx.stage
A Popup is a special window-like container for a scene graph.
Popup() - Constructor for class javafx.stage.Popup
 
PopupEventRedirector(PopupWindow) - Constructor for class javafx.stage.PopupWindow.PopupEventRedirector
 
PopupWindow - Class in javafx.stage
PopupWindow is the parent for a variety of different types of popup based windows including Popup and javafx.scene.control.Tooltip and javafx.scene.control.ContextMenu.
PopupWindow() - Constructor for class javafx.stage.PopupWindow
 
popupWindow - Variable in class javafx.stage.PopupWindow.PopupEventRedirector
 
PopupWindow.AnchorLocation - Enum in javafx.stage
Anchor location constants for popup anchor point selection.
PopupWindow.PopupEventRedirector - Class in javafx.stage
 
popupWindowUpdater - Variable in class javafx.stage.PopupWindow
Keeps track of the bounds of the content, and adjust the position and size of the popup window accordingly.
primary - Static variable in class javafx.stage.Screen
 
primary - Variable in class javafx.stage.Stage
 
properties - Variable in class javafx.stage.Window
 
pulse() - Method in class javafx.stage.Window.TKBoundsConfigurator
 

R

removeEventFilter(<any>, <any>) - Method in class javafx.stage.Window
Unregisters a previously registered event filter from this node.
removeEventHandler(<any>, <any>) - Method in class javafx.stage.Window
Unregisters a previously registered event handler from this node.
renderScaleX - Variable in class javafx.stage.Window
The horizontal scale that the Window will use when rendering its Scene to the rendering buffer.
renderScaleX - Variable in class javafx.stage.Window.TKBoundsConfigurator
 
renderScaleXProperty() - Method in class javafx.stage.Window
The horizontal scale that the Window will use when rendering its Scene to the rendering buffer.
renderScaleY - Variable in class javafx.stage.Window
The vertical scale that the Window will use when rendering its Scene to the rendering buffer.
renderScaleY - Variable in class javafx.stage.Window.TKBoundsConfigurator
 
renderScaleYProperty() - Method in class javafx.stage.Window
The vertical scale that the Window will use when rendering its Scene to the rendering buffer.
requestFocus() - Method in class javafx.stage.Window
Requests that this Window get the input focus.
reset() - Method in class javafx.stage.Window.TKBoundsConfigurator
 
resizable - Variable in class javafx.stage.Stage
Defines whether the Stage is resizable or not by the user.
resizableProperty() - Method in class javafx.stage.Stage
Defines whether the Stage is resizable or not by the user.
ResizableProperty() - Constructor for class javafx.stage.Stage.ResizableProperty
 
rootWindow - Variable in class javafx.stage.PopupWindow
 

S

scene - Variable in class javafx.stage.Window
The Scene to be rendered on this Window.
SceneModel() - Constructor for class javafx.stage.Window.SceneModel
 
sceneProperty() - Method in class javafx.stage.Window
The Scene to be rendered on this Window.
Screen - Class in javafx.stage
Describes the characteristics of a graphics destination such as monitor.
Screen() - Constructor for class javafx.stage.Screen
 
screen - Variable in class javafx.stage.Window
 
screenProperty() - Method in class javafx.stage.Window
 
screens - Static variable in class javafx.stage.Screen
 
securityDialog - Variable in class javafx.stage.Stage
 
selectedExtensionFilter - Variable in class javafx.stage.FileChooser
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.
selectedExtensionFilterProperty() - Method in class javafx.stage.FileChooser
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.
serialVersionUID - Static variable in class javafx.stage.WindowEvent
 
setAlwaysOnTop(boolean) - Method in class javafx.stage.Stage
Sets the value of the property alwaysOnTop.
setAnchorLocation(PopupWindow.AnchorLocation) - Method in class javafx.stage.PopupWindow
Sets the value of the property anchorLocation.
setAnchorX(double) - Method in class javafx.stage.PopupWindow
Sets the value of the property anchorX.
setAnchorY(double) - Method in class javafx.stage.PopupWindow
Sets the value of the property anchorY.
setAutoFix(boolean) - Method in class javafx.stage.PopupWindow
Sets the value of the property autoFix.
setAutoHide(boolean) - Method in class javafx.stage.PopupWindow
Sets the value of the property autoHide.
setClientHeight(double) - Method in class javafx.stage.Window.TKBoundsConfigurator
 
setClientWidth(double) - Method in class javafx.stage.Window.TKBoundsConfigurator
 
setConsumeAutoHidingEvents(boolean) - Method in class javafx.stage.PopupWindow
Sets the value of the property consumeAutoHidingEvents.
setDirty() - Method in class javafx.stage.Window.TKBoundsConfigurator
 
setEventDispatcher(EventDispatcher) - Method in class javafx.stage.Window
Sets the value of the property eventDispatcher.
setEventHandler(<any>, <any>) - Method in class javafx.stage.Window
Sets the handler to use for this event type.
setFocused(boolean) - Method in class javafx.stage.Window
 
setForceIntegerRenderScale(boolean) - Method in class javafx.stage.Window
Sets the value of the property forceIntegerRenderScale.
setFullScreen(boolean) - Method in class javafx.stage.Stage
Sets the value of the property fullScreen.
setFullScreenExitHint(String) - Method in class javafx.stage.Stage
Specifies the text to show when a user enters full screen mode, usually used to indicate the way a user should go about exiting out of full screen mode.
setFullScreenExitKeyCombination(KeyCombination) - Method in class javafx.stage.Stage
Specifies the KeyCombination that will allow the user to exit full screen mode.
setHeight(double) - Method in class javafx.stage.Window
Sets the value of the property height.
setHideOnEscape(boolean) - Method in class javafx.stage.PopupWindow
Sets the value of the property hideOnEscape.
setIconified(boolean) - Method in class javafx.stage.Stage
Sets the value of the property iconified.
setImportant(boolean) - Method in class javafx.stage.Stage
 
setInitialDirectory(File) - Method in class javafx.stage.DirectoryChooser
Sets the value of the property initialDirectory.
setInitialDirectory(File) - Method in class javafx.stage.FileChooser
Sets the value of the property initialDirectory.
setInitialFileName(String) - Method in class javafx.stage.FileChooser
Sets the value of the property initialFileName.
setLocation(double, double, float, float) - Method in class javafx.stage.Window.TKBoundsConfigurator
 
setMaxHeight(double) - Method in class javafx.stage.Stage
Sets the value of the property maxHeight.
setMaximized(boolean) - Method in class javafx.stage.Stage
Sets the value of the property maximized.
setMaxWidth(double) - Method in class javafx.stage.Stage
Sets the value of the property maxWidth.
setMinHeight(double) - Method in class javafx.stage.Stage
Sets the value of the property minHeight.
setMinWidth(double) - Method in class javafx.stage.Stage
Sets the value of the property minWidth.
setNoInvalidate(boolean) - Method in class javafx.stage.Stage.ResizableProperty
 
setOnAutoHide(<any>) - Method in class javafx.stage.PopupWindow
Sets the value of the property onAutoHide.
setOnCloseRequest(<any>) - Method in class javafx.stage.Window
Sets the value of the property onCloseRequest.
setOnHidden(<any>) - Method in class javafx.stage.Window
Sets the value of the property onHidden.
setOnHiding(<any>) - Method in class javafx.stage.Window
Sets the value of the property onHiding.
setOnShowing(<any>) - Method in class javafx.stage.Window
Sets the value of the property onShowing.
setOnShown(<any>) - Method in class javafx.stage.Window
Sets the value of the property onShown.
setOpacity(double) - Method in class javafx.stage.Window
Sets the value of the property opacity.
setPeer(TKStage) - Method in class javafx.stage.Window
 
setPeerListener(WindowPeerListener) - Method in class javafx.stage.Window
 
setPrimary(boolean) - Method in class javafx.stage.Stage
 
setRenderScaleX(double) - Method in class javafx.stage.Window
Sets the value of the property renderScaleX.
setRenderScaleX(double) - Method in class javafx.stage.Window.TKBoundsConfigurator
 
setRenderScaleY(double) - Method in class javafx.stage.Window
Sets the value of the property renderScaleY.
setRenderScaleY(double) - Method in class javafx.stage.Window.TKBoundsConfigurator
 
setResizable(boolean) - Method in class javafx.stage.Stage
Sets the value of the property resizable.
setScene(Scene) - Method in class javafx.stage.PopupWindow
Note to subclasses: the scene used by PopupWindow is very specifically managed by PopupWindow.
setScene(Scene) - Method in class javafx.stage.Stage
Specify the scene to be used on this stage.
setScene(Scene) - Method in class javafx.stage.Window
Sets the value of the property scene.
setSelectedExtensionFilter(FileChooser.ExtensionFilter) - Method in class javafx.stage.FileChooser
Sets the value of the property selectedExtensionFilter.
setShowing(boolean) - Method in class javafx.stage.Window
 
setSize(double, double, double, double) - Method in class javafx.stage.Window.TKBoundsConfigurator
 
setTitle(String) - Method in class javafx.stage.DirectoryChooser
Sets the value of the property title.
setTitle(String) - Method in class javafx.stage.FileChooser
Sets the value of the property title.
setTitle(String) - Method in class javafx.stage.Stage
Sets the value of the property title.
setUserData(Object) - Method in class javafx.stage.Window
Convenience method for setting a single Object property that can be retrieved at a later date.
setWidth(double) - Method in class javafx.stage.Window
Sets the value of the property width.
setWindowHeight(double) - Method in class javafx.stage.Window.TKBoundsConfigurator
 
setWindowWidth(double) - Method in class javafx.stage.Window.TKBoundsConfigurator
 
setX(double) - Method in class javafx.stage.Window
Sets the value of the property x.
setX(double, float) - Method in class javafx.stage.Window.TKBoundsConfigurator
 
setXInternal(double) - Method in class javafx.stage.PopupWindow
 
setXInternal(double) - Method in class javafx.stage.Window
 
setY(double) - Method in class javafx.stage.Window
Sets the value of the property y.
setY(double, float) - Method in class javafx.stage.Window.TKBoundsConfigurator
 
setYInternal(double) - Method in class javafx.stage.PopupWindow
 
setYInternal(double) - Method in class javafx.stage.Window
 
show(Window) - Method in class javafx.stage.PopupWindow
Show the popup.
show(Node, double, double) - Method in class javafx.stage.PopupWindow
Shows the popup at the specified location on the screen.
show() - Method in class javafx.stage.Stage
Attempts to show this Window by setting visibility to true
show() - Method in class javafx.stage.Window
Attempts to show this Window by setting visibility to true
showAndWait() - Method in class javafx.stage.Stage
Shows this stage and waits for it to be hidden (closed) before returning to the caller.
showDialog(Window) - Method in class javafx.stage.DirectoryChooser
Shows a new directory selection dialog.
showDialog(Window, FileChooserType) - Method in class javafx.stage.FileChooser
 
showImpl(Window) - Method in class javafx.stage.PopupWindow
 
showing - Variable in class javafx.stage.Window
Whether or not this Window is showing (that is, open on the user's system).
showingProperty() - Method in class javafx.stage.Window
Whether or not this Window is showing (that is, open on the user's system).
showOpenDialog(Window) - Method in class javafx.stage.FileChooser
Shows a new file open dialog.
showOpenMultipleDialog(Window) - Method in class javafx.stage.FileChooser
Shows a new file open dialog in which multiple files can be selected.
showSaveDialog(Window) - Method in class javafx.stage.FileChooser
Shows a new file save dialog.
sizeToScene - Variable in class javafx.stage.Window
Indicates if a user requested the window to be sized to match the scene size.
sizeToScene() - Method in class javafx.stage.Window
Set the width and height of this Window to match the size of the content of this Window's Scene.
Stage - Class in javafx.stage
The JavaFX Stage class is the top level JavaFX container.
Stage() - Constructor for class javafx.stage.Stage
Creates a new instance of decorated Stage.
Stage(StageStyle) - Constructor for class javafx.stage.Stage
Creates a new instance of Stage.
Stage.ResizableProperty - Class in javafx.stage
 
STAGE_ACCESSOR - Static variable in class javafx.stage.Stage
 
StageStyle - Enum in javafx.stage
This enum defines the possible styles for a Stage.
StageStyle() - Constructor for enum javafx.stage.StageStyle
 
startMonitorOwnerEvents(Window) - Method in class javafx.stage.PopupWindow
 
stopMonitorOwnerEvents(Window) - Method in class javafx.stage.PopupWindow
 
style - Variable in class javafx.stage.Stage
 

T

title - Variable in class javafx.stage.DirectoryChooser
The title of the displayed dialog.
title - Variable in class javafx.stage.FileChooser
The title of the displayed file dialog.
title - Variable in class javafx.stage.Stage
Defines the title of the Stage.
titleProperty() - Method in class javafx.stage.DirectoryChooser
The title of the displayed dialog.
titleProperty() - Method in class javafx.stage.FileChooser
The title of the displayed file dialog.
titleProperty() - Method in class javafx.stage.Stage
Defines the title of the Stage.
TKBoundsConfigurator() - Constructor for class javafx.stage.Window.TKBoundsConfigurator
 
toBack() - Method in class javafx.stage.Stage
Send the Window to the background.
toFront() - Method in class javafx.stage.Stage
Bring the Window to the foreground.
toString() - Method in class javafx.stage.Screen
Returns a string representation of this Screen object.
toString() - Method in class javafx.stage.WindowEvent
Returns a string representation of this WindowEvent object.

U

unbindOwnerFocusedProperty(Window) - Method in class javafx.stage.PopupWindow
 
union(Bounds, Bounds) - Method in class javafx.stage.PopupWindow
 
unmodifiableScreens - Static variable in class javafx.stage.Screen
 
unmodifiableWindows - Static variable in class javafx.stage.Window
 
updateConfiguration() - Static method in class javafx.stage.Screen
 
updateOutputScales(double, double) - Method in class javafx.stage.Window
 
updatePeerScene(TKScene) - Method in class javafx.stage.Window.SceneModel
 
updateRenderScales(double, double) - Method in class javafx.stage.Window
 
updateWindow(double, double) - Method in class javafx.stage.PopupWindow
 
USER_DATA_KEY - Static variable in class javafx.stage.Window
* * *

V

validateArgs(String, String[]) - Static method in class javafx.stage.FileChooser.ExtensionFilter
 
validateOwnerWindow(Window) - Method in class javafx.stage.PopupWindow
 
valueOf(String) - Static method in enum javafx.stage.Modality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javafx.stage.PopupWindow.AnchorLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javafx.stage.StageStyle
Returns the enum constant of this type with the specified name.
values() - Static method in enum javafx.stage.Modality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javafx.stage.PopupWindow.AnchorLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javafx.stage.StageStyle
Returns an array containing the constants of this enum type, in the order they are declared.
visualBounds - Variable in class javafx.stage.Screen
The visual bounds of this Screen.

W

weakOwnerNodeListener - Variable in class javafx.stage.PopupWindow
 
width - Variable in class javafx.stage.Window
The width of this Window.
widthExplicit - Variable in class javafx.stage.Window
 
widthProperty() - Method in class javafx.stage.Window
The width of this Window.
Window - Class in javafx.stage
A top level window within which a scene is hosted, and with which the user interacts.
Window() - Constructor for class javafx.stage.Window
 
Window.SceneModel - Class in javafx.stage
 
Window.TKBoundsConfigurator - Class in javafx.stage
Caches all requested bounds settings and applies them at once during the next pulse.
WINDOW_CLOSE_REQUEST - Static variable in class javafx.stage.WindowEvent
This event is delivered to a window when there is an external request to close that window.
WINDOW_HIDDEN - Static variable in class javafx.stage.WindowEvent
This event occurs on window just after it is hidden.
WINDOW_HIDING - Static variable in class javafx.stage.WindowEvent
This event occurs on window just before it is hidden.
WINDOW_SHOWING - Static variable in class javafx.stage.WindowEvent
This event occurs on window just before it is shown.
WINDOW_SHOWN - Static variable in class javafx.stage.WindowEvent
This event occurs on window just after it is shown.
WindowEvent - Class in javafx.stage
Event related to window showing/hiding actions.
WindowEvent(Window, <any>) - Constructor for class javafx.stage.WindowEvent
Construct a new Event with the specified event source, target and type.
windowHeight - Variable in class javafx.stage.Window.TKBoundsConfigurator
 
windowHelper - Variable in class javafx.stage.Window
 
windows - Static variable in class javafx.stage.Window
A list of all the currently _showing_ windows.
windowToAnchorX(double) - Method in class javafx.stage.PopupWindow
 
windowToAnchorY(double) - Method in class javafx.stage.PopupWindow
 
windowWidth - Variable in class javafx.stage.Window.TKBoundsConfigurator
 
wouldCreateCycle(Window, Window) - Static method in class javafx.stage.PopupWindow
 

X

x - Variable in class javafx.stage.Window.TKBoundsConfigurator
 
x - Variable in class javafx.stage.Window
The horizontal location of this Window on the screen.
xCoef - Variable in enum javafx.stage.PopupWindow.AnchorLocation
 
xExplicit - Variable in class javafx.stage.Window
 
xGravity - Variable in class javafx.stage.Window.TKBoundsConfigurator
 
xProperty() - Method in class javafx.stage.Window
The horizontal location of this Window on the screen.

Y

y - Variable in class javafx.stage.Window.TKBoundsConfigurator
 
y - Variable in class javafx.stage.Window
The vertical location of this Window on the screen.
yCoef - Variable in enum javafx.stage.PopupWindow.AnchorLocation
 
yExplicit - Variable in class javafx.stage.Window
 
yGravity - Variable in class javafx.stage.Window.TKBoundsConfigurator
 
yProperty() - Method in class javafx.stage.Window
The vertical location of this Window on the screen.
A B C D E F G H I J M N O P R S T U V W X Y 
Skip navigation links