Package jadex.tools.filetransfer
Class RefreshAllAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jadex.tools.filetransfer.RefreshAllAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class RefreshAllAction extends javax.swing.AbstractAction
The refresh all action.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected FileTreePanel
ftp
The file tree panel.protected static javax.swing.UIDefaults
icons
The image icons.protected IFileTransferService
service
The deployment service.
-
Constructor Summary
Constructors Constructor Description RefreshAllAction(FileTreePanel ftp, IFileTransferService service)
Create a new action.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
Called when the action is performed.static java.lang.String
getName()
Get the action name.-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
icons
protected static final javax.swing.UIDefaults icons
The image icons.
-
ftp
protected FileTreePanel ftp
The file tree panel.
-
service
protected IFileTransferService service
The deployment service.
-
-
Constructor Detail
-
RefreshAllAction
public RefreshAllAction(FileTreePanel ftp, IFileTransferService service)
Create a new action.
-
-