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 AlertBuilderAlertBuilder.setContentText(String s) Sets the content text for the new alert.final AlertBuilderAlertBuilder.setDialogPane(DialogPane dialogPane) Sets theDialogPanefor the new alert.final AlertBuilderAlertBuilder.setDimensions(double width, double height) Sets the window dimensions for the new alert.final AlertBuilderAlertBuilder.setGraphic(Node node) Sets the graphics for the new alert.final AlertBuilderAlertBuilder.setHeaderText(String s) Sets the header text for the new alert.final AlertBuilderAlertBuilder.setHeight(double height) Sets the window height for the new alert.final AlertBuilderAlertBuilder.setModality(Modality modality) Sets theModalityfor the new alert.final AlertBuilderAlertBuilder.setOnCloseRequest(EventHandler<DialogEvent> eventHandler) Sets the 'OnCloseRequest' event handler for the new alert.final AlertBuilderAlertBuilder.setOnHidden(EventHandler<DialogEvent> eventHandler) Sets the 'OnHidden' event handler for the new alert.final AlertBuilderAlertBuilder.setOnHiding(EventHandler<DialogEvent> eventHandler) Sets the 'OnHiding' event handler for the new alert.final AlertBuilderAlertBuilder.setOnShowing(EventHandler<DialogEvent> eventHandler) Sets the 'OnShowing' event handler for the new alert.final AlertBuilderAlertBuilder.setOnShown(EventHandler<DialogEvent> eventHandler) Sets the 'OnShown' event handler for the new alert.final AlertBuilderSets the parent window for the new alert.final AlertBuilderAlertBuilder.setPos(double x, double y) Sets the position for the new alert.final AlertBuilderAlertBuilder.setResizable(boolean flag) Sets the flag that indicates whether the window for the new alert can be resized.final AlertBuilderAlertBuilder.setResultConverter(Callback<ButtonType, ButtonType> callback) Sets the result converter for the new alert.final AlertBuilderAlertBuilder.setStyle(StageStyle style) Sets the style for the new alert.final AlertBuilderSets the window title for the new alert.final AlertBuilderAlertBuilder.setWidth(double width) Sets the window width for the new alert.final AlertBuilderAlertBuilder.setX(double x) Sets the x position for the new alert.final AlertBuilderAlertBuilder.setY(double y) Sets the y position for the new alert.
