Uses of Class
gcspy.vis.utils.AbstractFrame

Packages that use AbstractFrame
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. 
gcspy.vis.utils This package provides utility classes for the visualiser. 
 

Uses of AbstractFrame in gcspy.vis
 

Subclasses of AbstractFrame in gcspy.vis
(package private)  class EventCountFrame
          Window about event counting
(package private)  class EventFilterFrame
          Window about event filtering
(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 MainFrame
          Main frame of the visualiser
(package private)  class SummaryFrame
          Frame that holds space summaries
 class TileManagerColorsFrame
          Frame to change the color configuration for the tile manager
(package private)  class TimersFrame
          Window about timers
 

Constructors in gcspy.vis with parameters of type AbstractFrame
EventCountFrame(AbstractFrame owner, ClientInterpreter interpreter)
          Create a new event count frame
EventFilterFrame(AbstractFrame owner, java.lang.String[] eventNames, EventFilters eventFilters, EventFilterListener listener)
          Create a new event filter frame
GeneralInfoFrame(AbstractFrame owner, ClientInterpreter interpreter)
          Create a new information frame
LegendFrame(AbstractFrame owner, ClientInterpreter interpreter, ClientSpace space, int streamID, TileManagerColors colorConfig)
          Construct a new legend frame
SpaceManager(AbstractFrame owner, ClientInterpreter interpreter, ClientSpace space, SpaceManagerInterface spaceManagerInterface, boolean active, boolean small, boolean tiny)
          Create a new space manager
SummaryFrame(AbstractFrame owner, ClientInterpreter interpreter, ClientSpace space)
          Create a new summary frame
TileManagerColorsFrame(AbstractFrame owner, Space space, SpaceManager spaceManager, TileManagerColors colorConfig, LegendFrame legendFrame)
          Create a new frame for choosing tile colours
TimersFrame(AbstractFrame owner)
          Create a new timers frame
 

Uses of AbstractFrame in gcspy.vis.plugins
 

Subclasses of AbstractFrame in gcspy.vis.plugins
 class PluginFrame
          Abstract base class for plugins' frames.
 

Fields in gcspy.vis.plugins declared as AbstractFrame
protected  AbstractFrame PluginListener.owner
          The frame that owns this plugin
 

Methods in gcspy.vis.plugins with parameters of type AbstractFrame
 void PluginListener.init(AbstractFrame owner, java.util.List<PluginFrame> pluginFrames, ClientInterpreter interpreter, ClientSpace space, int selectedStream, TileManagerColors colorConfig)
          Initialise this view.
 

Constructors in gcspy.vis.plugins with parameters of type AbstractFrame
PluginFrame(AbstractFrame owner, AbstractFrame.Position position, boolean reposition)
          Create a new frame for a plugin
 

Uses of AbstractFrame in gcspy.vis.plugins.histogram
 

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

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

Uses of AbstractFrame in gcspy.vis.plugins.history
 

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

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

Uses of AbstractFrame in gcspy.vis.plugins.text
 

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

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

Uses of AbstractFrame in gcspy.vis.utils
 

Subclasses of AbstractFrame in gcspy.vis.utils
 class TextAreaFrame
          Generic frame that contains a text area
 

Methods in gcspy.vis.utils with parameters of type AbstractFrame
protected  void AbstractFrame.placeIt(AbstractFrame owner, AbstractFrame.Position position)
          Place the frame relative to its owner
 

Constructors in gcspy.vis.utils with parameters of type AbstractFrame
AbstractFrame(AbstractFrame owner, AbstractFrame.Position position, boolean reposition)
          A new AbstractFrame
TextAreaFrame(AbstractFrame owner, AbstractFrame.Position position, boolean reposition)
          A new frame with a text area