Class GISSelectionHandler
java.lang.Object
org.piccolo2d.event.PBasicInputEventHandler
repast.simphony.visualization.editor.gis.GISSelectionHandler
- All Implemented Interfaces:
- EventListener,- org.piccolo2d.event.PInputEventListener,- PEditorEventListener
public class GISSelectionHandler
extends org.piccolo2d.event.PBasicInputEventHandler
implements PEditorEventListener
Deprecated.
2D piccolo based code is being removed
Event handler for selecting nodes.
- Author:
- Nick Collier
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidDeprecated.voiddestroy()Deprecated.Cleans up anything created by this listener in init.voidinit()Deprecated.Initializes this listener.voidmouseClicked(org.piccolo2d.event.PInputEvent event) Deprecated.voidmouseEntered(org.piccolo2d.event.PInputEvent event) Deprecated.voidmouseExited(org.piccolo2d.event.PInputEvent event) Deprecated.voidobjectsSelected(Object[] objs) Deprecated.Invoked when the specified objects have been selected in code external to thisvoidstart()Deprecated.Starts the listener.voidstop()Deprecated.Stops the listener.Methods inherited from class org.piccolo2d.event.PBasicInputEventHandleracceptsEvent, getEventFilter, keyboardFocusGained, keyboardFocusLost, keyPressed, keyReleased, keyTyped, mouseDragged, mouseMoved, mousePressed, mouseReleased, mouseWheelRotated, mouseWheelRotatedByBlock, processEvent, setEventFilterMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.piccolo2d.event.PInputEventListenerprocessEvent
- 
Constructor Details- 
GISSelectionHandlerDeprecated.
 
- 
- 
Method Details- 
mouseEnteredpublic void mouseEntered(org.piccolo2d.event.PInputEvent event) Deprecated.- Overrides:
- mouseEnteredin class- org.piccolo2d.event.PBasicInputEventHandler
 
- 
mouseExitedpublic void mouseExited(org.piccolo2d.event.PInputEvent event) Deprecated.- Overrides:
- mouseExitedin class- org.piccolo2d.event.PBasicInputEventHandler
 
- 
mouseClickedpublic void mouseClicked(org.piccolo2d.event.PInputEvent event) Deprecated.- Overrides:
- mouseClickedin class- org.piccolo2d.event.PBasicInputEventHandler
 
- 
addObjectSelectionListenerDeprecated.
- 
objectsSelectedDeprecated.Invoked when the specified objects have been selected in code external to this- Parameters:
- objs- the selected objects
 
- 
initpublic void init()Deprecated.Initializes this listener. This happens only once whereas start / stop may occur multiple times.- Specified by:
- initin interface- PEditorEventListener
 
- 
destroypublic void destroy()Deprecated.Cleans up anything created by this listener in init. This happens only once whereas start / stop may occur multiple times.- Specified by:
- destroyin interface- PEditorEventListener
 
- 
startpublic void start()Deprecated.Starts the listener. At the very least this should add the listener to whatever PNode it is listening on.- Specified by:
- startin interface- PEditorEventListener
 
- 
stoppublic void stop()Deprecated.Stops the listener. At the very least this should remove the listener to whatever PNode it is listening on.- Specified by:
- stopin interface- PEditorEventListener
 
 
-