ITraceViewAction.java

Go to the documentation of this file.
00001 package edu.rice.cs.hpc.traceviewer.main;
00002 
00003 public interface ITraceViewAction {
00004 
00005     public void home();
00006 
00007     public void timeZoomIn();
00008     public void timeZoomOut();
00009     
00010     public void processZoomIn();
00011     public void processZoomOut();
00012 
00013     public void save();
00014     public void open();
00015     
00016     public void goNorth();
00017     public void goSouth();
00018     public void goEast();
00019     public void goWest();
00020     
00021 }

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1