Class GraphEditor

java.lang.Object
  extended by GraphEditor

public class GraphEditor
extends java.lang.Object


Nested Class Summary
 class GraphEditor.SaveListener
           
private  class GraphEditor.Trend
           
 
Field Summary
private  int size
           
private  java.util.ArrayList trendList
           
private  javax.swing.JPanel trendPanel
           
 
Constructor Summary
GraphEditor()
           
 
Method Summary
 void saveFile()
           
 void setUpGUI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

trendPanel

private javax.swing.JPanel trendPanel

trendList

private java.util.ArrayList trendList

size

private int size
Constructor Detail

GraphEditor

public GraphEditor()
Method Detail

setUpGUI

public void setUpGUI()

saveFile

public void saveFile()