Class fileChooserSave

java.lang.Object
com.ehealthsystem.pdf.fileChooserSave

public class fileChooserSave extends Object
Class for file save dialogs. Used to save the PDF document in the directory and under the file name chosen by the user.
  • Constructor Details

    • fileChooserSave

      public fileChooserSave()
  • Method Details

    • chooseDest

      public static String chooseDest(javafx.stage.Stage stage)
      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.