edu.rice.cs.hpc.traceviewer.main.HPCTraceView Class Reference

Inheritance diagram for edu.rice.cs.hpc.traceviewer.main.HPCTraceView:
Inheritance graph
[legend]
Collaboration diagram for edu.rice.cs.hpc.traceviewer.main.HPCTraceView:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void createPartControl (Composite master)
void updateView (SpaceTimeDataController _stData)
void setFocus ()
 Required in order to extend ViewPart.
void home ()
void timeZoomIn ()
void timeZoomOut ()
void processZoomIn ()
void processZoomOut ()
void save ()
void open ()
void goNorth ()
void goSouth ()
void goEast ()
void goWest ()

Static Public Attributes

static final String ID = "hpctraceview.view"
 The ID needed to create this view (used in plugin.xml).

Package Attributes

SpaceTimeDetailCanvas detailCanvas
 Paints and displays the detail view.

Private Member Functions

void addTraceViewListener ()
void createToolbar (Composite parent)

Private Attributes

SpaceTimeDataController stData = null
 Stores/Creates all of the data that is used in the view.

Detailed Description

Definition at line 47 of file HPCTraceView.java.


Member Function Documentation

void edu.rice.cs.hpc.traceviewer.main.HPCTraceView.addTraceViewListener (  )  [private]
void edu.rice.cs.hpc.traceviewer.main.HPCTraceView.createPartControl ( Composite  master  ) 
void edu.rice.cs.hpc.traceviewer.main.HPCTraceView.createToolbar ( Composite  parent  )  [private]
void edu.rice.cs.hpc.traceviewer.main.HPCTraceView.goEast (  ) 
void edu.rice.cs.hpc.traceviewer.main.HPCTraceView.goNorth (  ) 
void edu.rice.cs.hpc.traceviewer.main.HPCTraceView.goSouth (  ) 
void edu.rice.cs.hpc.traceviewer.main.HPCTraceView.goWest (  ) 
void edu.rice.cs.hpc.traceviewer.main.HPCTraceView.home (  ) 
void edu.rice.cs.hpc.traceviewer.main.HPCTraceView.open (  ) 
void edu.rice.cs.hpc.traceviewer.main.HPCTraceView.processZoomIn (  ) 
void edu.rice.cs.hpc.traceviewer.main.HPCTraceView.processZoomOut (  ) 
void edu.rice.cs.hpc.traceviewer.main.HPCTraceView.save (  ) 
void edu.rice.cs.hpc.traceviewer.main.HPCTraceView.setFocus (  ) 

Required in order to extend ViewPart.

Definition at line 96 of file HPCTraceView.java.

References edu.rice.cs.hpc.traceviewer.main.HPCTraceView.detailCanvas.

void edu.rice.cs.hpc.traceviewer.main.HPCTraceView.timeZoomIn (  ) 
void edu.rice.cs.hpc.traceviewer.main.HPCTraceView.timeZoomOut (  ) 
void edu.rice.cs.hpc.traceviewer.main.HPCTraceView.updateView ( SpaceTimeDataController  _stData  ) 

Member Data Documentation

final String edu.rice.cs.hpc.traceviewer.main.HPCTraceView.ID = "hpctraceview.view" [static]

The ID needed to create this view (used in plugin.xml).

Definition at line 52 of file HPCTraceView.java.

Stores/Creates all of the data that is used in the view.

Definition at line 55 of file HPCTraceView.java.

Referenced by edu.rice.cs.hpc.traceviewer.main.HPCTraceView.addTraceViewListener(), and edu.rice.cs.hpc.traceviewer.main.HPCTraceView.updateView().


The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1