nl.tudelft.simulation.dsol.gui.editor2D.actions
Class EditMenuActions

java.lang.Object
  extended by nl.tudelft.simulation.dsol.gui.editor2D.actions.EditMenuActions
All Implemented Interfaces:
ActionListener, EventListener

public class EditMenuActions
extends Object
implements ActionListener

EditMenuActions.java
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser General Public License (LGPL) , no warranty.

Version:
$Revision: 1.1 $ $Date: 2007/01/06 13:23:35 $
Author:
Roy Chin

Constructor Summary
EditMenuActions(EditMenu source, Editor2DPanel panel)
          Constructor
 
Method Summary
 void actionPerformed(ActionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditMenuActions

public EditMenuActions(EditMenu source,
                       Editor2DPanel panel)
Constructor

Parameters:
source - The source object
panel - The Editor2DPanel
Method Detail

actionPerformed

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


Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.