public class InteractionTestPlugin extends AbstractInteractionPlugin
pcs, properties
Constructor and Description |
---|
InteractionTestPlugin() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of the plugin
|
java.awt.Component |
getView()
Returns the viewable component of the plugin
|
protected void |
handleObjectClick(ISpaceObject object)
This method receives space objects on left-clicks.
|
protected void |
initialize(ObserverCenter center)
Initializes the plugin.
|
boolean |
isStartOnLoad()
Should plugin be started on load.
|
boolean |
isVisible()
Should plugin be visible.
|
addMouseListener, cleanUp, getIconPath, getWorldCoordinates, refresh, removeMouseListener, shutdown, start, startUp
addPropertyChangeListener, getProperties, getProperty, getPropertyNames, hasProperty, removePropertyChangeListener, setProperties, setProperty, toString
protected void handleObjectClick(ISpaceObject object)
AbstractInteractionPlugin
handleObjectClick
in class AbstractInteractionPlugin
object
- space object that was clicked.protected void initialize(ObserverCenter center)
AbstractInteractionPlugin
initialize
in class AbstractInteractionPlugin
center
- The OberverCenter.public java.lang.String getName()
IObserverCenterPlugin
public java.awt.Component getView()
IObserverCenterPlugin
public boolean isVisible()
public boolean isStartOnLoad()