Public Member Functions | Package Functions

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

List of all members.

Public Member Functions

List< JComponent > extendPluginMenu (GraphFrame graphFrame)

Package Functions

void closed (GraphFrame graphFrame)

Detailed Description

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


Member Function Documentation

void com.google.security.zynamics.binnavi.API.plugins.IGraphMenuPlugin.closed ( GraphFrame  graphFrame  )  [package]

Invoked after a graph frame was closed. This gives the plugin the opportunity to free allocated resources.

Parameters:
graphFrame Frame that was closed.
List<JComponent> com.google.security.zynamics.binnavi.API.plugins.IGraphMenuPlugin.extendPluginMenu ( GraphFrame  graphFrame  ) 

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

Parameters:
graphFrame Frame where the view is shown.
Returns:
A list of components that are added to the plugin menu.