Uses of Interface
visad.DisplayListener

Packages that use DisplayListener
visad The core VisAD package, providing support for VisAD's Data & MathType hierarchy, as well as for VisAD Displays and remote collaboration. 
visad.cluster   
visad.collab   
visad.jmet   
visad.ss Provides a spreadsheet user interface for VisAD that can import data from any form VisAD supports and compute new data objects using formulas by utilizing the visad.formula package. 
 

Uses of DisplayListener in visad
 

Classes in visad that implement DisplayListener
 class DataImpl.Syncher
          class used to synchronize with TRANSFORM_DONE events from dummy DisplayImplJ2D used by computeRanges()
 class DisplayImpl.Syncher
          Class used to ensure that all linked Data have been transformed and rendered, used by getImage()
 

Methods in visad with parameters of type DisplayListener
 void RemoteSlaveDisplayImpl.addDisplayListener(DisplayListener l)
          Add a display listener to this slave display.
 void LocalDisplay.addDisplayListener(DisplayListener listener)
          add a DisplayListener
 void DisplayImpl.addDisplayListener(DisplayListener listener)
          add a DisplayListener
 void RemoteSlaveDisplayImpl.removeDisplayListener(DisplayListener l)
          Remove a display listener from this slave display
 void LocalDisplay.removeDisplayListener(DisplayListener listener)
          Removes a DisplayListener.
 void DisplayImpl.removeDisplayListener(DisplayListener listener)
          remove a DisplayListener
 

Uses of DisplayListener in visad.cluster
 

Classes in visad.cluster that implement DisplayListener
 class TestProxyCluster
          TestProxyCluster is the class for testing the visad.cluster package.
 class TestSSCluster
          TestSSCluster is the class for testing the visad.cluster package.
 class TestWRFCluster
          TestWRFCluster is the class for testing the visad.cluster package.
 

Uses of DisplayListener in visad.collab
 

Subinterfaces of DisplayListener 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 DisplayListener
 class DisplayMonitorImpl
          DisplayMonitorImpl is the Display monitor implementation.
 class RemoteDisplayMonitorImpl
          RemoteDisplayMonitorImpl is the implementation of the VisAD RemoteDisplayMonitor class.
 

Uses of DisplayListener in visad.jmet
 

Classes in visad.jmet that implement DisplayListener
 class ShowNCEPModel
           
 

Uses of DisplayListener in visad.ss
 

Classes in visad.ss that implement DisplayListener
 class BasicSSCell
          BasicSSCell represents a single spreadsheet display cell.
 class FancySSCell
          FancySSCell is an extension of BasicSSCell with extra options, such as a file loader dialog and a dialog to set up ScalarMaps.
 class SpreadSheet
          SpreadSheet is a user interface for VisAD that supports multiple 3-D displays (FancySSCells).
 

Methods in visad.ss with parameters of type DisplayListener
 void BasicSSCell.addDisplayListener(DisplayListener d)
          Adds a DisplayListener.
 void BasicSSCell.removeDisplayListener(DisplayListener d)
          Removes a DisplayListener from this cell.