Package Functions

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

List of all members.

Package Functions

List< JMenuItem > extendPluginMenu ()

Detailed Description

This interface can be implemented by all plugins that want to extend the main menu of main windows.


Member Function Documentation

List<JMenuItem> com.google.security.zynamics.binnavi.API.plugins.IMainWindowMenuPlugin.extendPluginMenu (  )  [package]

Returns the components that should be added to the main menu of the main window.

If you do not want to extend the plugin menu in any way, please make sure to return an empty list. Returning null is invalid.

Returns:
A list of components that are added to the plugin menu.