fr.ifremer.isisfish.ui.script.action
Class ChooseFileAction
java.lang.Object
javax.swing.AbstractAction
fr.ifremer.isisfish.ui.script.action.ChooseFileAction
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
Deprecated. as of 20090819 unused
public class ChooseFileAction
- extends javax.swing.AbstractAction
Choose file action.
- Version:
- $Revision: 2658 $
Last update : $Date: 2009-10-13 17:00:50 +0200 (mar., 13 oct. 2009) $
By : $Author: chatellier $
- Author:
- chatellier
- See Also:
- Serialized Form
|
Field Summary |
protected javax.swing.JDialog |
dialog
Deprecated. |
protected javax.swing.JTextField |
file
Deprecated. |
| Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
| Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
|
Constructor Summary |
ChooseFileAction(javax.swing.JDialog dialog,
javax.swing.JTextField file)
Deprecated. |
| 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 |
file
protected javax.swing.JTextField file
- Deprecated.
dialog
protected javax.swing.JDialog dialog
- Deprecated.
ChooseFileAction
public ChooseFileAction(javax.swing.JDialog dialog,
javax.swing.JTextField file)
- Deprecated.
getDestination
public java.io.File getDestination()
- Deprecated.
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Deprecated.
Copyright © 1999-2010 CodeLutin. All Rights Reserved.