Uses of Class
org.freehep.swing.graphics.GraphicalSelectionEvent

Packages that use GraphicalSelectionEvent
org.freehep.swing.graphics Swing graphics extensions: extra panels with interaction managers. 
 

Uses of GraphicalSelectionEvent in org.freehep.swing.graphics
 

Subclasses of GraphicalSelectionEvent in org.freehep.swing.graphics
 class PointSelectionEvent
          Instances of this class are created when the user graphically selects a point on the screen.
 class RegionSelectionEvent
          Instances of this class are created when the user graphically selects a region on the screen.
 

Methods in org.freehep.swing.graphics with parameters of type GraphicalSelectionEvent
protected  void GraphicalSelectionPanel.fireGraphicalSelectionMade(GraphicalSelectionEvent gsEvent)
          Send the GraphicalSelectionMade event to all currently registered GraphicalSelectionListeners.
 void GraphicalSelectionListener.graphicalSelectionMade(GraphicalSelectionEvent gsEvent)
          Called when the user makes a graphical selection.
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.