Uses of Interface
gcspy.vis.DisconnectListener

Packages that use DisconnectListener
gcspy.vis This package provides the major classes for the GCspy visualiser. 
gcspy.vis.plugins This package provides the classes for the view plugin mechanism. 
gcspy.vis.plugins.histogram This package provides the classes for the histogram view. 
gcspy.vis.plugins.history This package provides the classes for the history view. 
gcspy.vis.plugins.text This package provides the classes for the text table view. 
 

Uses of DisconnectListener in gcspy.vis
 

Classes in gcspy.vis that implement DisconnectListener
(package private)  class GeneralInfoFrame
          Frame that holds the interpreter general info
(package private)  class LegendFrame
          Frame that displays the legend of the current space view
 class SpaceManager
          Manages the interaction between a Space and the visualiser
(package private)  class SummaryFrame
          Frame that holds space summaries
 class TileManagerColorsFrame
          Frame to change the color configuration for the tile manager
 

Methods in gcspy.vis with parameters of type DisconnectListener
 void MainFrame.addDisconnectListener(DisconnectListener listener)
          Add a disconnect listener
 

Uses of DisconnectListener in gcspy.vis.plugins
 

Classes in gcspy.vis.plugins that implement DisconnectListener
 class PluginFrame
          Abstract base class for plugins' frames.
 

Uses of DisconnectListener in gcspy.vis.plugins.histogram
 

Classes in gcspy.vis.plugins.histogram that implement DisconnectListener
 class HistogramFrame
          Frame that does all the histogram rendering
 

Uses of DisconnectListener in gcspy.vis.plugins.history
 

Classes in gcspy.vis.plugins.history that implement DisconnectListener
 class HistoryFrame
          Frame that does all the history graph rendering
 

Uses of DisconnectListener in gcspy.vis.plugins.text
 

Classes in gcspy.vis.plugins.text that implement DisconnectListener
 class TextFrame
          A simple, table-based textual view of the streams of a space