abstract class FXDialog
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
owner
Private fields
|
Modifier | Constructor and Description |
---|---|
protected |
FXDialog()
Constructors
|
Modifier and Type | Method and Description |
---|---|
abstract void |
close() |
(package private) abstract ReadOnlyBooleanProperty |
focusedProperty() |
abstract Modality |
getModality() |
abstract Window |
getOwner() |
abstract Node |
getRoot() |
(package private) abstract double |
getSceneHeight() |
(package private) abstract StageStyle |
getStyle() |
abstract Window |
getWindow() |
abstract double |
getX() |
abstract double |
getY() |
(package private) abstract ReadOnlyDoubleProperty |
heightProperty()
Property representing the height of the dialog.
|
abstract void |
initModality(Modality modality) |
abstract void |
initOwner(Window owner) |
(package private) abstract void |
initStyle(StageStyle style) |
boolean |
requestPermissionToClose(Dialog<?> dialog)
Public API
|
(package private) abstract BooleanProperty |
resizableProperty() |
abstract void |
setDialogPane(DialogPane node) |
(package private) abstract void |
setHeight(double height) |
(package private) abstract void |
setWidth(double width) |
abstract void |
setX(double x) |
abstract void |
setY(double y) |
abstract void |
show()
Abstract API
|
abstract void |
showAndWait() |
abstract ReadOnlyBooleanProperty |
showingProperty() |
abstract void |
sizeToScene() |
(package private) abstract StringProperty |
titleProperty() |
(package private) abstract ReadOnlyDoubleProperty |
widthProperty()
Property representing the width of the dialog.
|
abstract ReadOnlyDoubleProperty |
xProperty() |
abstract ReadOnlyDoubleProperty |
yProperty() |
public boolean requestPermissionToClose(Dialog<?> dialog)
public abstract void show()
public abstract void showAndWait()
public abstract void close()
public abstract void initOwner(Window owner)
public abstract Window getOwner()
public abstract void initModality(Modality modality)
public abstract Modality getModality()
public abstract ReadOnlyBooleanProperty showingProperty()
public abstract Window getWindow()
public abstract void sizeToScene()
public abstract double getX()
public abstract void setX(double x)
public abstract ReadOnlyDoubleProperty xProperty()
public abstract double getY()
public abstract void setY(double y)
public abstract ReadOnlyDoubleProperty yProperty()
abstract BooleanProperty resizableProperty()
abstract ReadOnlyBooleanProperty focusedProperty()
abstract StringProperty titleProperty()
public abstract void setDialogPane(DialogPane node)
public abstract Node getRoot()
abstract ReadOnlyDoubleProperty widthProperty()
abstract void setWidth(double width)
abstract ReadOnlyDoubleProperty heightProperty()
abstract void setHeight(double height)
abstract void initStyle(StageStyle style)
abstract StageStyle getStyle()
abstract double getSceneHeight()