

setHeight(double height): Dialog’s height will be set.

setHeaderText(StringheaderText): String that has to be displayed in the header area of the dialog will be set.setDialogPane(DialogPanevalue): Dialog pane’s value will be set by this property.setContentText(StringcontentText): String that has to be displayed in the content area of the dialog will be set.resultProperty(): Dialog’s return value will be checked when this property is called.resizableProperty(): Dialog’s resize ability will be returned.onShownProperty(): After dialog is shown, this property will be called.onShowingProperty(): Before dialog is shown, this property will be called.onHidingProperty(): Before dialog is hidden, this property will be called.onHiddenProperty(): After dialog is hidden, this property will be called.onCloseRequestProperty(): If there is an external request for closing the dialog is present, this property will be called.That is, checks whether it is shown or not. isShowing(): Dialog’s display ability will be returned.That is, checks whether it is resizable or not. isResizable(): Dialog’s resize ability will be returned.initStyle(StageStylestyle): Dialog’s style will be specified.initOwner(Windowwindow): Dialog’s owner Window will be specified or if top-level unowned, null will be retrieved.initModality(Modalitymodality): Dialog’s modality will be specified.heightProperty(): Dialog pane’s height will be represented by this property.headerTextProperty(): Dialog pane’s header text will be represented by this property.getWidth(): Dialog’s width will be retrieved.getTitle(): Dialog’s title will be retrieved.getOwner(): Dialog’s owner window will be retrieved or if unowned, null will be retrieved.getY(): y property’s value will be retrieved.getX(): x property’s value will be retrieved.getResultConverter(): resultConverter property’s value will be retrieved.getResult(): result property’s value will be retrieved.getOnShown(): onShown property’s value will be retrieved.

getOnShowing(): onShowing property’s value will be retrieved.getOnHiding(): onHiding property’s value will be retrieved.getOnHidden(): onHidden property’s value will be retrieved.getOnCloseRequest(): onCloseRequest property’s value will be retrieved.getModality(): Dialog’s modality attribute will be returned.getHeight(): Dialog’s height will be returned.

