Class Save
- java.lang.Object
-
- javax.swing.AbstractAction
-
- adams.gui.action.AbstractBaseAction
-
- adams.gui.tools.wekainvestigator.datatable.action.AbstractEditableDataTableAction
-
- adams.gui.tools.wekainvestigator.datatable.action.Save
-
- All Implemented Interfaces:
adams.core.CleanUpHandler
,adams.core.StatusMessageHandler
,adams.gui.action.BaseAction
,ActionListener
,Serializable
,Cloneable
,EventListener
,Action
public class Save extends AbstractEditableDataTableAction
Saves the selected data.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected WekaFileChooser
m_FileChooser
the file chooser for exporting.-
Fields inherited from class adams.gui.tools.wekainvestigator.datatable.action.AbstractEditableDataTableAction
m_Owner
-
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
Constructors Constructor Description Save()
Instantiates the action.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doActionPerformed(ActionEvent e)
Invoked when an action occurs.protected void
initialize()
Initializes the members.void
update()
Updates the action.-
Methods inherited from class adams.gui.tools.wekainvestigator.datatable.action.AbstractEditableDataTableAction
fireDataChange, getActions, getData, getOwner, getSelectedData, getSelectedRows, getTable, isBusy, logError, logError, logMessage, setOwner, showStatus
-
Methods inherited from class adams.gui.action.AbstractBaseAction
actionPerformed, cleanUp, getAccelerator, getIcon, getMnemonic, getName, getToolTipText, hasAccelerator, hasIcon, hasMnemonic, hasToolTipText, isAsynchronous, isSelected, postActionPerformed, preActionPerformed, setAccelerator, setAsynchronous, setIcon, setIcon, setMnemonic, setName, setSelected, setToolTipText
-
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
-
Methods inherited from interface javax.swing.Action
accept, addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
m_FileChooser
protected WekaFileChooser m_FileChooser
the file chooser for exporting.
-
-
Method Detail
-
initialize
protected void initialize()
Initializes the members.- Overrides:
initialize
in classadams.gui.action.AbstractBaseAction
-
doActionPerformed
protected void doActionPerformed(ActionEvent e)
Invoked when an action occurs.- Specified by:
doActionPerformed
in classadams.gui.action.AbstractBaseAction
- Parameters:
e
- the event
-
update
public void update()
Updates the action.- Specified by:
update
in classAbstractEditableDataTableAction
-
-