Uses of Interface
org.wilmascope.view.PickingClient

Packages that use PickingClient
org.wilmascope.control   
org.wilmascope.gui   
org.wilmascope.view   
 

Uses of PickingClient in org.wilmascope.control
 

Methods in org.wilmascope.control with parameters of type PickingClient
 void GraphControl.GraphElementFacade.addPickingClient(PickingClient client)
          set a PickingClient whose callback method will be called when the element is selected by picking with the mouse
 void GraphControl.setRootPickingClient(PickingClient client)
           
 

Uses of PickingClient in org.wilmascope.gui
 

Classes in org.wilmascope.gui that implement PickingClient
 class RootClusterMenu
          Title: WilmaToo Description: Sequel to the ever popular Wilma graph drawing engine Copyright: Copyright (c) 2001 Company: WilmaOrg
 

Uses of PickingClient in org.wilmascope.view
 

Methods in org.wilmascope.view with parameters of type PickingClient
 void GraphElementView.addPickingClient(PickingClient client)
          Register a PickingClient whose callback(java.awt.event.MouseEvent)method will be called when the element is clicked
 void GraphElementView.removePickingClient(PickingClient client)
           
 void GraphPickBehavior.setRootPickingClient(PickingClient client)
           
 void GraphCanvas.setRootPickingClient(PickingClient client)