Public Member Functions

com.google.security.zynamics.binnavi.API.gui.GraphFrame Class Reference

List of all members.

Public Member Functions

List< DebuggergetDebuggers ()
View2D getView2D ()
GraphWindow getWindow ()
String toString ()

Detailed Description

Represents a single graph frame. A graph frame is the part of the GUI that contains the graph view, the debugger panel, the tag panel, and so on.


Member Function Documentation

List<Debugger> com.google.security.zynamics.binnavi.API.gui.GraphFrame.getDebuggers (  ) 

Returns the debuggers that can be used to debug the graph shown in the frame.

Returns:
A list of debuggers.
View2D com.google.security.zynamics.binnavi.API.gui.GraphFrame.getView2D (  ) 

Returns the View2D object of the graph that is shown in the graph frame.

Returns:
A View2D object.
GraphWindow com.google.security.zynamics.binnavi.API.gui.GraphFrame.getWindow (  ) 

Returns the parent window of the frame.

Returns:
The parent window of the frame.
String com.google.security.zynamics.binnavi.API.gui.GraphFrame.toString (  ) 

Returns a string representation of the frame.

Returns:
A string representation of the frame.