edu.jhu.tmaj.client.arraybuilder.data
Class ArrayBlockExporterFull

java.lang.Object
  extended by edu.jhu.tmaj.client.arraybuilder.data.ArrayBlockExporterFull

public class ArrayBlockExporterFull
extends java.lang.Object


Constructor Summary
ArrayBlockExporterFull(java.awt.Component parentComponent)
           
 
Method Summary
 void exportFull(java.util.Set<java.lang.Integer> arrayBlockIDs, boolean toExcel)
          Exports full detail on each of the ArrayCores in the ArrayBlock to a file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayBlockExporterFull

public ArrayBlockExporterFull(java.awt.Component parentComponent)
Method Detail

exportFull

public void exportFull(java.util.Set<java.lang.Integer> arrayBlockIDs,
                       boolean toExcel)
Exports full detail on each of the ArrayCores in the ArrayBlock to a file. Each ArrayCore is one row, so there will be NumberOfRows*NumberOfColumns rows in the exported file.