Class ManagePluginsDialog

java.lang.Object
docking.DialogComponentProvider
docking.ReusableDialogComponentProvider
ghidra.framework.plugintool.dialog.ManagePluginsDialog
All Implemented Interfaces:
ActionContextProvider, StatusListener, TaskListener

public class ManagePluginsDialog extends ReusableDialogComponentProvider
  • Constructor Details

    • ManagePluginsDialog

      public ManagePluginsDialog(PluginTool tool, boolean addSaveActions, boolean isNewTool)
    • ManagePluginsDialog

      public ManagePluginsDialog(PluginTool tool, PluginConfigurationModel pluginConfigurationModel, boolean addSaveActions, boolean isNewTool)
  • Method Details

    • escapeCallback

      protected void escapeCallback()
      Description copied from class: DialogComponentProvider
      The callback method for when the escape key is pressed. The default behavior is the call setVisible(false) on the dialog.
      Overrides:
      escapeCallback in class DialogComponentProvider
    • getPluginConfigurationModel

      public PluginConfigurationModel getPluginConfigurationModel()
    • stateChanged

      public void stateChanged()