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 voidWindowHelper.notifyLocationChanged(Window window, double x, double y) voidWindowHelper.WindowAccessor.notifyLocationChanged(Window window, double x, double y) static voidWindowHelper.notifySizeChanged(Window window, double width, double height) voidWindowHelper.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 WindowPeerWebFxKitMapper.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 WindowScene.getWindow()Gets the value of thewindowproperty.Methods in javafx.scene that return types with arguments of type WindowModifier and TypeMethodDescriptionfinal ReadOnlyProperty<Window>Scene.windowProperty()TheWindowfor thisSceneMethods in javafx.scene with parameters of type Window -
Uses of Window in javafx.scene.control
Subclasses of Window in javafx.scene.controlModifier and TypeClassDescriptionclassA popup control containing an ObservableList of menu items.classAn extension of PopupWindow that allows for CSS styling.classTooltip is not yet supported in WebFX.Methods in javafx.scene.control that return WindowModifier and TypeMethodDescriptionfinal WindowDialog.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 TypeClassDescriptionclassPopupWindow is the parent for a variety of different types of popup based windows includingPopupandTooltipandContextMenu.classThe JavaFXStageclass is the top level JavaFX container.Methods in javafx.stage that return WindowModifier and TypeMethodDescriptionfinal WindowStage.getOwner()Retrieves the owner Window for this stage, or null for an unowned stage.final WindowPopupWindow.getOwnerWindow()Gets the value of theownerWindowproperty.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 voidSpecifies the owner Window for this stage, or null for a top-level, unowned stage.voidShow the popup.voidShows 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 newEventwith the specified event source, target and type.