de.ukn.hci.squidy.designer.event
Class MultiSelectionHandler

java.lang.Object
  extended by edu.umd.cs.piccolo.event.PBasicInputEventHandler
      extended by de.ukn.hci.squidy.designer.event.MultiSelectionHandler
All Implemented Interfaces:
edu.umd.cs.piccolo.event.PInputEventListener, EventListener

public abstract class MultiSelectionHandler
extends edu.umd.cs.piccolo.event.PBasicInputEventHandler

MultiSelectionHandler.

 Date: May 28, 2009
 Time: 6:20:14 PM
 

Since:
1.0.0
Version:
$Id: MultiSelectionHandler.java 30 2009-09-18 22:23:35Z nitsche $
Author:
Roman Rädle Roman.Raedle

Constructor Summary
MultiSelectionHandler()
           
 
Method Summary
abstract  void endSelection(edu.umd.cs.piccolo.event.PInputEvent event, Shape selectionShape)
           
 void mouseDragged(edu.umd.cs.piccolo.event.PInputEvent event)
           
 void mousePressed(edu.umd.cs.piccolo.event.PInputEvent event)
           
 void mouseReleased(edu.umd.cs.piccolo.event.PInputEvent event)
           
abstract  void selection(edu.umd.cs.piccolo.event.PInputEvent event, Shape selectionShape)
           
abstract  void startSelection(edu.umd.cs.piccolo.event.PInputEvent event, Shape selectionShape)
           
 
Methods inherited from class edu.umd.cs.piccolo.event.PBasicInputEventHandler
acceptsEvent, getEventFilter, keyboardFocusGained, keyboardFocusLost, keyPressed, keyReleased, keyTyped, mouseClicked, mouseEntered, mouseExited, mouseMoved, mouseWheelRotated, mouseWheelRotatedByBlock, paramString, processEvent, setEventFilter, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiSelectionHandler

public MultiSelectionHandler()
Method Detail

mousePressed

public void mousePressed(edu.umd.cs.piccolo.event.PInputEvent event)
Overrides:
mousePressed in class edu.umd.cs.piccolo.event.PBasicInputEventHandler

mouseDragged

public void mouseDragged(edu.umd.cs.piccolo.event.PInputEvent event)
Overrides:
mouseDragged in class edu.umd.cs.piccolo.event.PBasicInputEventHandler

mouseReleased

public void mouseReleased(edu.umd.cs.piccolo.event.PInputEvent event)
Overrides:
mouseReleased in class edu.umd.cs.piccolo.event.PBasicInputEventHandler

startSelection

public abstract void startSelection(edu.umd.cs.piccolo.event.PInputEvent event,
                                    Shape selectionShape)

selection

public abstract void selection(edu.umd.cs.piccolo.event.PInputEvent event,
                               Shape selectionShape)

endSelection

public abstract void endSelection(edu.umd.cs.piccolo.event.PInputEvent event,
                                  Shape selectionShape)


Copyright © 2007-2010 Human-Computer-Interaction :: University of Konstanz. All Rights Reserved.