Package | Description |
---|---|
com.oracle.javafx.jmx | |
com.sun.javafx.print | |
com.sun.javafx.scene.control.skin | |
com.sun.javafx.stage | |
com.sun.javafx.tk | |
com.sun.javafx.tk.quantum | |
com.sun.prism.j2d.print | |
javafx.embed.swing |
Provides the set of classes to use JavaFX inside Swing applications.
|
javafx.print |
Provides the public classes for the JavaFX Printing API.
|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.scene.control |
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
|
javafx.stage |
Provides the top-level container classes for JavaFX content.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Integer,Window> |
SGMXBeanImpl.windowMap |
Modifier and Type | Method and Description |
---|---|
boolean |
PrinterJobImpl.showPageDialog(Window owner) |
boolean |
PrinterJobImpl.showPrintDialog(Window owner) |
Modifier and Type | Field and Description |
---|---|
private WeakChangeListener<Window> |
MenuBarSkin.weakWindowSceneListener |
private ReadOnlyObjectProperty<Window> |
ProgressIndicatorSkin.windowProperty |
Constructor and Description |
---|
CustomColorDialog(Window owner) |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedWindow
User: Artem
Date: Dec 21, 2010
Time: 4:30:56 PM
|
Modifier and Type | Field and Description |
---|---|
private Window |
WindowCloseRequestHandler.window |
private Window |
WindowPeerListener.window |
Modifier and Type | Method and Description |
---|---|
(package private) static java.security.AccessControlContext |
WindowHelper.getAccessControlContext(Window window) |
java.security.AccessControlContext |
WindowHelper.WindowAccessor.getAccessControlContext(Window window) |
float |
WindowHelper.WindowAccessor.getRenderScale(Window window) |
float |
WindowHelper.WindowAccessor.getUIScale(Window window) |
static void |
WindowHelper.notifyLocationChanged(Window window,
double x,
double y) |
void |
WindowHelper.WindowAccessor.notifyLocationChanged(Window window,
double x,
double y) |
void |
WindowHelper.WindowAccessor.notifyScreenChanged(Window window,
java.lang.Object from,
java.lang.Object to) |
static void |
WindowHelper.notifySizeChanged(Window window,
double width,
double height) |
void |
WindowHelper.WindowAccessor.notifySizeChanged(Window window,
double width,
double height) |
ReadOnlyObjectProperty<Screen> |
WindowHelper.WindowAccessor.screenProperty(Window window) |
Constructor and Description |
---|
WindowCloseRequestHandler(Window window) |
WindowEventDispatcher(Window window) |
WindowPeerListener(Window window) |
Modifier and Type | Method and Description |
---|---|
abstract TKStage |
Toolkit.createTKPopupStage(Window peerWindow,
StageStyle popupStyle,
TKStage owner,
java.security.AccessControlContext acc) |
TKStage |
DummyToolkit.createTKPopupStage(Window peerWindow,
StageStyle popupStyle,
TKStage owner,
java.security.AccessControlContext acc) |
abstract TKStage |
Toolkit.createTKStage(Window peerWindow,
boolean securityDialog,
StageStyle stageStyle,
boolean primary,
Modality modality,
TKStage owner,
boolean rtl,
java.security.AccessControlContext acc) |
TKStage |
DummyToolkit.createTKStage(Window peerWindow,
boolean securityDialog,
StageStyle stageStyle,
boolean primary,
Modality modality,
TKStage owner,
boolean rtl,
java.security.AccessControlContext acc) |
Modifier and Type | Method and Description |
---|---|
TKStage |
QuantumToolkit.createTKPopupStage(Window peerWindow,
StageStyle popupStyle,
TKStage owner,
java.security.AccessControlContext acc) |
TKStage |
QuantumToolkit.createTKStage(Window peerWindow,
boolean securityDialog,
StageStyle stageStyle,
boolean primary,
Modality modality,
TKStage owner,
boolean rtl,
java.security.AccessControlContext acc) |
Constructor and Description |
---|
WindowStage(Window peerWindow,
boolean securityDialog,
StageStyle stageStyle,
Modality modality,
TKStage owner) |
Modifier and Type | Method and Description |
---|---|
private void |
J2DPrinterJob.setEnabledState(Window owner,
boolean state) |
boolean |
J2DPrinterJob.showPageDialog(Window owner) |
private boolean |
J2DPrinterJob.showPageDialogFromNestedLoop(Window owner) |
boolean |
J2DPrinterJob.showPrintDialog(Window owner) |
private boolean |
J2DPrinterJob.showPrintDialogWithNestedLoop(Window owner) |
Modifier and Type | Field and Description |
---|---|
private Window |
SwingNode.hWindow |
Modifier and Type | Field and Description |
---|---|
private ChangeListener<Window> |
SwingNode.sceneWindowListener |
Modifier and Type | Method and Description |
---|---|
private void |
SwingNode.addWindowListeners(Window window) |
private void |
SwingNode.notifyNativeHandle(Window window) |
private void |
SwingNode.removeWindowListeners(Window window) |
Modifier and Type | Method and Description |
---|---|
boolean |
PrinterJob.showPageSetupDialog(Window owner)
Displays a Page Setup dialog.
|
boolean |
PrinterJob.showPrintDialog(Window owner)
Displays a Print Dialog.
|
Modifier and Type | Field and Description |
---|---|
private ReadOnlyObjectWrapper<Window> |
Scene.window
The
Window for this Scene |
Modifier and Type | Method and Description |
---|---|
Window |
Scene.getWindow() |
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<Window> |
Scene.windowProperty() |
private ReadOnlyObjectWrapper<Window> |
Scene.windowPropertyImpl() |
Modifier and Type | Method and Description |
---|---|
void |
Scene.impl_setWindow(Window value)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
private void |
Scene.setWindow(Window value) |
private void |
Scene.KeyHandler.windowForSceneChanged(Window oldWindow,
Window window) |
Modifier and Type | Class and Description |
---|---|
class |
ContextMenu
A popup control containing an ObservableList of menu items.
|
class |
PopupControl
An extension of PopupWindow that allows for CSS styling.
|
class |
Tooltip
Tooltips are common UI elements which are typically used for showing
additional information about a Node in the scenegraph when the Node is
hovered over by the mouse.
|
Modifier and Type | Method and Description |
---|---|
Window |
HeavyweightDialog.getOwner() |
Window |
Dialog.getOwner()
Retrieves the owner Window for this dialog, or null for an unowned dialog.
|
abstract Window |
FXDialog.getOwner() |
Window |
HeavyweightDialog.getWindow() |
abstract Window |
FXDialog.getWindow() |
private Window |
Tooltip.TooltipBehavior.getWindow(Node node)
Gets the top level window associated with this node.
|
Modifier and Type | Method and Description |
---|---|
void |
HeavyweightDialog.initOwner(Window newOwner) |
void |
Dialog.initOwner(Window window)
Specifies the owner
Window for this dialog, or null for a top-level,
unowned dialog. |
abstract void |
FXDialog.initOwner(Window owner) |
private void |
HeavyweightDialog.updateStageBindings(Window oldOwner,
Window newOwner) |
Modifier and Type | Class and Description |
---|---|
class |
Popup
A Popup is a special window-like container for a scene graph.
|
class |
PopupWindow
PopupWindow is the parent for a variety of different types of popup
based windows including
Popup and Tooltip
and ContextMenu . |
class |
Stage
The JavaFX
Stage class is the top level JavaFX container. |
Modifier and Type | Field and Description |
---|---|
private Window |
Stage.owner |
private Window |
PopupWindow.rootWindow |
Modifier and Type | Field and Description |
---|---|
private ReadOnlyObjectWrapper<Window> |
PopupWindow.ownerWindow
The window which is the parent of this popup.
|
private static WeakReferenceQueue<Window> |
Window.windowQueue
A list of all the currently existing windows.
|
Modifier and Type | Method and Description |
---|---|
Window |
Stage.getOwner()
Retrieves the owner Window for this stage, or null for an unowned stage.
|
Window |
PopupWindow.getOwnerWindow() |
private static Window |
PopupWindow.getRootWindow(Window win)
Gets the root (non PopupWindow) Window for the provided window.
|
(package private) Window |
PopupWindow.getWindowOwner() |
(package private) Window |
Stage.getWindowOwner() |
(package private) Window |
Window.getWindowOwner() |
Modifier and Type | Method and Description |
---|---|
static java.util.Iterator<Window> |
Window.impl_getWindows()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
ReadOnlyObjectProperty<Window> |
PopupWindow.ownerWindowProperty() |
Modifier and Type | Method and Description |
---|---|
void |
WindowBuilder.applyTo(Window x)
Deprecated.
|
private void |
PopupWindow.bindOwnerFocusedProperty(Window ownerWindowValue) |
private static Window |
PopupWindow.getRootWindow(Window win)
Gets the root (non PopupWindow) Window for the provided window.
|
void |
Stage.initOwner(Window owner)
Specifies the owner Window for this stage, or null for a top-level,
unowned stage.
|
void |
PopupWindow.show(Window owner)
Show the popup.
|
void |
PopupWindow.show(Window ownerWindow,
double anchorX,
double anchorY)
Shows the popup at the specified location on the screen.
|
java.io.File |
DirectoryChooser.showDialog(Window ownerWindow)
Shows a new directory selection dialog.
|
private java.util.List<java.io.File> |
FileChooser.showDialog(Window ownerWindow,
FileChooserType fileChooserType) |
private void |
PopupWindow.showImpl(Window owner) |
java.io.File |
FileChooser.showOpenDialog(Window ownerWindow)
Shows a new file open dialog.
|
java.util.List<java.io.File> |
FileChooser.showOpenMultipleDialog(Window ownerWindow)
Shows a new file open dialog in which multiple files can be selected.
|
java.io.File |
FileChooser.showSaveDialog(Window ownerWindow)
Shows a new file save dialog.
|
private void |
PopupWindow.startMonitorOwnerEvents(Window ownerWindowValue) |
private void |
PopupWindow.stopMonitorOwnerEvents(Window ownerWindowValue) |
private void |
PopupWindow.unbindOwnerFocusedProperty(Window ownerWindowValue) |
private void |
PopupWindow.validateOwnerWindow(Window owner) |
private static boolean |
PopupWindow.wouldCreateCycle(Window parent,
Window child) |
Constructor and Description |
---|
WindowEvent(Window source,
EventType<? extends Event> eventType)
Construct a new
Event with the specified event source, target
and type. |