Package ghidra.app.decompiler
Interface DecompilerMarginService
public interface DecompilerMarginService
A service that allows clients to add custom margins in the Decompiler UI.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addMarginProvider
(DecompilerMarginProvider provider) Add a margin to the Decompiler's primary windowGet the panel associated with this marginvoid
removeMarginProvider
(DecompilerMarginProvider provider) Remove a margin from the Decompiler's primary window
-
Method Details
-
addMarginProvider
Add a margin to the Decompiler's primary window- Parameters:
provider
- the margin provider
-
removeMarginProvider
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
-