Class SavePropertyDialog

    • Constructor Detail

      • SavePropertyDialog

        public SavePropertyDialog()
      • SavePropertyDialog

        public SavePropertyDialog​(Frame owner,
                                  String title,
                                  boolean modal,
                                  SampleSaveConfiguration s)
        Parameters:
        owner - The Frame from which the dialog is displayed
        title - The string to be used as a title of this dialog
        modal - specifies whether the dialog should be modal
        s - The details, which sample attributes are to be saved
        Throws:
        HeadlessException - - when run headless