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, startUp
protected void initialize(jadex.extension.envsupport.observer.gui.ObserverCenter center)
initialize
in class jadex.extension.envsupport.observer.gui.plugin.AbstractInteractionPlugin
center
- The OberverCenter.public void shutdown()
shutdown
in interface jadex.extension.envsupport.observer.gui.plugin.IObserverCenterPlugin
shutdown
in class jadex.extension.envsupport.observer.gui.plugin.AbstractInteractionPlugin
public java.lang.String getName()
public java.lang.String getIconPath()
getIconPath
in interface jadex.extension.envsupport.observer.gui.plugin.IObserverCenterPlugin
getIconPath
in class jadex.extension.envsupport.observer.gui.plugin.AbstractInteractionPlugin
public java.awt.Component getView()
public boolean isVisible()
public boolean isStartOnLoad()