public class RefreshAllAction
extends javax.swing.AbstractAction
Modifier and Type | Field and Description |
---|---|
protected jadex.base.gui.filetree.FileTreePanel |
ftp
The file tree panel.
|
protected static javax.swing.UIDefaults |
icons
The image icons.
|
protected jadex.bridge.service.types.filetransfer.IFileTransferService |
service
The deployment service.
|
Constructor and Description |
---|
RefreshAllAction(jadex.base.gui.filetree.FileTreePanel ftp,
jadex.bridge.service.types.filetransfer.IFileTransferService service)
Create a new action.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Called when the action is performed.
|
static java.lang.String |
getName()
Get the action name.
|
protected static final javax.swing.UIDefaults icons
protected jadex.base.gui.filetree.FileTreePanel ftp
protected jadex.bridge.service.types.filetransfer.IFileTransferService service