org.gscg.gameleader.dialogs.content.actions
Class ContentDialogAction
java.lang.Object
javax.swing.AbstractAction
org.gscg.gameleader.dialogs.content.actions.ContentDialogAction
- All Implemented Interfaces:
- javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable
- public class ContentDialogAction
- extends javax.swing.AbstractAction
The ContentDialogAction is used when a game administrator clicks on a content
animation on the animation panel.
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.3
- Version:
- $Revision: 1.1 $ $Date: 2005/06/16 12:34:10 $
- Author:
- Stijn-Pieter
van Houten
- See Also:
- Serialized Form
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 |
ContentDialogAction(nl.tudelft.simulation.supplychain.content.Content content)
constructs a new ContentDialogAction |
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 |
ContentDialogAction
public ContentDialogAction(nl.tudelft.simulation.supplychain.content.Content content)
- constructs a new ContentDialogAction
- Parameters:
content
- the content to create a dialog for
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent actionEvent)
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)
Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.