Public Member Functions

BinNavi.API.gui.GraphFrame Class Reference

Window where graphs are shown. More...

List of all members.

Public Member Functions

List< DebuggergetDebuggers ()
 List of debuggers to be used with the graph.
View2D getView2D ()
 View2D shown in the frame.
GraphWindow getWindow ()
 Parent window of the frame.
String toString ()
 Printable representation of the frame.

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> 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 BinNavi.API.gui.GraphFrame.getView2D (  ) 

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

Returns:
A View2D object.
GraphWindow BinNavi.API.gui.GraphFrame.getWindow (  ) 

Returns the parent window of the frame.

Returns:
The parent window of the frame.
String BinNavi.API.gui.GraphFrame.toString (  ) 

Returns a string representation of the frame.

Returns:
A string representation of the frame.