public class ExportAction extends IsisAction
| Modifier and Type | Field and Description |
|---|---|
protected JTextField |
file
Deprecated.
|
protected FileSelectionTableModel |
model
Deprecated.
|
protected File |
root
Deprecated.
|
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| Constructor and Description |
|---|
ExportAction(JDialog dialog,
JTextField file,
File root,
FileSelectionTableModel model)
Deprecated.
Export action constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
actionPerformed, finish, isUsed, needDisposeaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledprotected FileSelectionTableModel model
protected JTextField file
protected File root
public ExportAction(JDialog dialog, JTextField file, File root, FileSelectionTableModel model)
dialog - dialog ???file - textfield containing dest archive pathroot - root for all file in includes that is in this directorymodel - selected file modelprotected boolean prepare()
IsisActionprepare in class IsisActiontrue if there is something to do here,
false otherwiseprotected void perform(ActionEvent e)
IsisActionIsisAction.prepare() was invoked
This method is only called if used was trueperform in class IsisActione - event sourceCopyright © 1999-2013 CodeLutin. All Rights Reserved.