org.scubatoolkit
Class AppWindow.FileAction

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

class AppWindow.FileAction
extends javax.swing.AbstractAction

Description of the Class

Version:
Author:

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.FileAction(java.lang.String name)
          Constructor for the FileAction object
(package private) AppWindow.FileAction(java.lang.String name, javax.swing.KeyStroke keystroke)
          Constructor for the FileAction 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.FileAction

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

Parameters:
name - Description of the Parameter

AppWindow.FileAction

AppWindow.FileAction(java.lang.String name,
                     javax.swing.KeyStroke keystroke)
Constructor for the FileAction 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.