Serialized Form


Package synapsi.data

Class synapsi.data.DataClient implements Serializable

Serialized Fields

dataGroup


DataGroup dataGroup

dataVersion


DataVersion dataVersion

ip


java.lang.String ip

Class synapsi.data.DataGroup implements Serializable

Serialized Fields

clients


java.util.Vector clients

dataVersion


DataVersion dataVersion

id


java.lang.String id

Class synapsi.data.DataInfo implements Serializable

Class synapsi.data.DataSettings implements Serializable

Serialized Fields

defaultGroup


DataGroup defaultGroup
This is used only when serializing / de-serializing. Do not use this for any other purpose

iConcurrentClients


int iConcurrentClients

Class synapsi.data.DataVersion implements Serializable

Serialized Fields

fileName


java.lang.String fileName

id


java.lang.String id

MD5


byte[] MD5

os


java.lang.String os

vecClients


java.util.Vector vecClients

vecGroups


java.util.Vector vecGroups

version


java.lang.String version


Package synapsi.gui

Class synapsi.gui.About implements Serializable

Serialized Fields

copyR


javax.swing.JLabel copyR

heading


javax.swing.JLabel heading

info


javax.swing.JLabel info

okButton


javax.swing.JButton okButton

version


javax.swing.JLabel version

wholePanel


javax.swing.JPanel wholePanel

Class synapsi.gui.AddPackage implements Serializable

Serialized Fields

browseButton


javax.swing.JButton browseButton

cancelButton


javax.swing.JButton cancelButton

file


javax.swing.JLabel file

fileField


javax.swing.JTextField fileField

lastCheckedPath


java.lang.String lastCheckedPath

MD5


byte[] MD5

name


javax.swing.JLabel name

nameField


javax.swing.JTextField nameField

okButton


javax.swing.JButton okButton

parent


PackageMana parent

target


java.lang.String target

versionNumber


java.lang.String versionNumber

wholePanel


javax.swing.JPanel wholePanel

Class synapsi.gui.ClientTableModel implements Serializable

Serialized Fields

columnNames


java.lang.String[] columnNames

datarows


java.util.Vector datarows

Class synapsi.gui.DragSourceTable implements Serializable

Serialized Fields

baseModel


ClientTableModel baseModel

dgListener


java.awt.dnd.DragGestureListener dgListener

dragSource


java.awt.dnd.DragSource dragSource

dsListener


java.awt.dnd.DragSourceListener dsListener

parent


NeuronMainWindow parent

Class synapsi.gui.DropTargetTable implements Serializable

Serialized Fields

acceptableActions


int acceptableActions

dropTarget


java.awt.dnd.DropTarget dropTarget

dtListener


java.awt.dnd.DropTargetListener dtListener

parent


NeuronMainWindow parent

Class synapsi.gui.EditGroup implements Serializable

Serialized Fields

cancelButton


javax.swing.JButton cancelButton

currentGroup


java.lang.String currentGroup

editor


GroupEditor editor

name


javax.swing.JLabel name

nameField


javax.swing.JTextField nameField

okButton


javax.swing.JButton okButton

version


javax.swing.JLabel version

versionField


javax.swing.JComboBox versionField

wholePanel


javax.swing.JPanel wholePanel

Class synapsi.gui.GeneralMana implements Serializable

Serialized Fields

cancelButton


javax.swing.JButton cancelButton

label


javax.swing.JLabel label

numberField


NumberSpinControl numberField

okButton


javax.swing.JButton okButton

parent


NeuronMainWindow parent

subXPanel


javax.swing.JPanel subXPanel

wholePanel


javax.swing.JPanel wholePanel

Class synapsi.gui.GroupMana implements Serializable

Serialized Fields

addButton


javax.swing.JButton addButton

editButton


javax.swing.JButton editButton

exitButton


javax.swing.JButton exitButton

groupPane


javax.swing.JScrollPane groupPane

groupTable


javax.swing.JTable groupTable

info


javax.swing.JLabel info

parent


NeuronMainWindow parent

popup


javax.swing.JPopupMenu popup

removeButton


javax.swing.JButton removeButton

tableModel


GroupTableModel tableModel

tableSorter


TableSorter tableSorter

wholePanel


javax.swing.JPanel wholePanel

Class synapsi.gui.GroupTableModel implements Serializable

Serialized Fields

columnNames


java.lang.String[] columnNames

datarows


java.util.Vector datarows

Class synapsi.gui.Help implements Serializable

Serialized Fields

exitButton


javax.swing.JButton exitButton
Attribute exitButton is the button to exit this window.

listModel


javax.swing.DefaultListModel listModel
Attribute listModel is the list model of topics list.

scrollPane


javax.swing.JScrollPane scrollPane
Attribute scrollPane is the pane to scroll topicsList.

showButton


javax.swing.JButton showButton
Attribute showButton is the button to show a help topic.

topics


javax.swing.JLabel topics
Attribute topics is the "Topics" label in the window.

topicsList


javax.swing.JList topicsList
Attribute topicsList is the list of topics.

wholePanel


javax.swing.JPanel wholePanel
Attribute wholePanel is the panel containing all window widgets.

Class synapsi.gui.HelpTopic implements Serializable

Serialized Fields

exitButton


javax.swing.JButton exitButton
Attribute exitButton is the "Exit" button of the HelpTopic window.

scrollPane


javax.swing.JScrollPane scrollPane

textArea


javax.swing.JEditorPane textArea
Attribute textArea is the help text area of the HelpTopic window.

wholePanel


javax.swing.JPanel wholePanel
Attribute wholePanel contains all widgets on this window.

Class synapsi.gui.MainMenu implements Serializable

Class synapsi.gui.NeuronMainWindow implements Serializable

Serialized Fields

activeGroup


javax.swing.JLabel activeGroup

clientSorter


TableSorter clientSorter

clientTable


DragSourceTable clientTable

dataInterface


MainForGui dataInterface

groupModel


GroupTableModel groupModel

groupPane


javax.swing.JScrollPane groupPane

groupSorter


TableSorter groupSorter

groupTable


DropTargetTable groupTable

managementButton


javax.swing.JButton managementButton

menuBar


MainMenu menuBar

swVersion


javax.swing.JLabel swVersion

tableModel


ClientTableModel tableModel

tablePane


javax.swing.JScrollPane tablePane

Class synapsi.gui.PackageMana implements Serializable

Serialized Fields

addButton


javax.swing.JButton addButton

errorMessage


java.lang.String errorMessage

exitButton


javax.swing.JButton exitButton

info


javax.swing.JLabel info

packageModel


PackageTableModel packageModel

packagePane


javax.swing.JScrollPane packagePane

packageTable


javax.swing.JTable packageTable

parent


NeuronMainWindow parent

popup


javax.swing.JPopupMenu popup

removeButton


javax.swing.JButton removeButton

sorter


TableSorter sorter

wholePanel


javax.swing.JPanel wholePanel

Class synapsi.gui.PackageTableModel implements Serializable

Serialized Fields

columnNames


java.lang.String[] columnNames

datarows


java.util.Vector datarows

Class synapsi.gui.SendClientInfo implements Serializable

Serialized Fields

activeBox


javax.swing.JCheckBox activeBox

activeChoice


javax.swing.JLabel activeChoice

cancelButton


javax.swing.JButton cancelButton

name


javax.swing.JLabel name

nameField


javax.swing.JTextField nameField

okButton


javax.swing.JButton okButton

parent


NeuronMainWindow parent

subXPanel


javax.swing.JPanel subXPanel

wholePanel


javax.swing.JPanel wholePanel


Package synapsi.gui.util

Class synapsi.gui.util.NumberSpinControl implements Serializable

Class synapsi.gui.util.SpinControl implements Serializable

Serialized Fields

actionCommand


java.lang.String actionCommand
This objects action-command

decreaseButton


javax.swing.plaf.basic.BasicArrowButton decreaseButton
Button decreasing spin controls value

editAllowed


boolean editAllowed
Is direct editing enabled

increaseButton


javax.swing.plaf.basic.BasicArrowButton increaseButton
Button increasing spin controls value

listeners


java.awt.event.ActionListener[] listeners
List of all actionListeners

subYPanel


javax.swing.JPanel subYPanel
Panel containing actual spin control components

textField


javax.swing.JTextField textField
JTextField containing spin controls data

Class synapsi.gui.util.TableMap implements Serializable

Serialized Fields

model


javax.swing.table.TableModel model
Actual TableModel of the table to be mapped

Class synapsi.gui.util.TableSorter implements Serializable

Serialized Fields

ascending


boolean ascending
Are we sorting rows in ascending order

compares


int compares
Helpvariable used while sorting

indexes


int[] indexes
Mapping of sorter indexes to actual indexes

lastSortDirection


boolean lastSortDirection
Direction of the last sort

lastSortedColumn


int lastSortedColumn
Last column that was sorted

mainView


NeuronMainWindow mainView
Link to parent window

sortingColumns


java.util.Vector sortingColumns
Vector used while sorting columns

trueSortDirection


boolean trueSortDirection
The real default sort direction

Class synapsi.gui.util.WholeNumberDocument implements Serializable