Class SettingsDialog

    • Constructor Detail

      • SettingsDialog

        public SettingsDialog​(HelpLocation help)
        Construct instance settings dialog.
    • Method Detail

      • show

        public void show​(java.awt.Component parent,
                         java.lang.String title,
                         SettingsDefinition[] newSettingsDefs,
                         Settings newSettings)
        Show dialog for the specified set of settings definitions and settings storage.
      • 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
        See Also:
        ghidra.util.bean.GhidraDialog#cancelCallback()