Serialized Form


Package gcspy.comm

Class gcspy.comm.BufferedIOException extends java.lang.RuntimeException implements Serializable

Class gcspy.comm.CommandStreamException extends java.lang.RuntimeException implements Serializable


Package gcspy.interpreter

Class gcspy.interpreter.InterpreterException extends java.lang.RuntimeException implements Serializable


Package gcspy.test

Class gcspy.test.TestTileManager extends javax.swing.JFrame implements Serializable

Serialized Fields

tileManager

TileManager tileManager

count

int count

Class gcspy.test.TestTileManager2 extends javax.swing.JFrame implements Serializable

Serialized Fields

tileManager

TileManager tileManager

smallManager

TileManager smallManager

largeManager

TileManager largeManager

Package gcspy.tools

Class gcspy.tools.FileTraceException extends java.lang.RuntimeException implements Serializable


Package gcspy.vis

Class gcspy.vis.MainFrame extends AbstractFrame implements Serializable

Serialized Fields

activityTF

javax.swing.JTextField activityTF

blockInfoTA

javax.swing.JTextArea blockInfoTA

viewSelectorCB

javax.swing.JComboBox viewSelectorCB

viewSelectorEnabled

boolean viewSelectorEnabled

connectB

javax.swing.JButton connectB

disconnectB

javax.swing.JButton disconnectB

connectedL

ConnectionInfoLabel connectedL

pauseB

javax.swing.JButton pauseB

playB

javax.swing.JButton playB

playOneB

javax.swing.JButton playOneB

spacesP

javax.swing.JPanel spacesP

toolsP

javax.swing.JPanel toolsP

bottomP

javax.swing.JPanel bottomP

magP

javax.swing.JPanel magP

windowsM

javax.swing.JMenu windowsM

pluginsM

javax.swing.JMenu pluginsM

generalInfoMI

javax.swing.JMenuItem generalInfoMI

timersMI

javax.swing.JMenuItem timersMI

eventCountMI

javax.swing.JMenuItem eventCountMI

eventFilterMI

javax.swing.JMenuItem eventFilterMI

interpreter

ClientInterpreter interpreter

host

java.lang.String host

port

int port

pauseAtStart

boolean pauseAtStart

small

boolean small

tiny

boolean tiny

doConnect

boolean doConnect

mainLoopThread

gcspy.vis.MainFrame.MainLoopThread mainLoopThread

activeSpaceManager

SpaceManager activeSpaceManager

eventFilterFrame

EventFilterFrame eventFilterFrame

eventCountFrame

EventCountFrame eventCountFrame

generalInfoFrame

GeneralInfoFrame generalInfoFrame

timersFrame

TimersFrame timersFrame

disconnectListeners

java.util.List<E> disconnectListeners

Class gcspy.vis.TileManager extends javax.swing.JComponent implements Serializable

Serialized Fields

colorConfig

TileManagerColors colorConfig

image

java.awt.image.BufferedImage image

imageG

java.awt.Graphics imageG

dbImage

java.awt.image.BufferedImage dbImage

dbImageG

java.awt.Graphics dbImageG

drawIt

boolean drawIt

maxTiles

int maxTiles

low

int low

maxTilesCalc

int maxTilesCalc

currentVisibleTiles

int currentVisibleTiles

overflow

boolean overflow

borderGap

int borderGap

gap

int gap

selectionStart

int selectionStart

selectionEnd

int selectionEnd

tileW

int tileW

tileH

int tileH

tileSH

int tileSH

footer

boolean footer

footerH

int footerH

tileHW

int tileHW

tileHH

int tileHH

columns

int columns

rows

int rows

width

int width

height

int height

leftBorder

int leftBorder

topBorder

int topBorder

extraLeftPadding

int extraLeftPadding

title

java.lang.String title

singleRow

boolean singleRow

selected

boolean selected

shiftSelected

boolean shiftSelected

selectedTile

int selectedTile

selectedTileTmp

int selectedTileTmp

markers

Markers markers

listeners

java.util.List<E> listeners

mouseListener

gcspy.vis.TileManager.MouseL mouseListener

markerRangeListener

MarkerRangeListener markerRangeListener

drawFrame

boolean drawFrame

Class gcspy.vis.TileManagerColorsFrame extends AbstractFrame implements Serializable

Serialized Fields

legendFrame

LegendFrame legendFrame

spaceManager

SpaceManager spaceManager

colorConfig

TileManagerColors colorConfig

minorRedrawListener

ColorChooserListener minorRedrawListener

majorRedrawListener

ColorChooserListener majorRedrawListener

streamCC

ColorChooser streamCC

selectedCC

ColorChooser selectedCC

markerCC

ColorChooser markerCC

activeMarkerCC

ColorChooser activeMarkerCC

separatorCC

ColorChooser separatorCC

linkCC

ColorChooser linkCC

closeB

javax.swing.JButton closeB

defaultsB

javax.swing.JButton defaultsB

listenerEnabled

boolean listenerEnabled

selectedStream

int selectedStream

Package gcspy.vis.plugins

Class gcspy.vis.plugins.PluginException extends java.lang.RuntimeException implements Serializable

Class gcspy.vis.plugins.PluginFrame extends AbstractFrame implements Serializable

Serialized Fields

interpreter

ClientInterpreter interpreter
The Client Interpreter


pluginFrames

java.util.List<E> pluginFrames
A The list of plugin frames known to the space manager


space

ClientSpace space
The client space being visualised


tmColors

TileManagerColors tmColors
The tile manager colours for this space


Package gcspy.vis.plugins.histogram

Class gcspy.vis.plugins.histogram.HistogramFrame extends PluginFrame implements Serializable

Serialized Fields

NO_TILE_STRING

java.lang.String NO_TILE_STRING

LEGEND_LIST_FONT

java.awt.Font LEGEND_LIST_FONT

canvasScrollPane

javax.swing.JScrollPane canvasScrollPane

canvas

HistogramCanvas canvas

closeB

javax.swing.JButton closeB

streamCB

javax.swing.JComboBox streamCB

tileLegendList

javax.swing.JList tileLegendList

tileLegendModel

javax.swing.DefaultListModel tileLegendModel

config

HistogramConfig config

currentTileNum

int currentTileNum

Package gcspy.vis.plugins.history

Class gcspy.vis.plugins.history.HistoryFrame extends PluginFrame implements Serializable

Serialized Fields

scrollPane

javax.swing.JScrollPane scrollPane

canvas

HistoryCanvas canvas

startB

javax.swing.JButton startB

stopB

javax.swing.JButton stopB

configB

javax.swing.JButton configB

saveB

javax.swing.JButton saveB

maxB

javax.swing.JButton maxB

closeB

javax.swing.JButton closeB

scrollCB

javax.swing.JCheckBox scrollCB

titleL

javax.swing.JLabel titleL

titleR

javax.swing.JLabel titleR

config

HistoryConfig config

maxTileNum

int maxTileNum

started

boolean started

scroll

boolean scroll

Package gcspy.vis.plugins.text

Class gcspy.vis.plugins.text.TextFrame extends PluginFrame implements Serializable

Serialized Fields

maxTileNum

int maxTileNum

tableModel

TextTableModel tableModel

Class gcspy.vis.plugins.text.TextTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

space

ClientSpace space

data

java.util.List<E> data

len

int len

sortColumn

int sortColumn

ascending

boolean ascending

Package gcspy.vis.utils

Class gcspy.vis.utils.AbstractFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

owner

AbstractFrame owner

position

AbstractFrame.Position position

reposition

boolean reposition

first

boolean first

comp

javax.swing.JComponent comp

Class gcspy.vis.utils.ColorChooser extends javax.swing.JPanel implements Serializable

Serialized Fields

comboBox

javax.swing.JComboBox comboBox

label

javax.swing.JLabel label

listeners

java.util.List<E> listeners

Class gcspy.vis.utils.MultiLineHeaderRenderer extends javax.swing.JPanel implements Serializable

Serialized Fields

horizontalAlignment

int horizontalAlignment

verticalAlignment

int verticalAlignment

alignmentX

float alignmentX

columnHeights

java.util.Map<K,V> columnHeights

Class gcspy.vis.utils.OKCancelDialog extends AbstractDialog implements Serializable

Serialized Fields

okB

javax.swing.JButton okB

cancelB

javax.swing.JButton cancelB

oked

boolean oked
The result

Class gcspy.vis.utils.PopupToggleMenu extends javax.swing.JButton implements Serializable

Serialized Fields

menuItems

javax.swing.JCheckBoxMenuItem[] menuItems

menu

javax.swing.JPopupMenu menu

Class gcspy.vis.utils.TextAreaFrame extends AbstractFrame implements Serializable

Serialized Fields

textArea

javax.swing.JTextArea textArea
The text area


closeB

javax.swing.JButton closeB