Uses of Class
org.tquadrat.foundation.fx.util.AlertBuilder
Packages that use AlertBuilder
-
Uses of AlertBuilder in org.tquadrat.foundation.fx.util
Methods in org.tquadrat.foundation.fx.util that return AlertBuilderModifier and TypeMethodDescriptionfinal <E extends Event>
AlertBuilderAlertBuilder.addEventFilter
(EventType<E> eventType, EventHandler<? super E> eventFilter) Registers an event filter for the new alert.final <E extends Event>
AlertBuilderAlertBuilder.addEventHandler
(EventType<E> eventType, EventHandler<? super E> eventHandler) Registers an even filter for the new alert.final AlertBuilder
AlertBuilder.setContentText
(String s) Sets the content text for the new alert.final AlertBuilder
AlertBuilder.setDialogPane
(DialogPane dialogPane) Sets theDialogPane
for the new alert.final AlertBuilder
AlertBuilder.setDimensions
(double width, double height) Sets the window dimensions for the new alert.final AlertBuilder
AlertBuilder.setGraphic
(Node node) Sets the graphics for the new alert.final AlertBuilder
AlertBuilder.setHeaderText
(String s) Sets the header text for the new alert.final AlertBuilder
AlertBuilder.setHeight
(double height) Sets the window height for the new alert.final AlertBuilder
AlertBuilder.setModality
(Modality modality) Sets theModality
for the new alert.final AlertBuilder
AlertBuilder.setOnCloseRequest
(EventHandler<DialogEvent> eventHandler) Sets the 'OnCloseRequest' event handler for the new alert.final AlertBuilder
AlertBuilder.setOnHidden
(EventHandler<DialogEvent> eventHandler) Sets the 'OnHidden' event handler for the new alert.final AlertBuilder
AlertBuilder.setOnHiding
(EventHandler<DialogEvent> eventHandler) Sets the 'OnHiding' event handler for the new alert.final AlertBuilder
AlertBuilder.setOnShowing
(EventHandler<DialogEvent> eventHandler) Sets the 'OnShowing' event handler for the new alert.final AlertBuilder
AlertBuilder.setOnShown
(EventHandler<DialogEvent> eventHandler) Sets the 'OnShown' event handler for the new alert.final AlertBuilder
Sets the parent window for the new alert.final AlertBuilder
AlertBuilder.setPos
(double x, double y) Sets the position for the new alert.final AlertBuilder
AlertBuilder.setResizable
(boolean flag) Sets the flag that indicates whether the window for the new alert can be resized.final AlertBuilder
AlertBuilder.setResultConverter
(Callback<ButtonType, ButtonType> callback) Sets the result converter for the new alert.final AlertBuilder
AlertBuilder.setStyle
(StageStyle style) Sets the style for the new alert.final AlertBuilder
Sets the window title for the new alert.final AlertBuilder
AlertBuilder.setWidth
(double width) Sets the window width for the new alert.final AlertBuilder
AlertBuilder.setX
(double x) Sets the x position for the new alert.final AlertBuilder
AlertBuilder.setY
(double y) Sets the y position for the new alert.