Class InteractionTestPlugin
- java.lang.Object
- 
- jadex.commons.SimplePropertyObject
- 
- jadex.extension.envsupport.observer.gui.plugin.AbstractInteractionPlugin
- 
- jadex.extension.envsupport.observer.gui.plugin.InteractionTestPlugin
 
 
 
- 
- All Implemented Interfaces:
- IPropertyObject,- IObserverCenterPlugin
 
 public class InteractionTestPlugin extends AbstractInteractionPlugin 
- 
- 
Field Summary- 
Fields inherited from class jadex.commons.SimplePropertyObjectpcs, properties
 
- 
 - 
Constructor SummaryConstructors Constructor Description InteractionTestPlugin()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Returns the name of the pluginjava.awt.ComponentgetView()Returns the viewable component of the pluginprotected voidhandleObjectClick(ISpaceObject object)This method receives space objects on left-clicks.protected voidinitialize(ObserverCenter center)Initializes the plugin.booleanisStartOnLoad()Should plugin be started on load.booleanisVisible()Should plugin be visible.- 
Methods inherited from class jadex.extension.envsupport.observer.gui.plugin.AbstractInteractionPluginaddMouseListener, cleanUp, getIconPath, getWorldCoordinates, refresh, removeMouseListener, shutdown, start, startUp
 - 
Methods inherited from class jadex.commons.SimplePropertyObjectaddPropertyChangeListener, getProperties, getProperty, getPropertyNames, hasProperty, removePropertyChangeListener, setProperties, setProperty, toString
 
- 
 
- 
- 
- 
Method Detail- 
handleObjectClickprotected void handleObjectClick(ISpaceObject object) Description copied from class:AbstractInteractionPluginThis method receives space objects on left-clicks.- Overrides:
- handleObjectClickin class- AbstractInteractionPlugin
- Parameters:
- object- space object that was clicked.
 
 - 
initializeprotected void initialize(ObserverCenter center) Description copied from class:AbstractInteractionPluginInitializes the plugin. This method is invoked once when the ObserverCenter becomes available.- Specified by:
- initializein class- AbstractInteractionPlugin
- Parameters:
- center- The OberverCenter.
 
 - 
getNamepublic java.lang.String getName() Description copied from interface:IObserverCenterPluginReturns the name of the plugin- Returns:
- name of the plugin
 
 - 
getViewpublic java.awt.Component getView() Description copied from interface:IObserverCenterPluginReturns the viewable component of the plugin- Returns:
- viewable component of the plugin
 
 - 
isVisiblepublic boolean isVisible() Should plugin be visible.
 - 
isStartOnLoadpublic boolean isStartOnLoad() Should plugin be started on load.
 
- 
 
-