com.pushtotest.tool.dataset
Interface DatasetType

All Known Implementing Classes:
BarChart

public interface DatasetType

Defines the interface to all DatasetType classes. DatasetType classes manipulate the data from a series of Response objects. DatasetOperation classes then handle the actual presentation of the data.


Method Summary
 java.lang.String getTitle()
           
 void setGUI(javax.swing.JPanel jp, javax.swing.JFrame jf)
           
 void setTitle(java.lang.String myt)
           
 

Method Detail

setTitle

void setTitle(java.lang.String myt)

getTitle

java.lang.String getTitle()

setGUI

void setGUI(javax.swing.JPanel jp,
            javax.swing.JFrame jf)