Package Functions

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

Inheritance diagram for com.google.security.zynamics.binnavi.API.plugins.IAddressSpaceMenuPlugin:
com.google.security.zynamics.binnavi.API.plugins.IPlugin

List of all members.

Package Functions

List< JComponent > extendAddressSpaceMenu (List< AddressSpace > spaces)

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 an address space node in the project tree or on a table that is used to display information about address spaces.


Member Function Documentation

List<JComponent> com.google.security.zynamics.binnavi.API.plugins.IAddressSpaceMenuPlugin.extendAddressSpaceMenu ( List< AddressSpace spaces  )  [package]

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

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