public class AddWastePlugin
extends jadex.extension.envsupport.observer.gui.plugin.AbstractInteractionPlugin
| Modifier and Type | Field and Description |
|---|---|
protected java.awt.event.MouseListener |
ml |
| Constructor and Description |
|---|
AddWastePlugin() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIconPath() |
java.lang.String |
getName()
Get the plugin name.
|
java.awt.Component |
getView()
Get the plugin view.
|
protected void |
initialize(jadex.extension.envsupport.observer.gui.ObserverCenter center)
Initializes the plugin.
|
boolean |
isStartOnLoad()
Should plugin be started on load.
|
boolean |
isVisible()
Should plugin be visible.
|
void |
shutdown() |
addMouseListener, cleanUp, getWorldCoordinates, handleObjectClick, refresh, removeMouseListener, start, startUpprotected void initialize(jadex.extension.envsupport.observer.gui.ObserverCenter center)
initialize in class jadex.extension.envsupport.observer.gui.plugin.AbstractInteractionPlugincenter - The OberverCenter.public void shutdown()
shutdown in interface jadex.extension.envsupport.observer.gui.plugin.IObserverCenterPluginshutdown in class jadex.extension.envsupport.observer.gui.plugin.AbstractInteractionPluginpublic java.lang.String getName()
public java.lang.String getIconPath()
getIconPath in interface jadex.extension.envsupport.observer.gui.plugin.IObserverCenterPlugingetIconPath in class jadex.extension.envsupport.observer.gui.plugin.AbstractInteractionPluginpublic java.awt.Component getView()
public boolean isVisible()
public boolean isStartOnLoad()