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

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

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

Fields in at.tuwien.ifs.somtoolbox.apps.viewer declared as LineSelectionEventHandler
protected  LineSelectionEventHandler GenericPNodeScrollPane.lineSelectionEventHandler
           
 

Methods in at.tuwien.ifs.somtoolbox.apps.viewer that return LineSelectionEventHandler
 LineSelectionEventHandler MyPCanvas.getLineSelectionEventHandler()
           
 

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