com.iver.cit.gvsig.DEMO
Class ComandosListener

java.lang.Object
  extended bycom.iver.cit.gvsig.DEMO.ComandosListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ComandosListener
extends java.lang.Object
implements java.awt.event.ActionListener

Author:
Administrador To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
ComandosListener(MapControl mapa, SingleView Owner)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
protected  void loadLayer(DataStore store, java.lang.String layerName)
          Load the data from the specified dataStore and construct a with a default style.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComandosListener

public ComandosListener(MapControl mapa,
                        SingleView Owner)
Method Detail

loadLayer

protected void loadLayer(DataStore store,
                         java.lang.String layerName)
                  throws java.io.IOException,
                         DataSourceException
Load the data from the specified dataStore and construct a with a default style.

Throws:
java.io.IOException - is a I/O error occured.
DataSourceException - if an error occured while reading the data source.
java.io.FileNotFoundException - DOCUMENT ME!

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener