Interface DecompilerMarginService


public interface DecompilerMarginService
A service that allows clients to add custom margins in the Decompiler UI.
  • Method Details

    • addMarginProvider

      void addMarginProvider(DecompilerMarginProvider provider)
      Add a margin to the Decompiler's primary window
      Parameters:
      provider - the margin provider
    • removeMarginProvider

      void removeMarginProvider(DecompilerMarginProvider provider)
      Remove a margin from the Decompiler's primary window
      Parameters:
      provider - the margin provider
    • getDecompilerPanel

      DecompilerPanel getDecompilerPanel()
      Get the panel associated with this margin
      Returns:
      the panel