de.bsd.x2svg.gui
Class SelectSourceListener

java.lang.Object
  extended by de.bsd.x2svg.gui.SelectSourceListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

Action that fires a file chooser to select the input files for rendering.

Author:
hwr@pilhuhn.de
See Also:
X2SvgInputFileFilter

Constructor Summary
SelectSourceListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectSourceListener

public SelectSourceListener()
Method Detail

actionPerformed

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


x2svg version 1.2.1