fr.ifremer.isisfish.ui.util
Class IsisActionWithBackup
java.lang.Object
javax.swing.AbstractAction
fr.ifremer.isisfish.ui.util.IsisAction
fr.ifremer.isisfish.ui.util.IsisActionWithBackup
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Direct Known Subclasses:
- ImportAction
Deprecated. C'est pas evident de faire des Actions swing avec jaxx
public abstract class IsisActionWithBackup
- extends IsisAction
This abstract action perform a backup action.
- Version:
- $Revision: 2516 $
Last update : $Date: 2009-08-24 10:24:04 +0200 (lun., 24 août 2009) $
By : $Author: chatellier $
- Author:
- chatellier
- See Also:
- Serialized Form
|
Field Summary |
protected File |
root
Deprecated. Root directory of files to be backupped. |
| 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 |
root
protected File root
- Deprecated.
- Root directory of files to be backupped.
IsisActionWithBackup
protected IsisActionWithBackup(JDialog dialog,
File root)
- Deprecated.
- Constructor.
- Parameters:
dialog - dialog ???root - root directory of files to be backupped
getFilesToBackup
protected abstract List<String> getFilesToBackup()
- Deprecated.
- obtain the list of relative path to
root directory needed
to be backuped in #backupRoot directory
- Returns:
- the list of relative path to files to backup
perform
protected void perform(ActionEvent e)
- Deprecated.
- Just perform a
BackupAction.
Need to be overridden and called by super.perform(e)
- Specified by:
perform in class IsisAction
- Parameters:
e - event source
Copyright © 1999-2010 CodeLutin. All Rights Reserved.