edu.psu.geovista.data.geog
Class CSVFileDataReader

java.lang.Object
  extended byedu.psu.geovista.data.geog.CSVFileDataReader

public class CSVFileDataReader
extends java.lang.Object


Field Summary
static java.lang.String COMMAND_DATA_SET_MADE
           
 
Constructor Summary
CSVFileDataReader()
           
 
Method Summary
 void addActionListener(java.awt.event.ActionListener l)
          implements ActionListener
 void addDataSetListener(edu.psu.geovista.ui.event.DataSetListener l)
          implements DataSetListener
protected  void fireActionPerformed(java.lang.String command)
          Notify all listeners that have registered interest for notification on this event type.
protected  void fireDataSetChanged(java.lang.Object[] dataSet)
          Notify all listeners that have registered interest for notification on this event type.
 edu.psu.geovista.data.geog.DataSetForApps getDataForApps()
           
 java.lang.Object[] getDataSet()
           
 java.lang.String getFileName()
           
 void removeActionListener(java.awt.event.ActionListener l)
          removes an ActionListener from the button
 void removeDataSetListener(edu.psu.geovista.ui.event.DataSetListener l)
          removes an DataSetListener from the button
 void setDataForApps(edu.psu.geovista.data.geog.DataSetForApps dataForApps)
           
 void setFileName(java.lang.String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMMAND_DATA_SET_MADE

public static final java.lang.String COMMAND_DATA_SET_MADE
See Also:
Constant Field Values
Constructor Detail

CSVFileDataReader

public CSVFileDataReader()
Method Detail

setDataForApps

public void setDataForApps(edu.psu.geovista.data.geog.DataSetForApps dataForApps)

getDataForApps

public edu.psu.geovista.data.geog.DataSetForApps getDataForApps()

getDataSet

public java.lang.Object[] getDataSet()

setFileName

public void setFileName(java.lang.String fileName)

getFileName

public java.lang.String getFileName()

addActionListener

public void addActionListener(java.awt.event.ActionListener l)
implements ActionListener


removeActionListener

public void removeActionListener(java.awt.event.ActionListener l)
removes an ActionListener from the button


fireActionPerformed

protected void fireActionPerformed(java.lang.String command)
Notify all listeners that have registered interest for notification on this event type. The event instance is lazily created using the parameters passed into the fire method.

See Also:
EventListenerList

addDataSetListener

public void addDataSetListener(edu.psu.geovista.ui.event.DataSetListener l)
implements DataSetListener


removeDataSetListener

public void removeDataSetListener(edu.psu.geovista.ui.event.DataSetListener l)
removes an DataSetListener from the button


fireDataSetChanged

protected void fireDataSetChanged(java.lang.Object[] dataSet)
Notify all listeners that have registered interest for notification on this event type. The event instance is lazily created using the parameters passed into the fire method.

See Also:
EventListenerList


Copyright © 1996-2003 GeoVista Center. All Rights Reserved.