gui.matrixLibrary
Class ExportMatrixManager

java.lang.Object
  extended by gui.matrixLibrary.ExportMatrixManager

public final class ExportMatrixManager
extends java.lang.Object

Version:
1 This class allows the invocation of the export process from any point of the GUI
Author:
oscar

Constructor Summary
ExportMatrixManager()
           
 
Method Summary
static void exportMatrix(java.awt.Container pare, java.lang.String matName)
          That function generates the dialog needed to prompt information about the place to export and calls a lower layer class to do that
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportMatrixManager

public ExportMatrixManager()
Method Detail

exportMatrix

public static void exportMatrix(java.awt.Container pare,
                                java.lang.String matName)
That function generates the dialog needed to prompt information about the place to export and calls a lower layer class to do that

Parameters:
pare - The parent container from wich is invoked that process