Uses of Class
javafx.stage.Window
Packages that use Window
Package
Description
-
Uses of Window in com.sun.javafx.stage
Methods in com.sun.javafx.stage with parameters of type WindowModifier 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) Constructors in com.sun.javafx.stage with parameters of type WindowModifierConstructorDescriptionWindowCloseRequestHandler
(Window window) WindowEventDispatcher
(Window window) WindowPeerListener
(Window window) -
Uses of Window in dev.webfx.kit.mapper
Methods in dev.webfx.kit.mapper with parameters of type WindowModifier and TypeMethodDescriptionstatic WindowPeer
WebFxKitMapper.createWindowPeer
(Window window) -
Uses of Window in dev.webfx.kit.mapper.peers.javafxgraphics.emul_coupling
Methods in dev.webfx.kit.mapper.peers.javafxgraphics.emul_coupling that return Window -
Uses of Window in dev.webfx.kit.mapper.peers.javafxgraphics.emul_coupling.base
Methods in dev.webfx.kit.mapper.peers.javafxgraphics.emul_coupling.base that return WindowConstructors in dev.webfx.kit.mapper.peers.javafxgraphics.emul_coupling.base with parameters of type Window -
Uses of Window in dev.webfx.kit.mapper.spi
Methods in dev.webfx.kit.mapper.spi with parameters of type Window -
Uses of Window in dev.webfx.kit.mapper.spi.impl.gwtj2cl
Methods in dev.webfx.kit.mapper.spi.impl.gwtj2cl with parameters of type WindowModifier and TypeMethodDescriptionGwtJ2clWebFxKitHtmlMapperProvider.createWindowPeer
(Window window) GwtJ2clWebFxKitSvgMapperProvider.createWindowPeer
(Window window) -
Uses of Window in javafx.scene
Methods in javafx.scene that return WindowModifier and TypeMethodDescriptionfinal Window
Scene.getWindow()
Gets the value of thewindow
property.Methods in javafx.scene that return types with arguments of type WindowModifier and TypeMethodDescriptionfinal ReadOnlyProperty<Window>
Scene.windowProperty()
TheWindow
for thisScene
Methods in javafx.scene with parameters of type Window -
Uses of Window in javafx.scene.control
Subclasses of Window in javafx.scene.controlModifier and TypeClassDescriptionclass
A popup control containing an ObservableList of menu items.class
An extension of PopupWindow that allows for CSS styling.Methods in javafx.scene.control that return WindowModifier and TypeMethodDescriptionfinal Window
Dialog.getOwner()
Retrieves the owner Window for this dialog, or null for an unowned dialog.Methods in javafx.scene.control with parameters of type Window -
Uses of Window in javafx.stage
Subclasses of Window in javafx.stageModifier 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.Methods in javafx.stage that return WindowModifier 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.Methods in javafx.stage that return types with arguments of type WindowModifier and TypeMethodDescriptionfinal ReadOnlyProperty<Window>
PopupWindow.ownerWindowProperty()
The window which is the parent of this popup.Methods in javafx.stage with parameters of type WindowModifier 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.Constructors in javafx.stage with parameters of type WindowModifierConstructorDescriptionWindowEvent
(Window source, EventType<? extends Event> eventType) Construct a newEvent
with the specified event source, target and type.