Uses of Class
at.tuwien.ifs.somtoolbox.apps.viewer.handlers.MyRectangleSelectionEventHandler

Packages that use MyRectangleSelectionEventHandler
at.tuwien.ifs.somtoolbox.apps.viewer This package implements the SOMViewer application; main class is SOMViewer.java. 
 

Uses of MyRectangleSelectionEventHandler in at.tuwien.ifs.somtoolbox.apps.viewer
 

Fields in at.tuwien.ifs.somtoolbox.apps.viewer declared as MyRectangleSelectionEventHandler
protected  MyRectangleSelectionEventHandler GenericPNodeScrollPane.rectangleSelectionEventHandler
           
 

Methods in at.tuwien.ifs.somtoolbox.apps.viewer that return MyRectangleSelectionEventHandler
 MyRectangleSelectionEventHandler MyPCanvas.getMyRectangleSelectionEventHandler()
           
 

Methods in at.tuwien.ifs.somtoolbox.apps.viewer with parameters of type MyRectangleSelectionEventHandler
 void MyPCanvas.setSelectionEventHandler(MyRectangleSelectionEventHandler handler)
          Set the selection event handler associated with this canvas.