Class SettingsDialog

    • Constructor Detail

      • SettingsDialog

        public SettingsDialog​(HelpLocation help)
    • Method Detail

      • show

        public void show​(java.awt.Component parent,
                         java.lang.String title,
                         SettingsDefinition[] newSettingsDefs,
                         Settings newSettings)
      • dispose

        public void dispose()
      • cancelCallback

        protected void cancelCallback()
        Description copied from class: DialogComponentProvider
        The callback method for when the "Cancel" button is pressed. The default behavior is to call setVisible(false) and dispose() on the dialog.
        Overrides:
        cancelCallback in class DialogComponentProvider