gui.components
Class DataTabbedPane

java.lang.Object
  extended by gui.components.DataTabbedPane

public class DataTabbedPane
extends java.lang.Object

Author:
jasonkb

Field Summary
static int row
           
static int trace
           
 
Constructor Summary
DataTabbedPane(int frames)
           
 
Method Summary
 javax.swing.JTabbedPane getJTabbedPane()
           
 void newTrace(java.lang.String traceName)
           
 void recalibrateAllPoints()
           
 void scrollToCurrent(int row, int trace)
           
 void updateCell(int trace, int row, int col, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

trace

public static int trace

row

public static int row
Constructor Detail

DataTabbedPane

public DataTabbedPane(int frames)
Method Detail

newTrace

public void newTrace(java.lang.String traceName)

recalibrateAllPoints

public void recalibrateAllPoints()

updateCell

public void updateCell(int trace,
                       int row,
                       int col,
                       java.lang.Object value)

scrollToCurrent

public void scrollToCurrent(int row,
                            int trace)

getJTabbedPane

public javax.swing.JTabbedPane getJTabbedPane()