Class SavePropertyDialog

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class SavePropertyDialog extends JDialog implements ActionListener
Generates Configure pop-up dialogue for Listeners from all methods in SampleSaveConfiguration with the signature "boolean saveXXX()". There must be a corresponding "void setXXX(boolean)" method, and a property save_XXX which is used to name the field on the dialogue.
See Also:
  • Constructor Details

    • SavePropertyDialog

      @Deprecated public SavePropertyDialog()
      Deprecated.
      Constructor only intended for use in testing
    • 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
  • Method Details