Uses of Class
visad.ControlEvent

Packages that use ControlEvent
visad The core VisAD package, providing support for VisAD's Data & MathType hierarchy, as well as for VisAD Displays and remote collaboration. 
visad.bom   
visad.collab   
visad.data.amanda   
visad.java2d Provides support for two-dimensional VisAD Displays using Java2D. 
visad.java3d Provides support for two- and three-dimensional VisAD Displays using Java3D. 
visad.rabin   
visad.util Provides a collection of useful utilities, many of them GUI widgets, to aid in VisAD application design. 
 

Uses of ControlEvent in visad
 

Methods in visad with parameters of type ControlEvent
 void ControlListener.controlChanged(ControlEvent e)
          send a ControlEvent to this ControlListener
 void ControlListener.controlChanged(ControlEvent e)
          send a ControlEvent to this ControlListener
 

Uses of ControlEvent in visad.bom
 

Methods in visad.bom with parameters of type ControlEvent
 void DiscoverableZoom.controlChanged(ControlEvent e)
           
 void FrontDrawer.controlChanged(ControlEvent e)
           
 void DiscoverableZoom.controlChanged(ControlEvent e)
           
 void FrontDrawer.controlChanged(ControlEvent e)
           
 

Uses of ControlEvent in visad.collab
 

Methods in visad.collab with parameters of type ControlEvent
 void DisplayMonitorImpl.controlChanged(ControlEvent evt)
          Handles Control changes.
 void RemoteDisplayMonitorImpl.controlChanged(ControlEvent e)
          Forwards the event to the adapted remote DisplayMonitor.
 void DisplayMonitorImpl.controlChanged(ControlEvent evt)
          Handles Control changes.
 void RemoteDisplayMonitorImpl.controlChanged(ControlEvent e)
          Forwards the event to the adapted remote DisplayMonitor.
 

Uses of ControlEvent in visad.data.amanda
 

Methods in visad.data.amanda with parameters of type ControlEvent
 void TrackWidget.controlChanged(ControlEvent evt)
           
 void TrackWidget.controlChanged(ControlEvent evt)
           
 

Uses of ControlEvent in visad.java2d
 

Methods in visad.java2d with parameters of type ControlEvent
 void DisplayRendererJ2D.controlChanged(ControlEvent evt)
          Update internal values from those in the RendererControl.
 void DisplayRendererJ2D.controlChanged(ControlEvent evt)
          Update internal values from those in the RendererControl.
 

Uses of ControlEvent in visad.java3d
 

Methods in visad.java3d with parameters of type ControlEvent
 void DisplayRendererJ3D.controlChanged(ControlEvent evt)
          Update internal values from those in the RendererControl.
 void DisplayRendererJ3D.controlChanged(ControlEvent evt)
          Update internal values from those in the RendererControl.
 

Uses of ControlEvent in visad.rabin
 

Methods in visad.rabin with parameters of type ControlEvent
 void Rain.controlChanged(ControlEvent e)
          Handle changes to controls
 void Rain.controlChanged(ControlEvent e)
          Handle changes to controls
 

Uses of ControlEvent in visad.util
 

Methods in visad.util with parameters of type ControlEvent
 void AnimationWidget.controlChanged(ControlEvent e)
          ControlListener method used for programmatically moving JSlider
 void BaseRGBMap.controlChanged(ControlEvent evt)
          If the color data in the Control associated with this widget's Control has changed, update the data in the ColorMap.
 void ColorMapWidget.controlChanged(ControlEvent evt)
          Forward changes from the Control associated with this widget's ScalarMap to the internal shadow Control.
 void ContourWidget.controlChanged(ControlEvent e)
          ControlListener method for ContourControl.
 void GMCWidget.controlChanged(ControlEvent e)
          Handles GraphicsModeControl changes
 void SelectRangeWidget.controlChanged(ControlEvent e)
          ControlListener method for RangeControl
 void VisADSlider.controlChanged(ControlEvent e)
          Update slider when value of linked ValueControl changes
 void AnimationWidget.controlChanged(ControlEvent e)
          ControlListener method used for programmatically moving JSlider
 void BaseRGBMap.controlChanged(ControlEvent evt)
          If the color data in the Control associated with this widget's Control has changed, update the data in the ColorMap.
 void ColorMapWidget.controlChanged(ControlEvent evt)
          Forward changes from the Control associated with this widget's ScalarMap to the internal shadow Control.
 void ContourWidget.controlChanged(ControlEvent e)
          ControlListener method for ContourControl.
 void GMCWidget.controlChanged(ControlEvent e)
          Handles GraphicsModeControl changes
 void SelectRangeWidget.controlChanged(ControlEvent e)
          ControlListener method for RangeControl
 void VisADSlider.controlChanged(ControlEvent e)
          Update slider when value of linked ValueControl changes