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, startUpaddPropertyChangeListener, getProperties, getProperty, getPropertyNames, hasProperty, removePropertyChangeListener, setProperties, setProperty, toStringprotected void handleObjectClick(ISpaceObject object)
AbstractInteractionPluginhandleObjectClick in class AbstractInteractionPluginobject - space object that was clicked.protected void initialize(ObserverCenter center)
AbstractInteractionPlugininitialize in class AbstractInteractionPlugincenter - The OberverCenter.public java.lang.String getName()
IObserverCenterPluginpublic java.awt.Component getView()
IObserverCenterPluginpublic boolean isVisible()
public boolean isStartOnLoad()