Class ThemeManagerPlugin

java.lang.Object
ghidra.framework.plugintool.Plugin
ghidra.app.plugin.gui.ThemeManagerPlugin
All Implemented Interfaces:
ApplicationLevelOnlyPlugin, ApplicationLevelPlugin, PluginEventListener, ServiceListener, ExtensionPoint

public class ThemeManagerPlugin extends Plugin implements ApplicationLevelOnlyPlugin
  • Constructor Details

    • ThemeManagerPlugin

      public ThemeManagerPlugin(PluginTool tool)
  • Method Details

    • init

      protected void init()
      Description copied from class: Plugin
      Initialization method; override to add initialization for this plugin. This is where a plugin should acquire its services. When this method is called, all plugins have been instantiated in the tool.
      Overrides:
      init in class Plugin
    • canClose

      protected boolean canClose()
      Description copied from class: Plugin
      Called to force this plugin to terminate any tasks it has running and apply any unsaved data to domain objects or files. If it can't do this or the user cancels then this returns false.
      Overrides:
      canClose in class Plugin
      Returns:
      true if this plugin can close.