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

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

public class NavigationToolbarActions
extends Object
implements ActionListener

NavigationToolbarActions.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
NavigationToolbarActions(NavigationToolbar source, GridPanel target)
          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

NavigationToolbarActions

public NavigationToolbarActions(NavigationToolbar source,
                                GridPanel target)
Constructor

Parameters:
source - Source panel
target - Target grid 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.