Package com.ehealthsystem.pdf
Class fileChooserSave
java.lang.Object
com.ehealthsystem.pdf.fileChooserSave
Class for file save dialogs.
Used to save the PDF document in the directory and under the file name chosen by the user.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
chooseDest
(javafx.stage.Stage stage) Method to invoke the file save dialog.
-
Constructor Details
-
fileChooserSave
public fileChooserSave()
-
-
Method Details
-
chooseDest
Method to invoke the file save dialog.- Parameters:
stage
- stage where the file save dialog is to be shown for.- Returns:
- Path where the PDF document shall be saved.
-