org.scubatoolkit
Class AppWindow.EditAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--org.scubatoolkit.AppWindow.EditAction
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable
Enclosing class:
AppWindow

class AppWindow.EditAction
extends javax.swing.AbstractAction

Description of the Class

Version:
Author:
lturner

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
(package private) AppWindow.EditAction(java.lang.String name)
          Constructor for the EditAction object
(package private) AppWindow.EditAction(java.lang.String name, javax.swing.KeyStroke keystroke)
          Constructor for the EditAction object
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Description of the Method
 
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

AppWindow.EditAction

AppWindow.EditAction(java.lang.String name)
Constructor for the EditAction object

Parameters:
name - Description of the Parameter

AppWindow.EditAction

AppWindow.EditAction(java.lang.String name,
                     javax.swing.KeyStroke keystroke)
Constructor for the EditAction object

Parameters:
name - Description of the Parameter
keystroke - Description of the Parameter
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Description of the Method

Parameters:
e - Description of the Parameter


Copyright © 2002 The Scuba Toolkit Team. All Rights Reserved.