Uses of Interface
com.sun.j3d.utils.behaviors.mouse.MouseBehaviorCallback

Packages that use MouseBehaviorCallback
com.sun.j3d.utils.behaviors.mouse Provides mouse navigation utility classes. 
com.sun.j3d.utils.pickfast.behaviors Provides picking behaviors for the new core picking methods. 
 

Uses of MouseBehaviorCallback in com.sun.j3d.utils.behaviors.mouse
 

Methods in com.sun.j3d.utils.behaviors.mouse with parameters of type MouseBehaviorCallback
 void MouseZoom.setupCallback(MouseBehaviorCallback callback)
          The transformChanged method in the callback class will be called every time the transform is updated
 void MouseWheelZoom.setupCallback(MouseBehaviorCallback callback)
          The transformChanged method in the callback class will be called every time the transform is updated
 void MouseTranslate.setupCallback(MouseBehaviorCallback callback)
          The transformChanged method in the callback class will be called every time the transform is updated
 void MouseRotate.setupCallback(MouseBehaviorCallback callback)
          The transformChanged method in the callback class will be called every time the transform is updated
 

Uses of MouseBehaviorCallback in com.sun.j3d.utils.pickfast.behaviors
 

Classes in com.sun.j3d.utils.pickfast.behaviors that implement MouseBehaviorCallback
 class PickRotateBehavior
          A mouse behavior that allows user to pick and rotate scene graph objects.
 class PickTranslateBehavior
          A mouse behavior that allows user to pick and translate scene graph objects.
 class PickZoomBehavior
          A mouse behavior that allows user to pick and zoom scene graph objects.