|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientSpace | |
---|---|
gcspy.interpreter.client | This package provides classes for the GCspy client, specifically client-side implementations of an interpreter and spaces, and listeners. |
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 | 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 ClientSpace in gcspy.interpreter.client |
---|
Methods in gcspy.interpreter.client that return ClientSpace | |
---|---|
ClientSpace |
ClientInterpreter.getClientSpace(int i)
Get a client space |
Methods in gcspy.interpreter.client with parameters of type ClientSpace | |
---|---|
void |
ClientInterpreter.callSpaceListeners(ClientSpace space)
Call the space listeners for a space |
void |
SpaceListener.space(ClientSpace space)
Respond to a SPACE command from the server. |
Uses of ClientSpace in gcspy.tools |
---|
Methods in gcspy.tools with parameters of type ClientSpace | |
---|---|
void |
TerminalStoreTrace.space(ClientSpace space)
|
void |
TerminalClient.space(ClientSpace space)
|
Uses of ClientSpace in gcspy.vis |
---|
Methods in gcspy.vis with parameters of type ClientSpace | |
---|---|
void |
SummaryFrame.space(ClientSpace space)
|
void |
SpaceManager.space(ClientSpace space)
|
void |
LegendFrame.space(ClientSpace space)
|
Constructors in gcspy.vis with parameters of type ClientSpace | |
---|---|
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 |
Uses of ClientSpace in gcspy.vis.plugins |
---|
Fields in gcspy.vis.plugins declared as ClientSpace | |
---|---|
protected ClientSpace |
PluginListener.space
The client space being visualised |
protected ClientSpace |
PluginFrame.space
The client space being visualised |
Methods in gcspy.vis.plugins with parameters of type ClientSpace | |
---|---|
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 |
abstract void |
PluginFrame.space(ClientSpace space)
|
Uses of ClientSpace in gcspy.vis.plugins.histogram |
---|
Methods in gcspy.vis.plugins.histogram with parameters of type ClientSpace | |
---|---|
void |
HistogramFrame.space(ClientSpace space)
|
Constructors in gcspy.vis.plugins.histogram with parameters of type ClientSpace | |
---|---|
HistogramFrame(AbstractFrame owner,
java.util.List<PluginFrame> pluginFrames,
ClientInterpreter interpreter,
ClientSpace space,
int selectedStream,
TileManagerColors tmColors)
Create a new histogram frame |
Uses of ClientSpace in gcspy.vis.plugins.history |
---|
Methods in gcspy.vis.plugins.history with parameters of type ClientSpace | |
---|---|
void |
HistoryFrame.space(ClientSpace space)
|
Constructors in gcspy.vis.plugins.history with parameters of type ClientSpace | |
---|---|
HistoryFrame(AbstractFrame owner,
java.util.List<PluginFrame> pluginFrames,
ClientInterpreter interpreter,
ClientSpace space,
int selectedStream,
TileManagerColors tmColors)
Create a new history frame |
Uses of ClientSpace in gcspy.vis.plugins.text |
---|
Methods in gcspy.vis.plugins.text with parameters of type ClientSpace | |
---|---|
(package private) void |
TextTableModel.setSpace(ClientSpace space)
Set the space to view |
void |
TextFrame.space(ClientSpace space)
|
Constructors in gcspy.vis.plugins.text with parameters of type ClientSpace | |
---|---|
TextFrame(AbstractFrame owner,
java.util.List<PluginFrame> pluginFrames,
ClientInterpreter interpreter,
ClientSpace space,
int selectedStream,
TileManagerColors tmColors)
Create a new TextFrame |
|
TextTableModel(ClientSpace space)
Create a model for a table view of a space |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |