Uses of Class
javafx.stage.Window
Package
Description
-
Uses of Window in com.sun.javafx.stage
Modifier and TypeMethodDescriptionstatic void
WindowHelper.notifyLocationChanged
(Window window, double x, double y) void
WindowHelper.WindowAccessor.notifyLocationChanged
(Window window, double x, double y) static void
WindowHelper.notifySizeChanged
(Window window, double width, double height) void
WindowHelper.WindowAccessor.notifySizeChanged
(Window window, double width, double height) ModifierConstructorDescriptionWindowCloseRequestHandler
(Window window) WindowEventDispatcher
(Window window) WindowPeerListener
(Window window) -
Uses of Window in dev.webfx.kit.mapper
Modifier and TypeMethodDescriptionstatic WindowPeer
WebFxKitMapper.createWindowPeer
(Window window) -
Uses of Window in dev.webfx.kit.mapper.peers.javafxgraphics.emul_coupling
-
Uses of Window in dev.webfx.kit.mapper.peers.javafxgraphics.emul_coupling.base
-
Uses of Window in dev.webfx.kit.mapper.spi
-
Uses of Window in dev.webfx.kit.mapper.spi.impl.gwtj2cl
Modifier and TypeMethodDescriptionGwtJ2clWebFxKitHtmlMapperProvider.createWindowPeer
(Window window) GwtJ2clWebFxKitSvgMapperProvider.createWindowPeer
(Window window) -
Uses of Window in javafx.scene
Modifier and TypeMethodDescriptionfinal Window
Scene.getWindow()
Gets the value of thewindow
property.Modifier and TypeMethodDescriptionfinal ReadOnlyProperty<Window>
Scene.windowProperty()
TheWindow
for thisScene
-
Uses of Window in javafx.scene.control
Modifier and TypeClassDescriptionclass
A popup control containing an ObservableList of menu items.class
An extension of PopupWindow that allows for CSS styling. -
Uses of Window in javafx.stage
Modifier and TypeClassDescriptionclass
PopupWindow is the parent for a variety of different types of popup based windows includingPopup
andTooltip
andContextMenu
.class
The JavaFXStage
class is the top level JavaFX container.Modifier and TypeMethodDescriptionfinal Window
Stage.getOwner()
Retrieves the owner Window for this stage, or null for an unowned stage.final Window
PopupWindow.getOwnerWindow()
Gets the value of theownerWindow
property.Modifier and TypeMethodDescriptionfinal ReadOnlyProperty<Window>
PopupWindow.ownerWindowProperty()
The window which is the parent of this popup.Modifier and TypeMethodDescriptionfinal void
Specifies the owner Window for this stage, or null for a top-level, unowned stage.void
Show the popup.void
Shows the popup at the specified location on the screen.ModifierConstructorDescriptionWindowEvent
(Window source, EventType<? extends Event> eventType) Construct a newEvent
with the specified event source, target and type.