fr.ifremer.isisfish.ui.script.action
Class ExportAction
java.lang.Object
javax.swing.AbstractAction
fr.ifremer.isisfish.ui.util.IsisAction
fr.ifremer.isisfish.ui.script.action.ExportAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
Deprecated. C'est pas evident de faire des Actions swing avec jaxx
public class ExportAction
- extends IsisAction
Action to export a set of selected file to a zip archive.
- Version:
- $Revision$
Last update : $Date$
By : $Author$
- Author:
- chatellier
- See Also:
- Serialized Form
| 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 |
|
Method Summary |
protected void |
perform(ActionEvent e)
Deprecated. perform safelly action after IsisAction.prepare() was invoked
This method is only called if used was true |
protected boolean |
prepare()
Deprecated. Prepare data for action, and find out if there is really something to
do here. |
model
protected FileSelectionTableModel model
- Deprecated.
file
protected JTextField file
- Deprecated.
root
protected File root
- Deprecated.
ExportAction
public ExportAction(JDialog dialog,
JTextField file,
File root,
FileSelectionTableModel model)
- Deprecated.
- Export action constructor.
- Parameters:
dialog - dialog ???file - textfield containing dest archive pathroot - root for all file in includes that is in this directorymodel - selected file model
prepare
protected boolean prepare()
- Deprecated.
- Description copied from class:
IsisAction
- Prepare data for action, and find out if there is really something to
do here.
- Specified by:
prepare in class IsisAction
- Returns:
true if there is something to do here,
false otherwise
perform
protected void perform(ActionEvent e)
- Deprecated.
- Description copied from class:
IsisAction
- perform safelly action after
IsisAction.prepare() was invoked
This method is only called if used was true
- Specified by:
perform in class IsisAction
- Parameters:
e - event source
Copyright © 1999-2012 CodeLutin. All Rights Reserved.