org.simBio.sim.gui
Class CsvDialog

java.lang.Object
  extended by org.simBio.sim.gui.CsvDialog

public class CsvDialog
extends java.lang.Object

CSV output dialog.

Version:
$Id: CsvDialog.java,v 1.2 2007/04/07 08:44:07 nsarai Exp $
Author:
misaki

Constructor Summary
CsvDialog(java.awt.Frame owner, Conductor root, double timeMin, double timeMax, double dispMin, double dispMax, java.lang.String xmlFileName)
          This is the default constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CsvDialog

public CsvDialog(java.awt.Frame owner,
                 Conductor root,
                 double timeMin,
                 double timeMax,
                 double dispMin,
                 double dispMax,
                 java.lang.String xmlFileName)
This is the default constructor

Parameters:
owner - owner of dialog
root - root node
timeMin - minimum time for all-range
timeMax - maximum time for all-range
dispMin - minimum time for display
dispMax - maximum time for display
xmlFileName - source file name (for generating CSV file name)


Copyright © 2002-2008 Cell/Biodinamics simulation project. All Rights Reserved.