Parkinson Disease Database

spirals.motol.gui
Class Capture_Save_Action

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by spirals.motol.gui.Capture_Save_Action
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action

 class Capture_Save_Action
extends javax.swing.AbstractAction

Action called when button for saving captured data is clicked.

Copyright: Copyright (c) 2005 Jan Dolezel

Company: ÈVUT FEL, Prague


Field Summary
(package private)  CaptureFrame adaptee
          parent CaptureFrame
 
Fields inherited from class javax.swing.AbstractAction
enabled, changeSupport
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
Capture_Save_Action(CaptureFrame adaptee)
          create action for CaptureFrame
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent actionEvent)
          called when save button is clicked
 
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
 

Field Detail

adaptee

CaptureFrame adaptee
parent CaptureFrame

Constructor Detail

Capture_Save_Action

Capture_Save_Action(CaptureFrame adaptee)
create action for CaptureFrame

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent actionEvent)
called when save button is clicked


Parkinson Disease Database