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

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

public class EditorToolbarActions
extends Object
implements ActionListener

EditorToolbarActions.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
EditorToolbarActions(EditorToolbar 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

EditorToolbarActions

public EditorToolbarActions(EditorToolbar source,
                            Editor2DPanel panel)
Constructor

Parameters:
source - The EditorToolbar
panel - The panel
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.