Uses of Class
gcspy.interpreter.Space

Packages that use Space
gcspy.interpreter This class provides classes shared by interpreters for GCspy clients and servers, including the Space and Stream abstractions. 
gcspy.interpreter.client This package provides classes for the GCspy client, specifically client-side implementations of an interpreter and spaces, and listeners. 
gcspy.interpreter.server This package provides classes for the GCspy server, specifically server-side implementations of an interpreter and spaces. 
gcspy.tools This package provides classes for GCspy tools for saving and replaying traces. 
gcspy.vis This package provides the major classes for the GCspy visualiser. 
gcspy.vis.plugins.history This package provides the classes for the history view. 
 

Uses of Space in gcspy.interpreter
 

Fields in gcspy.interpreter declared as Space
protected  Space[] Interpreter.spaces
          The spaces
 

Methods in gcspy.interpreter that return Space
 Space InputGenerator.createSpace()
          Create a new space
 Space Interpreter.getSpace(int i)
          Return a space
 

Methods in gcspy.interpreter with parameters of type Space
 void Stream.setSpace(Space space)
          Set the space for this stream
 void Interpreter.setSpace(Space space)
          Set one space
 

Uses of Space in gcspy.interpreter.client
 

Subclasses of Space in gcspy.interpreter.client
 class ClientSpace
          Represents a client-side space
 

Uses of Space in gcspy.interpreter.server
 

Subclasses of Space in gcspy.interpreter.server
 class ServerSpace
          Represents a server-side space
 

Methods in gcspy.interpreter.server with parameters of type Space
 void ServerInterpreter.sendSpace(Space space)
          Send a space
 

Uses of Space in gcspy.tools
 

Methods in gcspy.tools that return Space
 Space FileTrace.createSpace()
          Create a new space
 

Methods in gcspy.tools with parameters of type Space
 void FileTrace.writeSpace(Space space)
          Write a space
 

Uses of Space in gcspy.vis
 

Constructors in gcspy.vis with parameters of type Space
TileManagerColors(Space space)
          Create new set of (default) colours for a space
TileManagerColorsFrame(AbstractFrame owner, Space space, SpaceManager spaceManager, TileManagerColors colorConfig, LegendFrame legendFrame)
          Create a new frame for choosing tile colours
 

Uses of Space in gcspy.vis.plugins.history
 

Constructors in gcspy.vis.plugins.history with parameters of type Space
HistoryConfigDialog(javax.swing.JFrame owner, HistoryConfig config, Interpreter interpreter, Space space, TileManagerColors tmColors)
          A new configuration dialog for the history view