Package Functions

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

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

List of all members.

Package Functions

List< JComponent > extendDatabaseMenu (Database database)

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 database node in the project tree.


Member Function Documentation

List<JComponent> com.google.security.zynamics.binnavi.API.plugins.IDatabaseMenuPlugin.extendDatabaseMenu ( Database  database  )  [package]

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

Parameters:
database The database that was clicked on.
Returns:
A list of components that are added to the context menu.