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 SummaryFields Modifier and Type Field Description protected FileTreePanelftpThe file tree panel.protected static javax.swing.UIDefaultsiconsThe image icons.protected IFileTransferServiceserviceThe deployment service.
 - 
Constructor SummaryConstructors Constructor Description RefreshAllAction(FileTreePanel ftp, IFileTransferService service)Create a new action.
 - 
Method SummaryAll 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.AbstractActionaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
- 
 
- 
- 
- 
Field Detail- 
iconsprotected static final javax.swing.UIDefaults icons The image icons.
 - 
ftpprotected FileTreePanel ftp The file tree panel.
 - 
serviceprotected IFileTransferService service The deployment service.
 
- 
 - 
Constructor Detail- 
RefreshAllActionpublic RefreshAllAction(FileTreePanel ftp, IFileTransferService service) Create a new action.
 
- 
 
-