Package Functions

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

Inheritance diagram for com.google.security.zynamics.binnavi.API.plugins.IProjectMenuPlugin:
com.google.security.zynamics.binnavi.API.plugins.IPlugin< IPluginInterface >

List of all members.

Package Functions

List< JComponent > extendProjectMenu (List< Project > projects)

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


Member Function Documentation

List<JComponent> com.google.security.zynamics.binnavi.API.plugins.IProjectMenuPlugin.extendProjectMenu ( List< Project projects  )  [package]

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

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