Uses of Interface
visad.ControlListener

Packages that use ControlListener
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.cluster   
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 ControlListener in visad
 

Classes in visad that implement ControlListener
 class DisplayRenderer
          DisplayRenderer is the VisAD abstract super-class for background and metadata rendering algorithms.
 

Methods in visad with parameters of type ControlListener
 void Control.addControlListener(ControlListener listener)
          add a ControlListener
 void AVControl.addControlListener(ControlListener listener)
          in future, notify listener of changes in this AVControl
 void ContourControl.addProjectionControlListener(ControlListener cl, ProjectionControl pcntrl)
          remove previous projListener from pcntrl, and save cl as new projListener
 void Control.removeControlListener(ControlListener listener)
          remove a ControlListener
 void AVControl.removeControlListener(ControlListener listener)
          stop notifying listener of changes in this AVControl
 

Uses of ControlListener in visad.bom
 

Classes in visad.bom that implement ControlListener
 class DiscoverableZoom
          DiscoverableZoom is the VisAD class for discoverable zoom of displayed data.
 class FrontDrawer
          FrontDrawer is the VisAD class for manipulation of fronts
 

Uses of ControlListener in visad.cluster
 

Classes in visad.cluster that implement ControlListener
 class ClientDisplayRendererJ3D
          ClientDisplayRendererJ3D is the DisplayRenderer for cluster clients.
 class NodeDisplayRendererJ3D
          NodeDisplayRendererJ3D is the DisplayRenderer for cluster nodes.
 class UserDisplayRendererJ3D
          UserDisplayRendererJ3D is the DisplayRenderer for remote users connecting to a cluster via a proxy on the client.
 

Uses of ControlListener in visad.collab
 

Subinterfaces of ControlListener in visad.collab
 interface DisplayMonitor
          DisplayMonitor is the interface for objects which monitor the state of Controls, Displays and ScalarMaps.
 interface RemoteDisplayMonitor
          RemoteDisplayMonitor is the interface for monitoring RemoteDisplays.
 

Classes in visad.collab that implement ControlListener
 class DisplayMonitorImpl
          DisplayMonitorImpl is the Display monitor implementation.
 class RemoteDisplayMonitorImpl
          RemoteDisplayMonitorImpl is the implementation of the VisAD RemoteDisplayMonitor class.
 

Uses of ControlListener in visad.data.amanda
 

Classes in visad.data.amanda that implement ControlListener
 class TrackWidget
           
 

Uses of ControlListener in visad.java2d
 

Classes in visad.java2d that implement ControlListener
 class DefaultDisplayRendererJ2D
          DefaultDisplayRendererJ2D is the VisAD class for default background and metadata rendering under Java2D.
 class DisplayRendererJ2D
          DisplayRendererJ2D is the VisAD abstract super-class for background and metadata rendering algorithms.
 

Uses of ControlListener in visad.java3d
 

Classes in visad.java3d that implement ControlListener
 class DefaultDisplayRendererJ3D
          DefaultDisplayRendererJ3D is the VisAD class for the default background and metadata rendering algorithm under Java3D.
 class DisplayRendererJ3D
          DisplayRendererJ3D is the VisAD abstract super-class for background and metadata rendering algorithms.
 class ImmersaDeskDisplayRendererJ3D
          ImmersaDeskDisplayRendererJ3D is the VisAD class for the ImmersaDesk background and metadata rendering algorithm under Java3D.
 class TransformOnlyDisplayRendererJ3D
          TransformOnlyDisplayRendererJ3D is the VisAD class for the transforming but not rendering under Java3D.
 class TwoDDisplayRendererJ3D
          TwoDDisplayRendererJ3D is the VisAD class for 2-D background and metadata rendering under Java3D.
 

Uses of ControlListener in visad.rabin
 

Classes in visad.rabin that implement ControlListener
 class Rain
           
 

Uses of ControlListener in visad.util
 

Classes in visad.util that implement ControlListener
 class AnimationWidget
          A widget that allows users to control aspects of animation (stop/start, step, animation speed and direction).
 class BaseRGBMap
          An extensible RGB colormap with no interpolation between the internally stored values.
 class ColorMapWidget
          A color widget that allows users to interactively map numeric data to RGB/RGBA tuples in a ScalarMap.
 class ContourWidget
          A widget that allows users to control iso-contours.
 class GMCWidget
          A widget that allows users to control graphics mode parameters.
 class RGBAMap
          A simple RGBA colormap with no interpolation between the internally stored values.
 class RGBMap
          A simple RGB colormap with no interpolation between the internally stored values.
 class SelectRangeWidget
          A slider widget that allows users to select a lower and upper bound.
 class VisADSlider
          VisADSlider combines a JSlider and a JLabel and links them to either a Real (via a DataReference) or a ScalarMap that maps to Display.SelectValue.