infovis.panel
Class DefaultAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by infovis.panel.DefaultAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public abstract class DefaultAction
extends AbstractAction

Version:
$Revision$
Author:
Jean-Daniel Fekete
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
DefaultAction(String name, int mnemonic)
          Constructor for DefaultAction.
 
Method Summary
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Constructor Detail

DefaultAction

public DefaultAction(String name,
                     int mnemonic)
Constructor for DefaultAction.

Parameters:
name -


Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.