fr.ifremer.isisfish.ui.script.action
Class ChooseFileAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by fr.ifremer.isisfish.ui.script.action.ChooseFileAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

Deprecated. as of 20090819 unused

public class ChooseFileAction
extends 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  JDialog dialog
          Deprecated.  
protected  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(JDialog dialog, JTextField file)
          Deprecated.  
 
Method Summary
 void actionPerformed(ActionEvent e)
          Deprecated.  
 File getDestination()
          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
 

Field Detail

file

protected JTextField file
Deprecated. 

dialog

protected JDialog dialog
Deprecated. 
Constructor Detail

ChooseFileAction

public ChooseFileAction(JDialog dialog,
                        JTextField file)
Deprecated. 
Method Detail

getDestination

public File getDestination()
Deprecated. 

actionPerformed

public void actionPerformed(ActionEvent e)
Deprecated. 


Copyright © 1999-2010 CodeLutin. All Rights Reserved.