org.gscg.common.gui.statistics.actions
Class AddRowAction

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended byorg.gscg.common.gui.statistics.actions.AddRowAction
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable

public class AddRowAction
extends javax.swing.AbstractAction

AddRowAction

Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl . The source code and binary code of this software is proprietary information of Delft University of Technology.

Since:
1.0.0
Version:
$Revision: 1.1 $ $Date: 2005/06/16 12:33:58 $
Author:
Peter Jacobs
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
AddRowAction(ChartPanel target)
          constructs a new AddRowAction
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent actionEvent)
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddRowAction

public AddRowAction(ChartPanel target)
constructs a new AddRowAction

Parameters:
target - the target
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent actionEvent)
See Also:
#actionPerformed(java.awt.event.ActionEvent)


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