Uses of Class
gcspy.vis.plugins.PluginFrame

Packages that use PluginFrame
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 PluginFrame in gcspy.vis.plugins
 

Fields in gcspy.vis.plugins with type parameters of type PluginFrame
protected  java.util.List<PluginFrame> PluginListener.pluginFrames
          A The list of plugin frames known to the space manager
protected  java.util.List<PluginFrame> PluginFrame.pluginFrames
          A The list of plugin frames known to the space manager
 

Method parameters in gcspy.vis.plugins with type arguments of type PluginFrame
 void PluginListener.init(AbstractFrame owner, java.util.List<PluginFrame> pluginFrames, ClientInterpreter interpreter, ClientSpace space, int selectedStream, TileManagerColors colorConfig)
          Initialise this view.
protected  void PluginFrame.setup(ClientInterpreter interpreter, java.util.List<PluginFrame> pluginFrames, ClientSpace space, TileManagerColors tmColors, java.lang.String title)
          Initialise a Plugin Frame
 

Uses of PluginFrame in gcspy.vis.plugins.histogram
 

Subclasses of PluginFrame in gcspy.vis.plugins.histogram
 class HistogramFrame
          Frame that does all the histogram rendering
 

Constructor parameters in gcspy.vis.plugins.histogram with type arguments of type PluginFrame
HistogramFrame(AbstractFrame owner, java.util.List<PluginFrame> pluginFrames, ClientInterpreter interpreter, ClientSpace space, int selectedStream, TileManagerColors tmColors)
          Create a new histogram frame
 

Uses of PluginFrame in gcspy.vis.plugins.history
 

Subclasses of PluginFrame in gcspy.vis.plugins.history
 class HistoryFrame
          Frame that does all the history graph rendering
 

Constructor parameters in gcspy.vis.plugins.history with type arguments of type PluginFrame
HistoryFrame(AbstractFrame owner, java.util.List<PluginFrame> pluginFrames, ClientInterpreter interpreter, ClientSpace space, int selectedStream, TileManagerColors tmColors)
          Create a new history frame
 

Uses of PluginFrame in gcspy.vis.plugins.text
 

Subclasses of PluginFrame in gcspy.vis.plugins.text
 class TextFrame
          A simple, table-based textual view of the streams of a space
 

Constructor parameters in gcspy.vis.plugins.text with type arguments of type PluginFrame
TextFrame(AbstractFrame owner, java.util.List<PluginFrame> pluginFrames, ClientInterpreter interpreter, ClientSpace space, int selectedStream, TileManagerColors tmColors)
          Create a new TextFrame