public class EmailClientPlugin
extends jadex.base.gui.plugin.AbstractJCCPlugin
Modifier and Type | Field and Description |
---|---|
protected static javax.swing.UIDefaults |
icons
The image icons.
|
Constructor and Description |
---|
EmailClientPlugin() |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
createView()
Create the view.
|
java.lang.String |
getName()
Return the unique name of this plugin.
|
javax.swing.Icon |
getToolIcon(boolean selected)
Get the icon.
|
jadex.commons.future.IFuture<java.lang.Void> |
shutdown()
Shutdown the plugin.
|
public java.lang.String getName()
public javax.swing.Icon getToolIcon(boolean selected)
public javax.swing.JComponent createView()
createView
in class jadex.base.gui.plugin.AbstractJCCPlugin
public jadex.commons.future.IFuture<java.lang.Void> shutdown()
shutdown
in interface jadex.base.gui.plugin.IControlCenterPlugin
shutdown
in class jadex.base.gui.plugin.AbstractJCCPlugin