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.AbstractActionThe refresh all action.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected FileTreePanelftpThe file tree panel.protected static javax.swing.UIDefaultsiconsThe image icons.protected IFileTransferServiceserviceThe 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 voidactionPerformed(java.awt.event.ActionEvent e)Called when the action is performed.static java.lang.StringgetName()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.
-
-