Package Functions

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

Used to extend project folder context menus in the project tree. More...

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

List of all members.

Package Functions

List< JComponent > extendProjectFolderMenu (Database database)
 Extends the project folder context menu.

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


Member Function Documentation

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

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

Parameters:
database The database the project folder node belongs to.
Returns:
A list of components that are added to the context menu.