public class FileTransferPlugin
extends jadex.base.gui.plugin.AbstractJCCPlugin
| Modifier and Type | Field and Description |
|---|---|
protected FileTransferPanel |
deployerpanel
The panel.
|
protected static javax.swing.UIDefaults |
icons
The image icons.
|
| Constructor and Description |
|---|
FileTransferPlugin() |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
createView()
Create main panel.
|
java.lang.String |
getName() |
jadex.commons.future.IFuture |
getProperties()
Return properties to be saved in project.
|
javax.swing.Icon |
getToolIcon(boolean selected) |
jadex.commons.future.IFuture |
setProperties(jadex.commons.Properties props)
Set properties loaded from project.
|
protected static final javax.swing.UIDefaults icons
protected FileTransferPanel deployerpanel
public java.lang.String getName()
IControlCenterPlugin.getName()public javax.swing.Icon getToolIcon(boolean selected)
jadex.base.gui.plugin.IControlCenterPlugin#getToolIcon()public javax.swing.JComponent createView()
createView in class jadex.base.gui.plugin.AbstractJCCPluginpublic jadex.commons.future.IFuture setProperties(jadex.commons.Properties props)
setProperties in interface jadex.commons.IPropertiesProvidersetProperties in class jadex.base.gui.plugin.AbstractJCCPluginpublic jadex.commons.future.IFuture getProperties()
getProperties in interface jadex.commons.IPropertiesProvidergetProperties in class jadex.base.gui.plugin.AbstractJCCPlugin