Package adams.gui.tools.findinfiles
Class CopyTo
- java.lang.Object
-
- javax.swing.AbstractAction
-
- adams.gui.action.AbstractBaseAction
-
- adams.gui.tools.findinfiles.AbstractFindInFilesAction
-
- adams.gui.tools.findinfiles.CopyTo
-
- All Implemented Interfaces:
CleanUpHandler,BaseAction,ActionListener,Serializable,Cloneable,Comparable<AbstractFindInFilesAction>,EventListener,Action
public class CopyTo extends AbstractFindInFilesAction
Copies the file(s) to the selected directory.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected FileChooserm_DirChooserthe directory chooser to use.-
Fields inherited from class adams.gui.tools.findinfiles.AbstractFindInFilesAction
m_Owner
-
Fields inherited from class adams.gui.action.AbstractBaseAction
ASYNCHRONOUS
-
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 CopyTo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoActionPerformed(ActionEvent e)Invoked when an action occurs.protected voiddoUpdate()Updates the action based on the current state of the owner.protected StringgetMenuItemText()Returns the text for the menu item.-
Methods inherited from class adams.gui.tools.findinfiles.AbstractFindInFilesAction
cleanUp, compareTo, equals, getOwner, setOwner, update
-
Methods inherited from class adams.gui.action.AbstractBaseAction
actionPerformed, getAccelerator, getIcon, getMnemonic, getName, getToolTipText, hasAccelerator, hasIcon, hasMnemonic, hasToolTipText, initialize, 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
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_DirChooser
protected FileChooser m_DirChooser
the directory chooser to use.
-
-
Method Detail
-
getMenuItemText
protected String getMenuItemText()
Returns the text for the menu item.- Specified by:
getMenuItemTextin classAbstractFindInFilesAction- Returns:
- the text
-
doUpdate
protected void doUpdate()
Updates the action based on the current state of the owner.- Specified by:
doUpdatein classAbstractFindInFilesAction
-
doActionPerformed
protected void doActionPerformed(ActionEvent e)
Invoked when an action occurs.- Specified by:
doActionPerformedin classAbstractBaseAction- Parameters:
e- the event
-
-