Class ReloadDialog

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

public class ReloadDialog extends JDialog
Simple warning dialog for letting the user know when the input file has been updated. This includes an option allowing the user to opt-out of seeing subsequent pop-ups. Note: The Ghidra OptionsPanel is not sufficient for this as it doesn't allow for custom objects to be displayed (the opt-out checkbox).
See Also:
  • Constructor Details

    • ReloadDialog

      public ReloadDialog(FVEventListener eventListener)
      Constructor.
  • Method Details

    • setVisible

      public void setVisible(boolean visible)
      Need to override the base implementation so we can short-circuit this and only show the dialog if the user has not previously selected the opt-out checkbox.
      Overrides:
      setVisible in class Dialog