Package jadex.tools.email
Class EmailClientPlugin
- java.lang.Object
- 
- jadex.base.gui.plugin.AbstractJCCPlugin
- 
- jadex.tools.email.EmailClientPlugin
 
 
- 
- All Implemented Interfaces:
- IControlCenterPlugin,- IPropertiesProvider
 
 public class EmailClientPlugin extends AbstractJCCPlugin Plugin for starting components.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class jadex.base.gui.plugin.AbstractJCCPluginAbstractJCCPlugin.ShowRemoteControlCenterHandler
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected static javax.swing.UIDefaultsiconsThe image icons.- 
Fields inherited from class jadex.base.gui.plugin.AbstractJCCPluginjcc
 
- 
 - 
Constructor SummaryConstructors Constructor Description EmailClientPlugin()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponentcreateView()Create the view.java.lang.StringgetName()Return the unique name of this plugin.javax.swing.IcongetToolIcon(boolean selected)Get the icon.IFuture<java.lang.Void>shutdown()Shutdown the plugin.- 
Methods inherited from class jadex.base.gui.plugin.AbstractJCCPlugincreateMenuBar, createToolBar, getClassLoader, getJCC, getMenuBar, getProperties, getToolBar, getView, init, isLazy, pushPlatformSettings, setProperties
 
- 
 
- 
- 
- 
Method Detail- 
getNamepublic java.lang.String getName() Return the unique name of this plugin. This method may be called before init(). Used e.g. to store properties of each plugin.
 - 
getToolIconpublic javax.swing.Icon getToolIcon(boolean selected) Get the icon.
 - 
createViewpublic javax.swing.JComponent createView() Create the view.- Overrides:
- createViewin class- AbstractJCCPlugin
- Returns:
- The main panel.
 
 - 
shutdownpublic IFuture<java.lang.Void> shutdown() Shutdown the plugin.- Specified by:
- shutdownin interface- IControlCenterPlugin
- Overrides:
- shutdownin class- AbstractJCCPlugin
 
 
- 
 
-