Class ListingMergePanelPlugin

java.lang.Object
ghidra.framework.plugintool.Plugin
ghidra.app.merge.tool.ListingMergePanelPlugin
All Implemented Interfaces:
ProgramaticUseOnly, PluginEventListener, ServiceListener, ExtensionPoint

public class ListingMergePanelPlugin extends Plugin implements ProgramaticUseOnly
  • Constructor Details

    • ListingMergePanelPlugin

      public ListingMergePanelPlugin(PluginTool tool, ListingMergePanel mergePanel)
      Constructor
      Parameters:
      tool - merge tool
      mergePanel - merge panel
  • Method Details

    • getProvider

      public ComponentProvider getProvider()
    • dispose

      public void dispose()
      Description copied from class: Plugin
      Tells a plugin that it is no longer needed. The plugin should release any resources that it has. All actions, components, services will automatically be cleaned up.
      Overrides:
      dispose in class Plugin
    • getDescription

      public static String getDescription()
    • getDescriptiveName

      public static String getDescriptiveName()
    • getCategory

      public static String getCategory()
    • processEvent

      public void processEvent(PluginEvent event)
      Description copied from class: Plugin
      Method called to process a plugin event. Plugins should override this method if the plugin processes PluginEvents;
      Overrides:
      processEvent in class Plugin
      Parameters:
      event - plugin to process