Package jadex.tools.security
Class SecurityServicePlugin
- java.lang.Object
- 
- jadex.base.gui.plugin.AbstractJCCPlugin
- 
- jadex.tools.generic.AbstractGenericPlugin<IService>
- 
- jadex.tools.generic.AbstractServicePlugin
- 
- jadex.tools.security.SecurityServicePlugin
 
 
 
 
- 
- All Implemented Interfaces:
- IControlCenterPlugin,- IPropertiesProvider
 
 public class SecurityServicePlugin extends AbstractServicePlugin The security service plugin is used to wrap the security panel as JCC plugin.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class jadex.base.gui.plugin.AbstractJCCPluginAbstractJCCPlugin.ShowRemoteControlCenterHandler
 
- 
 - 
Field Summary- 
Fields inherited from class jadex.tools.generic.AbstractGenericPluginicons, selectorpanel
 - 
Fields inherited from class jadex.base.gui.plugin.AbstractJCCPluginjcc
 
- 
 - 
Constructor SummaryConstructors Constructor Description SecurityServicePlugin()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<IAbstractViewerPanel>createServicePanel(IService service)Create the service panel.java.lang.ClassgetServiceType()Get the service type.javax.swing.IcongetToolIcon(boolean selected)Get the icon.- 
Methods inherited from class jadex.tools.generic.AbstractServicePlugincreateSelectorPanel, getName
 - 
Methods inherited from class jadex.tools.generic.AbstractGenericPlugincreateView, getHelpID, getProperties, getSelectorPanel, setProperties, shutdown
 - 
Methods inherited from class jadex.base.gui.plugin.AbstractJCCPlugincreateMenuBar, createToolBar, getClassLoader, getJCC, getMenuBar, getToolBar, getView, init, isLazy, pushPlatformSettings
 
- 
 
- 
- 
- 
Method Detail- 
getServiceTypepublic java.lang.Class getServiceType() Get the service type.- Specified by:
- getServiceTypein class- AbstractServicePlugin
- Returns:
- The service type.
 
 - 
createServicePanelpublic IFuture<IAbstractViewerPanel> createServicePanel(IService service) Create the service panel.- Specified by:
- createServicePanelin class- AbstractServicePlugin
 
 - 
getToolIconpublic javax.swing.Icon getToolIcon(boolean selected) Get the icon.- Specified by:
- getToolIconin interface- IControlCenterPlugin
- Specified by:
- getToolIconin class- AbstractServicePlugin
 
 
- 
 
-