public abstract class IsisActionWithBackup extends IsisAction
| Modifier and Type | Field and Description |
|---|---|
protected File |
root
Deprecated.
Root directory of files to be backupped.
|
dialog, usedchangeSupport, enabledACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON| Modifier | Constructor and Description |
|---|---|
protected |
IsisActionWithBackup(JDialog dialog,
File root)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<String> |
getFilesToBackup()
Deprecated.
obtain the list of relative path to
root directory needed
to be backuped in #backupRoot directory |
protected void |
perform(ActionEvent e)
Deprecated.
Just perform a
BackupAction. |
actionPerformed, finish, isUsed, needDispose, prepareaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledprotected File root
protected abstract List<String> getFilesToBackup()
root directory needed
to be backuped in #backupRoot directoryprotected void perform(ActionEvent e)
BackupAction.
Need to be overridden and called by super.perform(e)perform in class IsisActione - event sourceCopyright © 1999-2013 CodeLutin. All Rights Reserved.