Package Functions

com.google.security.zynamics.binnavi.API.plugins.IModuleMenuPlugin Interface Reference

List of all members.

Package Functions

List< JComponent > extendModuleMenu (List< Module > modules)

Detailed Description

This interface can be implemented by plugins that want to extend the popup menu that is shown when the user right-clicks on a module node in the project tree or on a table that is used to display information about modules.


Member Function Documentation

List<JComponent> com.google.security.zynamics.binnavi.API.plugins.IModuleMenuPlugin.extendModuleMenu ( List< Module modules  )  [package]

Returns a list of components that should be added to the context menu.

Parameters:
modules The modules for which the context menu is created.
Returns:
A list of components that are added to the context menu.