analyzer
Class ExcelWriter

java.lang.Object
  extended byanalyzer.ExcelWriter

public class ExcelWriter
extends java.lang.Object

Author:
exjmjo

Constructor Summary
ExcelWriter(java.io.File file)
           
 
Method Summary
 void writeAndCloseWorkbook()
           
 void writeGraph(javax.swing.JComponent graph, java.lang.String sheetName)
           
 void writeTable(javax.swing.JTable rootCauseTable, javax.swing.JTable requirementsTable, java.lang.String sheetName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelWriter

public ExcelWriter(java.io.File file)
Method Detail

writeTable

public void writeTable(javax.swing.JTable rootCauseTable,
                       javax.swing.JTable requirementsTable,
                       java.lang.String sheetName)

writeGraph

public void writeGraph(javax.swing.JComponent graph,
                       java.lang.String sheetName)

writeAndCloseWorkbook

public void writeAndCloseWorkbook()