Synergy Home Page

Serialized Form


Package au.edu.swin.synergy.kernel

Class au.edu.swin.synergy.kernel.BBoolean implements Serializable

Serialized Fields

value

boolean value

Class au.edu.swin.synergy.kernel.BCommandEvent implements Serializable

Serialized Fields

autoComplete

boolean autoComplete

completionCount

int completionCount

completionStatus

int completionStatus

connectionID

int connectionID

index

int index

networkStatus

int networkStatus

threadCount

int threadCount
Completion management if the thread count is decremented to 0 and completion count is still 0 then we call completion with a status code which indicates that no plugins processed the event a plugin can process the event, and not call completion which still means the completion count is still 0

undoable

boolean undoable

Class au.edu.swin.synergy.kernel.BKernel implements Serializable

Serialized Fields

dependantModuleList

BStringList dependantModuleList
A list of modules which have dependancies which are being processed This is used to prevent circular dependancies

failedModuleList

BStringList failedModuleList
A list of modules which have faile to load do not try to load this again

listeners

Vector listeners
The registered listeners This will possibly become a number of lists, one for each event type

moduleList

BStringList moduleList
A list of loaded module names This is used to prevent plugins from being loaded many times

pluginList

Hashtable pluginList
This is so we can get a refrence to a plugin by name


Package au.edu.swin.synergy.kernel.event

Class au.edu.swin.synergy.kernel.event.BBootCE implements Serializable

Class au.edu.swin.synergy.kernel.event.BShutdownCE implements Serializable

Serialized Fields

cancel

boolean cancel


Package au.edu.swin.synergy.lib

Class au.edu.swin.synergy.lib.BColorCombo implements Serializable

Class au.edu.swin.synergy.lib.BComboBoxModel implements Serializable

Serialized Fields

selectedItem

Object selectedItem
Represents the item that is currently selected in a JComboBox

Class au.edu.swin.synergy.lib.BDynamicPane implements Serializable

Serialized Fields

borderLayout1

BorderLayout borderLayout1

borderLayout2

BorderLayout borderLayout2

contentPane

JPanel contentPane

divider

BDynamicPaneDivider divider

dividerLocation

String dividerLocation
The location the divider is at

dividerSize

int dividerSize
The divider size

floatingDivider

Window floatingDivider
This is what the divider sits on when it is being dragged

isDragging

boolean isDragging
is the divider currently being dragged

isInitialised

boolean isInitialised
Indicates whether this has been initialised or not

lastSize

Dimension lastSize
The value to change when resizing

maxBottomRight

Point maxBottomRight
This is the maximum bottom and right values the divider can go to

maxTopLeft

Point maxTopLeft
This is the maximum left and top values the divider can go to

mouseListener

au.edu.swin.synergy.lib.BDynamicPane.DragListener mouseListener
The mouse listener for the divider

parent

Frame parent

startHeight

int startHeight
This is the height of the pane when dragging starts

startWidth

int startWidth
This is the width of the pane when dragging starts

stepSize

int stepSize
This indicates the step size for resizing

synergyDarkBlue

Color synergyDarkBlue
The darker of the two synergy blues

synergyLightBlue

Color synergyLightBlue
The darker of the two synergy blues

targetParent

Container targetParent
The parent to re-layout after the move

Class au.edu.swin.synergy.lib.BDynamicPaneDivider implements Serializable

Class au.edu.swin.synergy.lib.BFile implements Serializable

Serialized Fields

compressionRate

int compressionRate
Compression rate specified by the user.

file

File file
Name of file to be compressed and sent.

fileBuffer

byte[] fileBuffer
Contains compressed file(s).

fileCompressed

boolean fileCompressed
Specifies whether file(s) registered with class have been compressed.

fileGroup

File[] fileGroup
Names of files to be compressed and sent.

manyFiles

boolean manyFiles
Specifies whether one or many files are to be compressed.

Class au.edu.swin.synergy.lib.BGridBagConstraints implements Serializable

Class au.edu.swin.synergy.lib.BListModel implements Serializable

Serialized Fields

listContent

Vector listContent
The content of the list model

Class au.edu.swin.synergy.lib.BSplitPane implements Serializable

Serialized Fields

buffering

boolean buffering
Indicates whether we are currently buffering some changes or not

dividerLocation

int dividerLocation
This is the location the divider will be set at when the split pane becomes visible

isInitialised

boolean isInitialised
Indicates whether the split pane has been painted before

oppositeSplitPane

BSplitPane oppositeSplitPane
The reference to the opposite split pain which is affected by the relocation of the divider in this split pane.

Class au.edu.swin.synergy.lib.BStringList implements Serializable

Serialized Fields

delimiters

String delimiters

vector

Vector vector

Class au.edu.swin.synergy.lib.BTextArea implements Serializable


Package au.edu.swin.synergy.math

Class au.edu.swin.synergy.math.BScalar implements Serializable

Serialized Fields

value

int value
the current value of this scalar

Class au.edu.swin.synergy.math.BScalarPoint implements Serializable

Serialized Fields

point

Point point

Class au.edu.swin.synergy.math.BScalarRect implements Serializable

Serialized Fields

rect

Rectangle rect

Class au.edu.swin.synergy.math.BVector2 implements Serializable

Serialized Fields

vect

BScalar[] vect


Package au.edu.swin.synergy.plugin.addressbook

Class au.edu.swin.synergy.plugin.addressbook.BAddress implements Serializable

Serialized Fields

address

String address
The address of the addressee.

name

String name
The name of the addressee.

Class au.edu.swin.synergy.plugin.addressbook.BAddressBook implements Serializable

Serialized Fields

addresses

Vector addresses
Contains all BAddress objects for this address book.

Class au.edu.swin.synergy.plugin.addressbook.BAddressBookGui.BAddressBookWindow implements Serializable

Serialized Fields

addButton

JButton addButton

addressBookTree

JTree addressBookTree

addressField

JTextField addressField

addressLabel

JLabel addressLabel

addressListBorder

TitledBorder addressListBorder

addressListLabel

JLabel addressListLabel

borderLayout1

BorderLayout borderLayout1

cancelButton

JButton cancelButton

displayRequest

BAddressDisplayCE displayRequest

editing

boolean editing
Identifies whether the user is editing the name and address fields

etchedBorder

EtchedBorder etchedBorder

gridBagLayout1

GridBagLayout gridBagLayout1

gridBagLayout2

GridBagLayout gridBagLayout2

gridBagLayout3

GridBagLayout gridBagLayout3

gridBagLayout4

GridBagLayout gridBagLayout4

gridBagLayout5

GridBagLayout gridBagLayout5

loweredBorder

BevelBorder loweredBorder

modifyButton

JButton modifyButton

modifying

boolean modifying
Maintains whether the user is modifying an existing address

nameField

JTextField nameField

nameLabel

JLabel nameLabel

okButton

JButton okButton

parent

BAddressBookGui parent

receiversList

JList receiversList

receiversListBorder

TitledBorder receiversListBorder

receiversListModel

BListModel receiversListModel
The user model representing the list of users

rejectButton

JButton rejectButton

removeButton

JButton removeButton

rootNode

DefaultMutableTreeNode rootNode

selectButton

JButton selectButton

selectedAddresseeLabel

JLabel selectedAddresseeLabel

this$0

BAddressBookGui this$0

toClientButton

JRadioButton toClientButton

toLabel

JLabel toLabel

toServerButton

JRadioButton toServerButton

treeModel

DefaultTreeModel treeModel

treeScrollPane

JScrollPane treeScrollPane


Package au.edu.swin.synergy.plugin.addressbook.event

Class au.edu.swin.synergy.plugin.addressbook.event.BAddressBookCE implements Serializable

Serialized Fields

address

BAddress address
The address to operate on

addressBookOrigin

int addressBookOrigin
Identifies the address book location that handled this event

addressList

Vector addressList
The address book, if required (on kListAddressBook)

modifyAddress

BAddress modifyAddress
If the requestType is kUpdateAddress, this is the address to be updated.

requestType

int requestType
The type of request being made

Class au.edu.swin.synergy.plugin.addressbook.event.BAddressDisplayCE implements Serializable

Serialized Fields

receivers

String receivers
The list of selected address names selected in the BAddressBookGui


Package au.edu.swin.synergy.plugin.broadcastcli

Class au.edu.swin.synergy.plugin.broadcastcli.BServerListModel implements Serializable


Package au.edu.swin.synergy.plugin.broadcastcli.event

Class au.edu.swin.synergy.plugin.broadcastcli.event.BGetServersCE implements Serializable

Serialized Fields

serverListModel

BServerListModel serverListModel


Package au.edu.swin.synergy.plugin.client.event

Class au.edu.swin.synergy.plugin.client.event.BGetUserCE implements Serializable

Serialized Fields

user

BUser user

Class au.edu.swin.synergy.plugin.client.event.BLoginCompleteCE implements Serializable

Serialized Fields

hostName

String hostName

userName

String userName

Class au.edu.swin.synergy.plugin.client.event.BLogoutCompleteCE implements Serializable

Class au.edu.swin.synergy.plugin.client.event.BNetLoginCE implements Serializable

Serialized Fields

credentials

BNetCredentials credentials

error

int error

hostName

String hostName

message

String message

portNumber

int portNumber

Class au.edu.swin.synergy.plugin.client.event.BNetLogoutCE implements Serializable


Package au.edu.swin.synergy.plugin.command.event

Class au.edu.swin.synergy.plugin.command.event.BEnableRemoteCE implements Serializable

Serialized Fields

enableRemote

boolean enableRemote

Class au.edu.swin.synergy.plugin.command.event.BExecuteCommandCE implements Serializable

Serialized Fields

command

BStringList command

result

BStringList result

resultCode

int resultCode

Class au.edu.swin.synergy.plugin.command.event.BGetEnvironmentCE implements Serializable

Serialized Fields

environment

BEnvironment environment

Class au.edu.swin.synergy.plugin.command.event.BHandleStdOutCE implements Serializable

Serialized Fields

handleEvents

boolean handleEvents

Class au.edu.swin.synergy.plugin.command.event.BRegisterCmdCE implements Serializable

Serialized Fields

command

String command

onCommand

BOnCommand onCommand

Class au.edu.swin.synergy.plugin.command.event.BSetCmdStreamCE implements Serializable

Serialized Fields

echo

boolean echo

in

InputStream in

out

PrintStream out

Class au.edu.swin.synergy.plugin.command.event.BStandardOutCE implements Serializable

Serialized Fields

message

String message
This is the message to be shown to the user

messageType

int messageType
This is the message type

requiresResponse

boolean requiresResponse
Indicates whether the plugin requires a response from the user

userResponseOption

int userResponseOption
Indicates the

usersResponse

int usersResponse
This is the response the user made to the message

Class au.edu.swin.synergy.plugin.command.event.BUnRegisterCmdCE implements Serializable

Serialized Fields

command

String command

onCommand

BOnCommand onCommand


Package au.edu.swin.synergy.plugin.diagram

Class au.edu.swin.synergy.plugin.diagram.BDrawable implements Serializable

Serialized Fields

bounds

BScalarRect bounds

iconOOZ

BScalar iconOOZ

lastFrame

int lastFrame

name

String name

paintCount

int paintCount

pos

BScalarPoint pos

sizerColour

Color sizerColour

statusFlag

int statusFlag

tmpBounds

BScalarRect tmpBounds

Class au.edu.swin.synergy.plugin.diagram.BDrawableButton implements Serializable

Serialized Fields

drawable

BDrawable drawable

Class au.edu.swin.synergy.plugin.diagram.BDrawablePalette implements Serializable

Serialized Fields

buttonGroup

ButtonGroup buttonGroup
a button group, so only 1 button is selected at a time.. *

buttonPanel

JPanel buttonPanel
the panel containing all the buttons *

buttons

Vector buttons
Vector holding all the buttons displayed on the panel. *

buttonScroll

JScrollPane buttonScroll
a scroll pane for the panel containing all the buttons *

curSel

BDrawableButton curSel
The currently selected button *

drawables

Vector drawables
Vector containing all of the drawables on the buttons. *

flowLayout

FlowLayout flowLayout
the flow layout of the panel *

pointer

ImageIcon pointer

pointerButton

JToggleButton pointerButton
the pointer button

Class au.edu.swin.synergy.plugin.diagram.BGlobalPropPanel implements Serializable

Serialized Fields

activeView

BViewport activeView

cancelButton

JButton cancelButton

closeEvent

BCloseWindowCE closeEvent

okButton

JButton okButton

parent

BPlugin parent

propPanel

BPropPanel propPanel

Class au.edu.swin.synergy.plugin.diagram.BViewport implements Serializable

Serialized Fields

avgStrHeight

int avgStrHeight

avgStrLen

int avgStrLen

bringPopupItem

JMenuItem bringPopupItem

curAdd

BDrawable curAdd

currPropPanel

BPropPanel currPropPanel

curState

int curState

deltaWH

BScalarPoint deltaWH

deltaXY

BScalarPoint deltaXY

diagram

BDiagram diagram

diagramPlugin

BDiagramPlugin diagramPlugin

dragBounds

BRectangle dragBounds

dragging

boolean dragging

drawablePalette

BDrawablePalette drawablePalette

editSupport

UndoableEditSupport editSupport

editSupporters

Hashtable editSupporters

firstScroll

BScalarPoint firstScroll

firstSetBounds

boolean firstSetBounds

fm

FontMetrics fm
Temp stuff used when rendering rulers

frameCounter

int frameCounter

grid

BGrid grid

gridColour

Color gridColour

gridOn

boolean gridOn

gridStroke

BasicStroke gridStroke

halfWH

BScalarPoint halfWH

initFontSize

int initFontSize

kAdded

int kAdded

keyListener

au.edu.swin.synergy.plugin.diagram.BViewport.BViewActionListener keyListener

kMoved

int kMoved

kRemoved

int kRemoved

kResized

int kResized

listeners

Vector listeners

majDist

float majDist

majorRulerSpacing

int majorRulerSpacing

minorRulerSpacing

int minorRulerSpacing

moved

boolean moved

moveDelta

BScalarPoint moveDelta

newDrawable

BDrawable newDrawable

oldHValue

int oldHValue

oldPoint

Point oldPoint

oldVValue

int oldVValue

ooz

BScalar ooz

origin

BScalarPoint origin

parent

BPlugin parent

popup

JPopupMenu popup

prevHit

BDrawable prevHit

propPopupItem

JMenuItem propPopupItem

resizeDrawable

BDrawable resizeDrawable

resizeSizer

int resizeSizer

ruler

BRuler ruler

rulerColour

Color rulerColour

rulerFont

Font rulerFont

rulerOn

boolean rulerOn

rulerStroke

BasicStroke rulerStroke

selection

Vector selection

sendPopupItem

JMenuItem sendPopupItem

sizerNum

int sizerNum

snapToGrid

boolean snapToGrid

textXInterval

int textXInterval

textYInterval

int textYInterval

undoManager

BUndoManager undoManager

undoManagers

Hashtable undoManagers

viewBounds

BScalarRect viewBounds

viewCoords

BScalarRect viewCoords

visibleDrawables

Vector visibleDrawables

xFormPoint

BScalarPoint xFormPoint

z

BScalar z

zInc

BScalar zInc

Class au.edu.swin.synergy.plugin.diagram.BViewport.BUndoableEdit implements Serializable

Serialized Fields

bsPoint

BScalarPoint bsPoint
The point it came from or went to

drawable

BDrawable drawable
The item that was affected

drawableArray

BDrawable[] drawableArray
an array of items that have been affected..

param

int param
arbitrary integer param

point

Point point

this$0

BViewport this$0

type

int type
Indicates whether something was added or deleted

Class au.edu.swin.synergy.plugin.diagram.BViewportPrefs implements Serializable

Serialized Fields

backColourBox

BColorCombo backColourBox

backColourLab

JLabel backColourLab

backgroundBorder

TitledBorder backgroundBorder

bgPanel

BViewportPrefs.backgroundPrefs bgPanel

dotLineLab

JLabel dotLineLab

gridBorder

TitledBorder gridBorder

gridCheck

JCheckBox gridCheck

gridColour

JLabel gridColour

gridColourBox

BColorCombo gridColourBox

gridLab

JLabel gridLab

gridPanel

BViewportPrefs.gridPrefs gridPanel

gridType

String[] gridType

gridTypeCombo

JComboBox gridTypeCombo

majRulerLab

JLabel majRulerLab

majVal

JTextField majVal

minRulerLab

JLabel minRulerLab

minVal

JTextField minVal

rulerBorder

TitledBorder rulerBorder

rulerCheck

JCheckBox rulerCheck

rulerColour

JLabel rulerColour

rulerColourBox

BColorCombo rulerColourBox

rulerLab

JLabel rulerLab

rulerPanel

BViewportPrefs.rulerPrefs rulerPanel

snapCheck

JCheckBox snapCheck

Class au.edu.swin.synergy.plugin.diagram.BViewportPrefs.backgroundPrefs implements Serializable

Serialized Fields

this$0

BViewportPrefs this$0

Class au.edu.swin.synergy.plugin.diagram.BViewportPrefs.gridPrefs implements Serializable

Serialized Fields

this$0

BViewportPrefs this$0

Class au.edu.swin.synergy.plugin.diagram.BViewportPrefs.rulerPrefs implements Serializable

Serialized Fields

this$0

BViewportPrefs this$0

Class au.edu.swin.synergy.plugin.diagram.BViewWindow implements Serializable

Serialized Fields

dragPanel

JPanel dragPanel

horzScroll

JScrollBar horzScroll

horzSplit

JPanel horzSplit

leftChild

BViewWindow leftChild

oldHValue

int oldHValue

oldVValue

int oldVValue

parent

BViewWindow parent

rightChild

BViewWindow rightChild

scrollPoint

BScalarPoint scrollPoint

split

boolean split

vertScroll

JScrollBar vertScroll

vertSplit

JPanel vertSplit

viewport

BViewport viewport


Package au.edu.swin.synergy.plugin.diagram.event

Class au.edu.swin.synergy.plugin.diagram.event.BGetViewportCE implements Serializable

Serialized Fields

theViewport

BViewport theViewport

Class au.edu.swin.synergy.plugin.diagram.event.BRegisterViewportCE implements Serializable

Serialized Fields

registerMe

boolean registerMe

theViewport

BViewport theViewport


Package au.edu.swin.synergy.plugin.dialect

Class au.edu.swin.synergy.plugin.dialect.BDialectPreferences implements Serializable

Serialized Fields

applyButton

JButton applyButton

borderLayout1

BorderLayout borderLayout1

currentLocale

Locale currentLocale
This is the locale the users last selected

dialect

BDialect dialect
This is the dialect to tell when the user clicks apply

dialectLabel

JLabel dialectLabel

dialectList

JList dialectList

dialectScrollPane

JScrollPane dialectScrollPane

gridBagLayout1

GridBagLayout gridBagLayout1

listener

BDialectPreferences.BEventListener listener
This will handle all the events for this panel

listModel

BListModel listModel
The list model we're using

samplePanel

JPanel samplePanel

sampleScrollPane

JScrollPane sampleScrollPane

sampleTextArea

JTextPane sampleTextArea


Package au.edu.swin.synergy.plugin.dialect.event

Class au.edu.swin.synergy.plugin.dialect.event.BDialectChangeCE implements Serializable


Package au.edu.swin.synergy.plugin.directsvr.event

Class au.edu.swin.synergy.plugin.directsvr.event.BDirectMailCE implements Serializable

Serialized Fields

theMessage

BMessage theMessage
The message


Package au.edu.swin.synergy.plugin.editmanager

Class au.edu.swin.synergy.plugin.editmanager.BUndoManager implements Serializable

Serialized Fields

editManager

BEditManager editManager
The edit manager to inform of undo events


Package au.edu.swin.synergy.plugin.editmanager.event

Class au.edu.swin.synergy.plugin.editmanager.event.BRegisterUndoCE implements Serializable

Serialized Fields

undoManager

BUndoManager undoManager

undoSupport

UndoableEditSupport undoSupport
The listener for the source to use


Package au.edu.swin.synergy.plugin.help

Class au.edu.swin.synergy.plugin.help.BCohesionAboutPanel implements Serializable

Serialized Fields

aboutLabel

JLabel aboutLabel

aboutPane

JTabbedPane aboutPane

borderLayout1

BorderLayout borderLayout1

borderLayout2

BorderLayout borderLayout2

bottomPanel

JPanel bottomPanel

gplPanel

JPanel gplPanel

gplViewer

JEditorPane gplViewer

helpPlugin

BHelp helpPlugin

isLoaded

boolean isLoaded

jPanel1

JPanel jPanel1

okButton

JButton okButton

scrollPane

JScrollPane scrollPane

Class au.edu.swin.synergy.plugin.help.BContentTab implements Serializable

Serialized Fields

cellRenderer

DefaultTreeCellRenderer cellRenderer

closedUrl

URL closedUrl

helpManager

BHelpManager helpManager

helpTree

JTree helpTree

itemUrl

URL itemUrl

openUrl

URL openUrl

scrollingContentTree

JScrollPane scrollingContentTree

searchLabel

JLabel searchLabel

url

URL url

Class au.edu.swin.synergy.plugin.help.BFindTab implements Serializable

Serialized Fields

containBox

JComboBox containBox

containStrings

String[] containStrings

foundItemList

JList foundItemList

gbl

GridBagLayout gbl

helpManager

BHelpManager helpManager

listModel

DefaultListModel listModel

scrollingItemList

JScrollPane scrollingItemList

searchButton

JButton searchButton

searchItem

JTextField searchItem

searchLabel

JLabel searchLabel

statusLabel

JLabel statusLabel

url

URL url

Class au.edu.swin.synergy.plugin.help.BHelpScreen implements Serializable

Serialized Fields

closeButton

JButton closeButton

closeEvent

BCloseWindowCE closeEvent

displayButton

JButton displayButton

parent

BPlugin parent

tabs

BHelpTabbedPane tabs

view

BHelpViewpane view

Class au.edu.swin.synergy.plugin.help.BHelpTabbedPane implements Serializable

Serialized Fields

contentTab

BContentTab contentTab

displayButton

JButton displayButton

findTab

BFindTab findTab

helpManager

BHelpManager helpManager

indexTab

BIndexTab indexTab

tabPane

JTabbedPane tabPane

Class au.edu.swin.synergy.plugin.help.BHelpViewpane implements Serializable

Serialized Fields

backButton

JButton backButton

forwardButton

JButton forwardButton

helpManager

BHelpManager helpManager

historyList

Vector historyList

historyListIndex

int historyListIndex

homeButton

JButton homeButton

scrollpane

JScrollPane scrollpane

viewpane

JEditorPane viewpane

Class au.edu.swin.synergy.plugin.help.BIndexTab implements Serializable

Serialized Fields

helpManager

BHelpManager helpManager

itemList

JList itemList

itemListModel

DefaultListModel itemListModel

scrollingItemList

JScrollPane scrollingItemList

searchField

JTextField searchField

searchLabel

JLabel searchLabel

url

URL url


Package au.edu.swin.synergy.plugin.help.event

Class au.edu.swin.synergy.plugin.help.event.BRegisterHelpCE implements Serializable

Serialized Fields

helpTree

BHelpTreeModel helpTree


Package au.edu.swin.synergy.plugin.mailclient

Class au.edu.swin.synergy.plugin.mailclient.BMailGui.BMailWindow implements Serializable

Serialized Fields

cancel_deleteButton

JButton cancel_deleteButton

directMessage

BMessage directMessage

fromLabel

JLabel fromLabel

gridBagLayout

GridBagLayout gridBagLayout

messageArea

BTextArea messageArea

messageScrollPane

JScrollPane messageScrollPane

msgLabel

JLabel msgLabel

okButton

JButton okButton

parent

BMailGui parent

receiversScrollPane

JScrollPane receiversScrollPane

sendButton

JButton sendButton

subjectField

JTextField subjectField

subjectLabel

JLabel subjectLabel

this$0

BMailGui this$0

toAndFromField

BTextArea toAndFromField

toButton

JButton toButton

Class au.edu.swin.synergy.plugin.mailclient.BMailGui.BViewMessagesWindow implements Serializable

Serialized Fields

buttonPanel

JPanel buttonPanel

closeButton

JButton closeButton

deleteButton

JButton deleteButton

gridBagLayout1

GridBagLayout gridBagLayout1

parent

BMailGui parent

receivedTable

JTable receivedTable

receviedScrollPane

JScrollPane receviedScrollPane

tableModel

au.edu.swin.synergy.plugin.mailclient.BMailGui.BViewMessagesWindow.MessageTableModel tableModel

this$0

BMailGui this$0

viewMessageButton

JButton viewMessageButton

Class au.edu.swin.synergy.plugin.mailclient.BMessage implements Serializable

Serialized Fields

message

String message
The message

receivers

BStringList receivers
The intended receivers of the message

sendDate

Date sendDate
The date the message was sent

sender

String sender
The sender of the message

subject

String subject
The subject of the message


Package au.edu.swin.synergy.plugin.metamodeller

Class au.edu.swin.synergy.plugin.metamodeller.BCircRule implements Serializable

Serialized Fields

numNodes

int numNodes

rule

boolean[] rule

Class au.edu.swin.synergy.plugin.metamodeller.BConnectNodeRule implements Serializable

Serialized Fields

arcGrid

boolean[][][] arcGrid

numArcs

int numArcs

numNodes

int numNodes

Class au.edu.swin.synergy.plugin.metamodeller.BCreateElement implements Serializable

Serialized Fields

addButton

JButton addButton

cancelButton

JButton cancelButton

canceled

boolean canceled
The status of the operation

listModel

BPropListModel listModel

mainPanel

JPanel mainPanel

metaElement

BMetaElement metaElement
The metaelement being created

nameField

JTextField nameField

nameLabel

JLabel nameLabel

newPropField

JTextField newPropField

newPropLabel

JLabel newPropLabel

okButton

JButton okButton

plugin

BPlugin plugin

propList

JList propList

propListLabel

JLabel propListLabel

Class au.edu.swin.synergy.plugin.metamodeller.BEditElement implements Serializable

Serialized Fields

addPropButton

JButton addPropButton

listModel

BPropListModel listModel

metaElement

BMetaElement metaElement

newPropField

JTextField newPropField

newPropLabel

JLabel newPropLabel

plugin

BPlugin plugin

propList

JList propList

propListLabel

JLabel propListLabel

propNameField

JTextField propNameField

propNameLabel

JLabel propNameLabel

reAddPropButton

JButton reAddPropButton

removeList

JList removeList

removeListModel

BPropListModel removeListModel

removePropButton

JButton removePropButton

removePropListLabel

JLabel removePropListLabel

tree

JTree tree

Class au.edu.swin.synergy.plugin.metamodeller.BMaxRule implements Serializable

Serialized Fields

numArcs

int numArcs

numNodes

int numNodes

rule

int[][] rule

Class au.edu.swin.synergy.plugin.metamodeller.BMetaArc implements Serializable

Class au.edu.swin.synergy.plugin.metamodeller.BMetaElement implements Serializable

Serialized Fields

name

String name
the name/identifier of this metaelement *

properties

Vector properties
the list of properties (string ids only) belonging to this meta-element *

Class au.edu.swin.synergy.plugin.metamodeller.BMetaModel implements Serializable

Serialized Fields

circRule

BCircRule circRule
CircRule for circ-reference rule evaluation. The index will correspond to the meta-node's id-num

connectRule

BConnectNodeRule connectRule
BConnectNodeRule, for connect rule evaluation. The index will correspond to the meta-arc's id-num.

listeners

Vector listeners

maxIn

BMaxRule maxIn
MaxRule for maxIn rule evaluation. The index will correspond to the meta-node's id-num

maxOut

BMaxRule maxOut
MaxRule for maxOut rule evaluation. The index will correspond to the meta-node's id-num

metaArcs

Vector metaArcs
the metaArcs *

metaNodes

Vector metaNodes
the metaNodes *

metaRules

Vector metaRules
the metaRules *

name

String name
the name of this metamodel (e.g. OMT, UML etc ) *

Class au.edu.swin.synergy.plugin.metamodeller.BMetaModelCellRenderer implements Serializable

Serialized Fields

back

Color back

highlight

Color highlight

label

JLabel label

mArcGroup

ImageIcon mArcGroup

metaArc

ImageIcon metaArc

metaModel

ImageIcon metaModel

metaNode

ImageIcon metaNode

metaRule

ImageIcon metaRule

mNodeGroup

ImageIcon mNodeGroup

mRuleGroup

ImageIcon mRuleGroup

property

ImageIcon property

Class au.edu.swin.synergy.plugin.metamodeller.BMetaNode implements Serializable

Class au.edu.swin.synergy.plugin.metamodeller.BMetaRule implements Serializable

Class au.edu.swin.synergy.plugin.metamodeller.BPropListModel implements Serializable

Serialized Fields

data

Vector data

Class au.edu.swin.synergy.plugin.metamodeller.BRuleGui implements Serializable

Serialized Fields

allowedGroup

ButtonGroup allowedGroup

allowedRadio

JRadioButton allowedRadio

arcCombo

JComboBox arcCombo

arcLabel

JLabel arcLabel

disallowedRadio

JRadioButton disallowedRadio

endCombo

JComboBox endCombo

endLabel

JLabel endLabel

gbc

GridBagConstraints gbc

layout

GridBagLayout layout

mainPanel

JPanel mainPanel

maxNumField

JTextField maxNumField

maxNumLabel

JLabel maxNumLabel

metaModel

BMetaModel metaModel
the meta model that the rule apply to

metaRule

BMetaRule metaRule
The rule being created/edited

onUpdate

au.edu.swin.synergy.plugin.metamodeller.BRuleGui.BOnUpdateRuleValue onUpdate

plugin

BPlugin plugin
Reference to a plugin

ruleLayout

GridBagLayout ruleLayout

ruleNameField

JTextField ruleNameField

ruleNameLabel

JLabel ruleNameLabel

ruleTypeCombo

JComboBox ruleTypeCombo

ruleTypeLabel

JLabel ruleTypeLabel

startCombo

JComboBox startCombo

startLabel

JLabel startLabel

tree

JTree tree


Package au.edu.swin.synergy.plugin.metamodeller.event

Class au.edu.swin.synergy.plugin.metamodeller.event.BOpenMetamodelCE implements Serializable

Serialized Fields

fileName

String fileName


Package au.edu.swin.synergy.plugin.mod13

Class au.edu.swin.synergy.plugin.mod13.BPaneManager implements Serializable

Serialized Fields

borderLayout1

BorderLayout borderLayout1
The layout to use

tabbedPane

JTabbedPane tabbedPane
The tabbed pane all added components reside on

tabPlacement

int tabPlacement
The tab placement

tabsToTitles

Hashtable tabsToTitles
This maps the tabbed components on the tabbed pane to their locale specific titles


Package au.edu.swin.synergy.plugin.mod13.bwt

Class au.edu.swin.synergy.plugin.mod13.bwt.BWindowEvent implements Serializable

Serialized Fields

windowContent

JComponent windowContent
The content of the window that was changed


Package au.edu.swin.synergy.plugin.mod13.event

Class au.edu.swin.synergy.plugin.mod13.event.BAddMenuCE implements Serializable

Serialized Fields

locationPolicy

int locationPolicy
This is the location policy to use for this menu

menu

JMenu menu

mnemonic

BString mnemonic
The preferred mnemonic for the menu

name

BString name
This is the locale sensitive name of the menu

Class au.edu.swin.synergy.plugin.mod13.event.BAddMenuItemCE implements Serializable

Serialized Fields

locationPolicy

int locationPolicy
If a new menu is required, this will specify where it will be placed

menuMnemonic

BString menuMnemonic
The preferred mnemonic for the menu

Class au.edu.swin.synergy.plugin.mod13.event.BAddPanelCE implements Serializable

Serialized Fields

location

int location
The location to place the panel

name

Object name
The name of the panel for display purposes

panel

JComponent panel
The panel to add

stepSize

int stepSize
This is the step size for the panel resizing.

useScrollPane

boolean useScrollPane
Indicate whether to place this component on a scroll pane

Class au.edu.swin.synergy.plugin.mod13.event.BAddStatusCE implements Serializable

Serialized Fields

panel

JPanel panel
The panel to add to the status bar

priority

int priority
The priority indicates where on the status bar the component should go

Class au.edu.swin.synergy.plugin.mod13.event.BAddToolBarCE implements Serializable

Serialized Fields

buttons

Vector buttons
These are the buttons to add to the toolbar

priority

int priority
The lower the priority more right aligned it is

Class au.edu.swin.synergy.plugin.mod13.event.BAddWindowCE implements Serializable

Serialized Fields

closable

boolean closable
Indicates whether the user should be able to close the window

closeAction

int closeAction
This is what the window will do when the user clicks the close button

iconifiable

boolean iconifiable
Indicates whether the user should be able to minimise the window

isDialog

boolean isDialog
Indicates whether the window should be a dialog or not

isModal

boolean isModal
Indicates whether the window should be modal or not

maximizable

boolean maximizable
Indicates whether the user should be able to maximise the window

name

Object name
The name to place on the window

parentDialogContent

JComponent parentDialogContent
For dialogs, you can specify the parent dialog by indicating the panel it was on

resizable

boolean resizable
Indicates whether the window should be resizeable

windowListeners

Vector windowListeners
This is the list of window listeners to add to the window created

Class au.edu.swin.synergy.plugin.mod13.event.BCloseWindowCE implements Serializable

Serialized Fields

windowContent

JComponent windowContent
The panel to place on the window

Class au.edu.swin.synergy.plugin.mod13.event.BGetFilesCE implements Serializable

Serialized Fields

fileFilter

FileFilter fileFilter
The file filter for the chooser

fileMustExist

boolean fileMustExist
Indicates whether the file must exist

loadFile

boolean loadFile
Indicates whether we're opening or saving a file

selectedFile

File selectedFile
This is the file that was selected by the user

startingDirectory

String startingDirectory
This is the directory the browser will start in

title

String title
This is the title of the browser dialog

Class au.edu.swin.synergy.plugin.mod13.event.BRemoveMenuItemCE implements Serializable

Serialized Fields

menuItemList

Vector menuItemList
This keeps the menu items in the correct order

menuItems

Hashtable menuItems
This is the menu items to remove

menuName

Object menuName
The locale sensitive name of the menu

Class au.edu.swin.synergy.plugin.mod13.event.BRemovePanelCE implements Serializable

Class au.edu.swin.synergy.plugin.mod13.event.BRemoveStatusCE implements Serializable

Class au.edu.swin.synergy.plugin.mod13.event.BRemoveToolBarCE implements Serializable

Class au.edu.swin.synergy.plugin.mod13.event.BSelectPanelCE implements Serializable

Serialized Fields

location

int location
The location the panel is located

targetPanel

JComponent targetPanel
The panel to select

Class au.edu.swin.synergy.plugin.mod13.event.BSelectWindowCE implements Serializable

Class au.edu.swin.synergy.plugin.mod13.event.BWindowCE implements Serializable


Package au.edu.swin.synergy.plugin.modeller

Class au.edu.swin.synergy.plugin.modeller.BModelArc implements Serializable

Serialized Fields

adding

boolean adding

arcColor

String arcColor

arcStyle

String arcStyle

arcType

String arcType

ctrlPos

BScalarPoint[] ctrlPos

endNode

BModelNode endNode

endNodeID

long endNodeID

endPos

BScalarPoint endPos

loadedStroke

BStrokeIO loadedStroke

originalPArc

BPackageArc originalPArc
This is a ref to the actual package

pArc

BPackageArc pArc
This is a copy which we can change

sizer

int sizer

startNode

BModelNode startNode

startNodeID

long startNodeID
These are used for loading only

tmpScale

BScalarPoint tmpScale

type

int type

Class au.edu.swin.synergy.plugin.modeller.BModelEditor implements Serializable

Serialized Fields

viewport

BViewport viewport

viewwindow

BViewWindow viewwindow

Class au.edu.swin.synergy.plugin.modeller.BModelElement implements Serializable

Serialized Fields

conflictState

int conflictState

metaElement

BMetaElement metaElement

newProperties

Vector newProperties
Used to load text areas

parent

BModel parent

ruleStatus

int ruleStatus

uniqueID

long uniqueID

Class au.edu.swin.synergy.plugin.modeller.BModelNode implements Serializable

Serialized Fields

inArcs

Vector inArcs

outArcs

Vector outArcs

pNode

BPackageNode pNode


Package au.edu.swin.synergy.plugin.modeller.event

Class au.edu.swin.synergy.plugin.modeller.event.BSelectionEvent implements Serializable

Serialized Fields

selected

Vector selected
The collection of selected model elements


Package au.edu.swin.synergy.plugin.packager

Class au.edu.swin.synergy.plugin.packager.BColourStyleEditor implements Serializable

Serialized Fields

drawable

BDrawable drawable

fillEditor

BFillEditorPanel fillEditor

lineEditor

BLineEditorPanel lineEditor

Class au.edu.swin.synergy.plugin.packager.BNewPackageDialog implements Serializable

Serialized Fields

actionListener

au.edu.swin.synergy.plugin.packager.BNewPackageDialog.BActionListener actionListener
The action listener for internal components

browseButton

JButton browseButton

cancelButton

JButton cancelButton

fileChooser

JFileChooser fileChooser
The file browser

gridBagLayout1

GridBagLayout gridBagLayout1

metaModelFile

File metaModelFile
This is the meta model file that the user selected

modelField

JTextField modelField

modelLabel

JLabel modelLabel

nameField

JTextField nameField

nameLabel

JLabel nameLabel

okButton

JButton okButton

packagePlugin

BPackagePlugin packagePlugin
The dispatcher

Class au.edu.swin.synergy.plugin.packager.BPackageArc implements Serializable

Serialized Fields

adding

boolean adding

arcColour

Color arcColour

arcMidPt

BScalarPoint arcMidPt

arcStroke

BasicStroke arcStroke

arcTerminator

BPackageTerminator arcTerminator

arcType

int arcType

ctrlPos

BScalarPoint[] ctrlPos

ctrlPt

Point[] ctrlPt

ctrlSizer1

BSizer ctrlSizer1

ctrlSizer2

BSizer ctrlSizer2

curve

CubicCurve2D.Float curve

dir

BScalarPoint dir

dist

int dist

drawables

Vector drawables

endCenter

Point endCenter

endPos

BScalarPoint endPos

endPt

Point endPt

endSizer

BSizer endSizer

endTerminator

BPackageTerminator endTerminator

hitRect

Rectangle hitRect

lineSize

int lineSize

lineStyle

Integer lineStyle

metaElement

BMetaElement metaElement

parent

Object parent

properties

Vector properties

side

int side

startCenter

Point startCenter

startPt

Point startPt

startSizer

BSizer startSizer

startTerminator

BPackageTerminator startTerminator

steppedScale

BScalarPoint steppedScale

steppedVal

BScalarPoint steppedVal

steppingType

int steppingType

textInf

BScalarPoint textInf

tmpCtrlPt

Point[] tmpCtrlPt

tmpEnd

Point tmpEnd

tmpPoint

BScalarPoint tmpPoint

tmpPt

BScalarPoint tmpPt

tmpStart

Point tmpStart

tmpViewPos

BScalarPoint tmpViewPos

xDirection

int xDirection

yDirection

int yDirection

Class au.edu.swin.synergy.plugin.packager.BPackageArcEditor implements Serializable

Serialized Fields

arc

JLabel arc

arcNode

JLabel arcNode

arcNodeBox

JComboBox arcNodeBox

arcStyle

JLabel arcStyle

arcStyles

String[] arcStyles

availableTerminators

Vector availableTerminators

begNode

JLabel begNode

curAdd

BDrawable curAdd

dummyTerminator

BPackageTerminator dummyTerminator

endNode

JLabel endNode

endNodeBox

JComboBox endNodeBox

lineColour

Color lineColour

lineEditor

BLineEditorPanel lineEditor

lineStroke

BasicStroke lineStroke

lineStyle

Integer lineStyle

packageArc

BPackageArc packageArc

parent

BPlugin parent

placeable

Vector placeable

pre

JLabel pre

preview

BViewport preview

propIndex

int propIndex

startNodeBox

JComboBox startNodeBox

styleBox

JComboBox styleBox

Class au.edu.swin.synergy.plugin.packager.BPackageArcEditor.linePreview implements Serializable

Serialized Fields

this$0

BPackageArcEditor this$0

Class au.edu.swin.synergy.plugin.packager.BPackageArcProperties implements Serializable

Serialized Fields

arcEditor

BLineEditorPanel arcEditor

arcType

JLabel arcType

arcTypes

String[] arcTypes

packageArc

BPackageArc packageArc

typeBox

JComboBox typeBox

Class au.edu.swin.synergy.plugin.packager.BPackageCellRenderer implements Serializable

Serialized Fields

arc

ImageIcon arc

arcPackage

ImageIcon arcPackage

back

Color back

highlight

Color highlight

label

JLabel label

node

ImageIcon node

nodePackage

ImageIcon nodePackage

pac

ImageIcon pac

property

ImageIcon property

pTree

BPackageTree pTree

terminator

ImageIcon terminator

terminatorPackage

ImageIcon terminatorPackage

Class au.edu.swin.synergy.plugin.packager.BPackageModel implements Serializable

Serialized Fields

arcBranch

BPackageModelBranch arcBranch
This is the list of arcs in this package

metaModel

BMetaModel metaModel
This is the meta model that this package represents

name

String name
This is the name of the package

nodeBranch

BPackageModelBranch nodeBranch
This is the list of nodes in this package

terminatorBranch

BPackageModelBranch terminatorBranch
This is the list of terminators in this package

Class au.edu.swin.synergy.plugin.packager.BPackageModelBranch implements Serializable

Serialized Fields

list

Vector list

name

String name

parent

BPackageModel parent

Class au.edu.swin.synergy.plugin.packager.BPackageModelElement implements Serializable

Serialized Fields

metaElement

BMetaElement metaElement
This is the meta element that this tree node represents

nodeType

int nodeType
This is the type of node that this element represents

packageDrawable

BDrawable packageDrawable
This is the drawable that represents the BMetaElement in this package

parent

MutableTreeNode parent
The parent node of this node

propertyNodes

Vector propertyNodes
The properties of this element represent its children

Class au.edu.swin.synergy.plugin.packager.BPackageNode implements Serializable

Serialized Fields

drawables

Vector drawables

metaElement

BMetaElement metaElement

northEast

BSizer northEast

northWest

BSizer northWest

parent

Object parent

properties

Vector properties

southEast

BSizer southEast

southWest

BSizer southWest

tmpPoint

BScalarPoint tmpPoint

viewBounds

BScalarRect viewBounds

xformedBounds

Rectangle xformedBounds

Class au.edu.swin.synergy.plugin.packager.BPackagePanel implements Serializable

Serialized Fields

comp

Component comp

Class au.edu.swin.synergy.plugin.packager.BPackagerPrefs implements Serializable

Serialized Fields

colorChooser

BColorCombo colorChooser

dragCombo

BColorCombo dragCombo

dragLabel

JLabel dragLabel

errorCombo

BColorCombo errorCombo

errorLabel

JLabel errorLabel

selectionCombo

BColorCombo selectionCombo

selectionLabel

JLabel selectionLabel

Class au.edu.swin.synergy.plugin.packager.BPackageTerminator implements Serializable

Serialized Fields

drawables

Vector drawables

meaDummy

boolean meaDummy

ooz

BScalar ooz

parent

Object parent

tmpPoint

BScalarPoint tmpPoint

viewBounds

BScalarRect viewBounds

xformedBounds

Rectangle xformedBounds

z

BScalar z

Class au.edu.swin.synergy.plugin.packager.BPackageTree implements Serializable

Serialized Fields

borderLayout1

BorderLayout borderLayout1

cellRenderer

BPackageCellRenderer cellRenderer

Class au.edu.swin.synergy.plugin.packager.BProperty implements Serializable

Serialized Fields

items

Vector items

parent

Object parent

tempValue

String tempValue

textArea

BTextArea textArea

tmpPoint

BScalarPoint tmpPoint


Package au.edu.swin.synergy.plugin.packager.event

Class au.edu.swin.synergy.plugin.packager.event.BOpenPackageCE implements Serializable

Serialized Fields

fileName

String fileName


Package au.edu.swin.synergy.plugin.prefs.event

Class au.edu.swin.synergy.plugin.prefs.event.BAddPrefsCE implements Serializable

Serialized Fields

listener

BWindowListener listener
Listening for opening and closing of preferences panel.

name

Object name
The name of the panel for display on the tab in the preferrences tabbedpane

panel

JPanel panel
The panel to add

toolTip

Object toolTip
The tool tip for the tab

Class au.edu.swin.synergy.plugin.prefs.event.BRemovePrefsCE implements Serializable

Serialized Fields

target

JPanel target
The Panel that will be removed

wListener

BWindowListener wListener

Class au.edu.swin.synergy.plugin.prefs.event.BUpdatePrefsCE implements Serializable

Serialized Fields

okPressed

boolean okPressed
Indicates whether the ok button or the cancel button was pressed


Package au.edu.swin.synergy.plugin.repository

Class au.edu.swin.synergy.plugin.repository.BACL implements Serializable

Serialized Fields

acl

Vector acl

owner

int owner

Class au.edu.swin.synergy.plugin.repository.BBoolean implements Serializable

Serialized Fields

value

boolean value

Class au.edu.swin.synergy.plugin.repository.BDescriptor implements Serializable

Serialized Fields

access

int access

id

int id

realm

int realm

Class au.edu.swin.synergy.plugin.repository.BMetaData implements Serializable

Serialized Fields

acl

BACL acl

date

long date

fileName

String fileName

server

boolean server

type

String type

version

int version


Package au.edu.swin.synergy.plugin.repository.event

Class au.edu.swin.synergy.plugin.repository.event.BFileXferCE implements Serializable

Serialized Fields

data

BFile data

error

int error

Class au.edu.swin.synergy.plugin.repository.event.BGetFileCE implements Serializable

Serialized Fields

version

int version

Class au.edu.swin.synergy.plugin.repository.event.BGetFilesCE implements Serializable

Serialized Fields

errors

Vector errors

filenames

Vector filenames

files

Vector files

metaData

Vector metaData

versions

Vector versions

Class au.edu.swin.synergy.plugin.repository.event.BPutFileCE implements Serializable

Class au.edu.swin.synergy.plugin.repository.event.BRegisterTypeCE implements Serializable

Serialized Fields

conflictDetect

BConflictDetect conflictDetect

type

String type

Class au.edu.swin.synergy.plugin.repository.event.BRepositoryCE implements Serializable

Serialized Fields

error

int error

fileName

String fileName

metaData

BMetaData metaData

Class au.edu.swin.synergy.plugin.repository.event.BSetSecurityCE implements Serializable

Class au.edu.swin.synergy.plugin.repository.event.BStatDirCE implements Serializable

Serialized Fields

dates

Vector dates

filenames

Vector filenames
The names of the files in the directories

groups

Vector groups

isDirs

Vector isDirs

metaData

Vector metaData

sizes

Vector sizes

users

Vector users

Class au.edu.swin.synergy.plugin.repository.event.BStatFileCE implements Serializable

Serialized Fields

date

long date

directory

boolean directory

files

BStringList files

groups

Vector groups
The list of groups which might be able to access this file

size

long size

users

Vector users
users the list of users who could access this file


Package au.edu.swin.synergy.plugin.roomgui

Class au.edu.swin.synergy.plugin.roomgui.BChatGui implements Serializable

Serialized Fields

chatMenu

JMenu chatMenu

chatPanel

BChatPanel chatPanel

controlPanel

BControlPanel controlPanel

createRoomMI

JMenuItem createRoomMI

deleteRoomMI

JMenuItem deleteRoomMI

editRoomMI

JMenuItem editRoomMI

plugin

BPlugin plugin

Class au.edu.swin.synergy.plugin.roomgui.BChatPanel implements Serializable

Serialized Fields

conversationLabel

JLabel conversationLabel

gbc1

GridBagConstraints gbc1

gbl1

GridBagLayout gbl1

messageField

JTextField messageField

messageLabel

JLabel messageLabel

plugin

BPlugin plugin

roomLabel

JLabel roomLabel

textArea

JTextArea textArea

textPane

JScrollPane textPane

Class au.edu.swin.synergy.plugin.roomgui.BControlPanel implements Serializable

Serialized Fields

addButton

JButton addButton

chooser

JFileChooser chooser

currentRoom

BRoom currentRoom

doorsCombo

JComboBox doorsCombo

doorsLabel

JLabel doorsLabel

doorsModel

BDoorsModel doorsModel

fileList

JList fileList

fileModel

BFileListModel fileModel

filePane

JScrollPane filePane

filesLabel

JLabel filesLabel

getButton

JButton getButton

goButton

JButton goButton

kickButton

JButton kickButton

kickMenu

JMenuItem kickMenu

peopleLabel

JLabel peopleLabel

peopleModel

BPeopleTableModel peopleModel

peoplePane

JScrollPane peoplePane

peopleTable

JTable peopleTable

photographLabel

JLabel photographLabel

plugin

BPlugin plugin

popup

JPopupMenu popup

previewPanel

JPanel previewPanel

roomGui

BRoomGui roomGui

thumbheight

int thumbheight

thumbwidth

int thumbwidth

whisperButton

JButton whisperButton

whisperMenu

JMenuItem whisperMenu

Class au.edu.swin.synergy.plugin.roomgui.BDoorsModel implements Serializable

Serialized Fields

data

Vector data

selectedItem

Object selectedItem

Class au.edu.swin.synergy.plugin.roomgui.BFileListModel implements Serializable

Serialized Fields

data

Vector data

Class au.edu.swin.synergy.plugin.roomgui.BPeopleTableModel implements Serializable

Serialized Fields

columnNames

String[] columnNames
Please complete the missing tags for columnNames

data

Vector data
Please complete the missing tags for data

Class au.edu.swin.synergy.plugin.roomgui.BPrefsPanel implements Serializable

Serialized Fields

ageField

JTextField ageField

ageLabel

JLabel ageLabel

buttonPanel

JPanel buttonPanel

chatPanel

JPanel chatPanel

nameField

JTextField nameField

nameLabel

JLabel nameLabel

nickField

JTextField nickField

nickLabel

JLabel nickLabel


Package au.edu.swin.synergy.plugin.roomgui.event

Class au.edu.swin.synergy.plugin.roomgui.event.BDoNavigateCE implements Serializable

Serialized Fields

users

Vector users


Package au.edu.swin.synergy.plugin.rooms

Class au.edu.swin.synergy.plugin.rooms.BChatUser implements Serializable

Serialized Fields

age

int age

connectionID

int connectionID

currentRoom

BRoom currentRoom

nickname

String nickname

Class au.edu.swin.synergy.plugin.rooms.BRoom implements Serializable

Serialized Fields

doors

BStringList doors
Doors to other rooms.

files

BStringList files
Names of files currently held by this room.

roomName

String roomName

users

Vector users
Users currently logged into this room. Thrown in here so list of users also returned on BGetRoomCE.

Class au.edu.swin.synergy.plugin.rooms.BStats implements Serializable

Serialized Fields

bytesGot

long bytesGot

bytesSent

long bytesSent

createdRooms

int createdRooms

filesGot

int filesGot

filesSent

int filesSent

logins

int logins

logouts

int logouts

messagesSent

int messagesSent

thumbnails

int thumbnails

Class au.edu.swin.synergy.plugin.rooms.BUser implements Serializable

Serialized Fields

emailAddress

String emailAddress
The email address of the user

fullName

String fullName
The full name of the user

oldUserName

String oldUserName
If the client changes the user name, the new version is stored here

password

String password
The password of the user

privilage

int privilage
The privilage associated with this user

userName

String userName
The username of the user


Package au.edu.swin.synergy.plugin.rooms.event

Class au.edu.swin.synergy.plugin.rooms.event.BAddUserCE implements Serializable

Serialized Fields

user

BChatUser user
User to add.

Class au.edu.swin.synergy.plugin.rooms.event.BChatMsgCE implements Serializable

Serialized Fields

message

String message
Message sent across network.

name

String name
Room name message was sent from.

Class au.edu.swin.synergy.plugin.rooms.event.BChatPrivCE implements Serializable

Serialized Fields

message

String message

name

String name

sourceID

int sourceID

targetID

int targetID

Class au.edu.swin.synergy.plugin.rooms.event.BCreateRoomCE implements Serializable

Serialized Fields

roomName

String roomName
Name of room to create.

Class au.edu.swin.synergy.plugin.rooms.event.BEditUserCE implements Serializable

Serialized Fields

editedUser

BChatUser editedUser
User to edit.

Class au.edu.swin.synergy.plugin.rooms.event.BEnterRoomCE implements Serializable

Class au.edu.swin.synergy.plugin.rooms.event.BGetFileCE implements Serializable

Serialized Fields

file

BFile file
File retrieved from server and to be returned to client.

fileName

String fileName
Name of file to retrieve from server.

Class au.edu.swin.synergy.plugin.rooms.event.BGetRoomCE implements Serializable

Serialized Fields

room

BRoom room
Room to be returned from server.

roomName

String roomName
Name of room to get.

Class au.edu.swin.synergy.plugin.rooms.event.BGetRoomsCE implements Serializable

Serialized Fields

rooms

Vector rooms
Vector of rooms returned by this event.

Class au.edu.swin.synergy.plugin.rooms.event.BGetThumbNailCE implements Serializable

Serialized Fields

fileName

String fileName
Name of file to retrieve from server.

icon

ImageIcon icon
File retrieved from server and to be returned to client.

Class au.edu.swin.synergy.plugin.rooms.event.BKickCE implements Serializable

Class au.edu.swin.synergy.plugin.rooms.event.BRemoveUserCE implements Serializable

Serialized Fields

status

int status

user

BChatUser user

Class au.edu.swin.synergy.plugin.rooms.event.BRoomChangeCE implements Serializable

Serialized Fields

roomName

String roomName
Name of room.

Class au.edu.swin.synergy.plugin.rooms.event.BSendFileCE implements Serializable

Serialized Fields

sentFile

BFile sentFile
File to be stored on server.

sentFileName

String sentFileName
Name of file sent to server.


Package au.edu.swin.synergy.plugin.rtp

Class au.edu.swin.synergy.plugin.rtp.BCheckIn implements Serializable

Serialized Fields

dirCombo

JComboBox dirCombo

dirLabel

JLabel dirLabel

dirModel

BDirectoryComboModel dirModel

fileModel

BResFileModel fileModel

fileTable

JTable fileTable

plugin

BPlugin plugin

tablePane

JScrollPane tablePane

titleLabel

JLabel titleLabel

Class au.edu.swin.synergy.plugin.rtp.BCheckOut implements Serializable

Serialized Fields

dirCombo

JComboBox dirCombo

dirLabel

JLabel dirLabel

dirModel

BDirectoryComboModel dirModel

fileModel

BResFileModel fileModel

fileTable

JTable fileTable

plugin

BPlugin plugin

propPane

JScrollPane propPane

propPanel

JPanel propPanel

propText

JTextArea propText

repPanel

JPanel repPanel

tablePane

JScrollPane tablePane

titleLabel

JLabel titleLabel

Class au.edu.swin.synergy.plugin.rtp.BChgPermPanel implements Serializable

Serialized Fields

descriptors

Vector descriptors
Vector which contains the descriptor info

fileLabel

JLabel fileLabel

filename

String filename
Filename of file whos permission are being edited

groupList

JTable groupList

groupPane

JScrollPane groupPane

groups

Vector groups
Vector which contains the groups info

groupsLabel

JLabel groupsLabel

newOwner

String newOwner
new Owner of the file if the owner has changed

oldDescriptors

Vector oldDescriptors
Vector containing the old descriptors

owner

String owner
Owner of the file

ownerCombo

JComboBox ownerCombo

ownerID

Long ownerID
UID of the owner of the file

ownerLabel

JLabel ownerLabel

ownerModel

au.edu.swin.synergy.plugin.rtp.BChgPermPanel.BOwnerModel ownerModel

ownerName

JLabel ownerName

permModel

BPermissionModel permModel

user

BUser user
user who is opeining this dialog

users

Vector users
Vector which contains the users info

Class au.edu.swin.synergy.plugin.rtp.BCOFileModel implements Serializable

Serialized Fields

columnNames

String[] columnNames
The column headers for the table

Class au.edu.swin.synergy.plugin.rtp.BDirectoryComboModel implements Serializable

Class au.edu.swin.synergy.plugin.rtp.BPermissionModel implements Serializable

Serialized Fields

columnNames

String[] columnNames
columnNames for the table

data

Vector data
The Vector that contains the data for the table

enabled

boolean enabled
Flag used to determis wether this table si editable or not

Class au.edu.swin.synergy.plugin.rtp.BResFileModel implements Serializable

Serialized Fields

columnNames

String[] columnNames
The column headers for the table

data

Vector data
Vector that contains the data

fileIcon

ImageIcon fileIcon

fileNames

Vector fileNames

folderIcon

ImageIcon folderIcon

modelIcon

ImageIcon modelIcon


Package au.edu.swin.synergy.plugin.server

Class au.edu.swin.synergy.plugin.server.BNetCredentials implements Serializable

Serialized Fields

password

String password

username

String username

Class au.edu.swin.synergy.plugin.server.BNetObject implements Serializable


Package au.edu.swin.synergy.plugin.server.event

Class au.edu.swin.synergy.plugin.server.event.BGetNetworkStatusCE implements Serializable

Serialized Fields

connections

int connections

status

int status

Class au.edu.swin.synergy.plugin.server.event.BGetSessionsCE implements Serializable

Serialized Fields

sessions

Vector sessions

Class au.edu.swin.synergy.plugin.server.event.BGetUserCE implements Serializable

Serialized Fields

connectionID

int connectionID

user

BUser user

Class au.edu.swin.synergy.plugin.server.event.BRegisterFilterCE implements Serializable

Serialized Fields

filter

BSessionSetup filter


Package au.edu.swin.synergy.plugin.smtpsvr.event

Class au.edu.swin.synergy.plugin.smtpsvr.event.BMailCE implements Serializable

Serialized Fields

theMessage

BMessage theMessage
Contains the message being sent


Package au.edu.swin.synergy.plugin.syndicate

Class au.edu.swin.synergy.plugin.syndicate.BTask implements Serializable

Serialized Fields

dependencies

Vector dependencies
Stores the list of dependent tasks for this task (stores task ids in Integer objects).

description

String description
Stores the description of this task.

finishDate

Date finishDate
Stores the finish date of this task.

latestDate

Date latestDate
Stores the latest date of this task.

parentTaskID

int parentTaskID
Stores the task ID of this tasks parent task (or -1 of there is no parent).

percentOfParent

double percentOfParent
Stores the percent of this task's parent that this task represents.

resources

BStringList resources
Stores the list of resources allocated to this task.

startDate

Date startDate
Stores the start date of this task.

taskID

int taskID
Stores the task ID of this task.

title

String title
Stores the title of this task.


Package au.edu.swin.synergy.plugin.syndicate.charts

Class au.edu.swin.synergy.plugin.syndicate.charts.BChartsGUI.BChartsGUIPanel implements Serializable

Serialized Fields

chartDataPanel

JPanel chartDataPanel
The panel that the chart is drawn on.

chartDescriptions

Vector chartDescriptions
Stores the list of charts available.

chartsList

JComboBox chartsList
Draws the list of charts available.

contentPanel

JPanel contentPanel
Hold all GUI components (work-around for Java crapness)

paramComponents

Vector paramComponents
Stores components for getting parameters.

refreshListButton

JButton refreshListButton
Refreshes the list of available charts.

scroller

JScrollPane scroller
Holds the chart data panel.

submitGraphButton

JButton submitGraphButton
Gets the graph from the server.

this$0

BChartsGUI this$0


Package au.edu.swin.synergy.plugin.syndicate.charts.event

Class au.edu.swin.synergy.plugin.syndicate.charts.event.BChartsAvailCE implements Serializable

Serialized Fields

chartTypes

String[] chartTypes

paramNames

Vector[] paramNames

params

Vector[] params

Class au.edu.swin.synergy.plugin.syndicate.charts.event.BGetChartCE implements Serializable

Serialized Fields

chartType

int chartType

params

Vector params


Package au.edu.swin.synergy.plugin.syndicate.event

Class au.edu.swin.synergy.plugin.syndicate.event.BSQLGetConnectionCE implements Serializable

Serialized Fields

dbStatus

int dbStatus
Stores the status of the returned connection.

theConnection

Connection theConnection
Stores the returned connection.

url

String url
Stores the database URL for the desired connection.

Class au.edu.swin.synergy.plugin.syndicate.event.BSyndAddLogCE implements Serializable

Serialized Fields

comments

String comments
Stores the comments for the worlog.

hoursLeft

float hoursLeft
Stores the hours left for the task.

hoursWorked

float hoursWorked
Stores the hours worked for the worklog.

logStatus

int logStatus
Stores the status of the returned information.

percComplete

float percComplete
Stores the percent complete of the task.

taskID

int taskID
Stores the task ID for the worklog.

username

String username
Stores the username for the worklog.

Class au.edu.swin.synergy.plugin.syndicate.event.BSyndAddTaskCE implements Serializable

Serialized Fields

taskStatus

int taskStatus
Stores the status of the returned information.

theTask

BTask theTask
Stores the task information for the database.

Class au.edu.swin.synergy.plugin.syndicate.event.BSyndGetTasksCE implements Serializable

Serialized Fields

taskIDs

Vector taskIDs
Stores the returned task information.

taskInfo

Vector taskInfo
Stores the returned task IDs.

taskStat

int taskStat
Task selection status.

taskStatus

int taskStatus
Stores the status of the returned information.

username

String username
Stores the username for task stuff.

userStat

int userStat
User selection status.

Class au.edu.swin.synergy.plugin.syndicate.event.BSyndRefreshCE implements Serializable

Serialized Fields

serverStatus

int serverStatus
Stores the server status.


Package au.edu.swin.synergy.plugin.test2

Class au.edu.swin.synergy.plugin.test2.BPluginTest2.TestPanel implements Serializable

Serialized Fields

this$0

BPluginTest2 this$0


Package au.edu.swin.synergy.plugin.test2.event

Class au.edu.swin.synergy.plugin.test2.event.BTestCE implements Serializable

Serialized Fields

message

String message


Package au.edu.swin.synergy.plugin.userdb

Class au.edu.swin.synergy.plugin.userdb.BGroup implements Serializable

Class au.edu.swin.synergy.plugin.userdb.BInvalidPropertyException implements Serializable

Serialized Fields

state

int state
The indicator of what was wrong

Class au.edu.swin.synergy.plugin.userdb.BPrivileged implements Serializable

Serialized Fields

comments

String comments
Comments are anything the creator wishes to include as a description

isNew

boolean isNew
Indicates whether it requires a unique id or not

members

Vector members
The list of group names this user is a member of or the list of user names in the group

name

String name
The name of the privileged item

privilege

int privilege
The privilage associated with this item

uniqueID

Long uniqueID
The unique id

Class au.edu.swin.synergy.plugin.userdb.BUser implements Serializable

Serialized Fields

alias

String alias
The alias this user likes to go by

emailAddress

String emailAddress
The email address of the user

fullName

String fullName
The full name of the user

groups

Vector groups
The list of group numbers this user is a member of


Package au.edu.swin.synergy.plugin.userdb.event

Class au.edu.swin.synergy.plugin.userdb.event.BAddGroupCE implements Serializable

Class au.edu.swin.synergy.plugin.userdb.event.BAddUserCE implements Serializable

Serialized Fields

initialPassword

String initialPassword
This is the initial password for the user

Class au.edu.swin.synergy.plugin.userdb.event.BAdminCE implements Serializable

Class au.edu.swin.synergy.plugin.userdb.event.BAuthUserCE implements Serializable

Serialized Fields

auth

int auth

credentials

BNetCredentials credentials

user

BUser user

Class au.edu.swin.synergy.plugin.userdb.event.BChangePasswordCE implements Serializable

Serialized Fields

newPassword

String newPassword
The password to change to

oldPassword

String oldPassword
The the old password of the user

state

int state
The constant indicating what went wrong, if anything

Class au.edu.swin.synergy.plugin.userdb.event.BDBUpdateCE implements Serializable

Class au.edu.swin.synergy.plugin.userdb.event.BGetGroupsCE implements Serializable

Class au.edu.swin.synergy.plugin.userdb.event.BGetUsersCE implements Serializable

Serialized Fields

users

Vector users

Class au.edu.swin.synergy.plugin.userdb.event.BGroupUpdatedCE implements Serializable

Class au.edu.swin.synergy.plugin.userdb.event.BOwnerCE implements Serializable

Class au.edu.swin.synergy.plugin.userdb.event.BRemoveGroupCE implements Serializable

Class au.edu.swin.synergy.plugin.userdb.event.BRemoveUserCE implements Serializable

Class au.edu.swin.synergy.plugin.userdb.event.BUpdateGroupCE implements Serializable

Class au.edu.swin.synergy.plugin.userdb.event.BUpdateNotificationCE implements Serializable

Serialized Fields

updatedItem

BPrivileged updatedItem
This is the item that was updated

updateType

int updateType
The type of update performed

Class au.edu.swin.synergy.plugin.userdb.event.BUpdatePrivilegedCE implements Serializable

Serialized Fields

item

BPrivileged item
The user to be updated

status

int status
The actual status of the update

Class au.edu.swin.synergy.plugin.userdb.event.BUpdateUserCE implements Serializable

Class au.edu.swin.synergy.plugin.userdb.event.BUserDBCE implements Serializable

Class au.edu.swin.synergy.plugin.userdb.event.BUserUpdatedCE implements Serializable


Package au.edu.swin.synergy.plugin.userman

Class au.edu.swin.synergy.plugin.userman.BChangePassword implements Serializable

Serialized Fields

actionListener

au.edu.swin.synergy.plugin.userman.BChangePassword.BActionListener actionListener
The action listener for button events

cancelButton

JButton cancelButton

eventDispatcher

BPlugin eventDispatcher
The plugin responsible for dispatching the events

gridBagLayout1

GridBagLayout gridBagLayout1

isAdmin

boolean isAdmin
Indicates whether the editting user is admin

newField

JPasswordField newField

newLabel

JLabel newLabel

okButton

JButton okButton

originalField

JPasswordField originalField

originalLabel

JLabel originalLabel

reenterField

JPasswordField reenterField

reenterLabel

JLabel reenterLabel

user

BUser user
The user to change the password of

Class au.edu.swin.synergy.plugin.userman.BCRUDGroup implements Serializable

Serialized Fields

adminDisplay

String adminDisplay
The name of the administrator privilege to display

administrator

boolean administrator
Indicates whether we're an administrator editting or not

availableUsers

Vector availableUsers
The list of available users to select from

buttonListener

au.edu.swin.synergy.plugin.userman.BCRUDGroup.BButtonListener buttonListener
Handles program flow when registered buttons are clicked

cancelButton

JButton cancelButton

commentsLabel

JLabel commentsLabel

commentsTextArea

JTextArea commentsTextArea

editting

boolean editting
Indicates whether we're editting or not

gridBagLayout1

GridBagLayout gridBagLayout1

gridBagLayout2

GridBagLayout gridBagLayout2

group

BGroup group
The group we're editting

groupLabel

JLabel groupLabel

invalidPrivilege

String invalidPrivilege
When the privilege is invalid, this is shown

isOk

boolean isOk
Indicates whether this group is ok to upload

jScrollPane1

JScrollPane jScrollPane1

memberSelect

BMemberSelect memberSelect
The member select dialog

nameField

JTextField nameField

okButton

JButton okButton

privilegeCombo

JComboBox privilegeCombo

privilegeLabel

JLabel privilegeLabel

removeButton

JButton removeButton

selectButton

JButton selectButton

userDisplay

String userDisplay
The name of the user privilege to display

userList

JList userList

userListModel

DefaultListModel userListModel
This is the list model that we will use

userManager

BUserMan userManager
The user manager itself

usersLabel

JLabel usersLabel

usersPanel

JPanel usersPanel

usersScrollPane

JScrollPane usersScrollPane

Class au.edu.swin.synergy.plugin.userman.BCRUDUser implements Serializable

Serialized Fields

adminDisplay

String adminDisplay
The name of the administrator privilege to display

administrator

boolean administrator
Indicates whether the current user is an administrator

aliasField

JTextField aliasField

aliasLabel

JLabel aliasLabel

availableGroups

Vector availableGroups
The available groups to choose from

buttonListener

au.edu.swin.synergy.plugin.userman.BCRUDUser.BButtonListener buttonListener
The button listener

cancelButton

JButton cancelButton

changePassword

BChangePassword changePassword
The change password dialog

changePasswordButton

JButton changePasswordButton

commentsLabel

JLabel commentsLabel

commentsScrollPane

JScrollPane commentsScrollPane

commentsTextArea

JTextArea commentsTextArea

editting

boolean editting
Indicates whether we're editting or not

emailField

JTextField emailField
The email address field

emailLabel

JLabel emailLabel
The email address label

fullNameField

JTextField fullNameField

fullNameLabel

JLabel fullNameLabel

gridBagLayout1

GridBagLayout gridBagLayout1

groupList

JList groupList
The list of groups

groupListModel

DefaultListModel groupListModel
This is the list model that we will use

groupsLabel

JLabel groupsLabel

groupsScrollPane

JScrollPane groupsScrollPane

invalidPrivilege

String invalidPrivilege
When the privilege is invalid, this is shown

isOk

boolean isOk
Indicates whether the contents were updated succesfully

memberSelect

BMemberSelect memberSelect
The member select dialog

okButton

JButton okButton

passwordField

JPasswordField passwordField
The password field

passwordLabel

JLabel passwordLabel
The password label

privilegeCombo

JComboBox privilegeCombo

privilegeLabel

JLabel privilegeLabel

removeButton

JButton removeButton

selectGroupButton

JButton selectGroupButton

user

BUser user
The user this CRUD Panel displays

userDisplay

String userDisplay
The name of the user privilege to display

userManager

BUserMan userManager
The user manager itself

userNameField

JTextField userNameField

userNameLabel

JLabel userNameLabel

Class au.edu.swin.synergy.plugin.userman.BCRUDUserManager implements Serializable

Serialized Fields

addGroupButton

JButton addGroupButton

addUserButton

JButton addUserButton

buttonListener

au.edu.swin.synergy.plugin.userman.BCRUDUserManager.BButtonListener buttonListener
The button listener

buttonPanel

JPanel buttonPanel

deleteGroupButton

JButton deleteGroupButton

deleteGroupSelectionListener

BSelectionListener deleteGroupSelectionListener

deleteUserButton

JButton deleteUserButton

deleteUserSelectionListener

BSelectionListener deleteUserSelectionListener
These listeners enable/disable the delete buttons depending on the privilege of the current user

editGroup

BCRUDGroup editGroup
The group editting dialog

editUser

BCRUDUser editUser
The user editting dialog

gridBagLayout1

GridBagLayout gridBagLayout1

gridBagLayout2

GridBagLayout gridBagLayout2

groupLabel

JLabel groupLabel

groupList

JList groupList

groupListModel

BListModel groupListModel
This is where the group data is stored

groupPanel

JPanel groupPanel

groups

Vector groups
The groups

groupScrollPane

JScrollPane groupScrollPane

isAdministrator

boolean isAdministrator
Indicates whether the current user is an administrator

mainGridBagLayout

GridBagLayout mainGridBagLayout

mouseListener

au.edu.swin.synergy.plugin.userman.BCRUDUserManager.BMouseListener mouseListener
The mouse listener for the lists

okButton

JButton okButton

openGroupButton

JButton openGroupButton

openGroupSelectionListener

BSelectionListener openGroupSelectionListener

openUserButton

JButton openUserButton

openUserSelectionListener

BSelectionListener openUserSelectionListener
These listeners enable/disable the open buttons depending on the privilege of the current user

userLabel

JLabel userLabel

userList

JList userList

userListModel

BListModel userListModel
This is where the user data is stored

userManager

BUserMan userManager
The user manager plugin

userPanel

JPanel userPanel

users

Vector users
The users

userScrollPane

JScrollPane userScrollPane

Class au.edu.swin.synergy.plugin.userman.BMemberSelect implements Serializable

Serialized Fields

cancelButton

JButton cancelButton

eventDispatcher

BPlugin eventDispatcher
Enables us to send events to the window manager

gridBagLayout1

GridBagLayout gridBagLayout1

isOk

boolean isOk
Indicates whether the user selected ok or cancel

memberLabel

JLabel memberLabel

memberList

JList memberList

memberScrollPane

JScrollPane memberScrollPane

okButton

JButton okButton


Package au.edu.swin.synergy.plugin.userman.event

Class au.edu.swin.synergy.plugin.userman.event.BGetUsersCE implements Serializable

Serialized Fields

users

Vector users


Package au.edu.swin.synergy.plugin.workspace

Class au.edu.swin.synergy.plugin.workspace.BPropertyEditor implements Serializable

Serialized Fields

pb

BPropertyBag pb

Class au.edu.swin.synergy.plugin.workspace.BUpdateWorkspaceWindow implements Serializable

Serialized Fields

addButton

JButton addButton

currentList

JList currentList

currentListModel

BListModel currentListModel

currentProject

BProject currentProject

displayType

int displayType

fileBrowser

JFileChooser fileBrowser

fileFilter

BFileFilter fileFilter

gridBaglayout1

GridBagLayout gridBaglayout1

newButton

JButton newButton

okButton

JButton okButton

okSelected

boolean okSelected

parent

BWorkspace parent

removeButton

JButton removeButton

titleLabel

JLabel titleLabel

workspaceGUI

au.edu.swin.synergy.plugin.workspace.BWorkspacePanel workspaceGUI

Class au.edu.swin.synergy.plugin.workspace.BWorkspaceCellRenderer implements Serializable

Serialized Fields

arcIcon

ImageIcon arcIcon

backColour

Color backColour

label

JLabel label

modelIcon

ImageIcon modelIcon

nodeIcon

ImageIcon nodeIcon

projectIcon

ImageIcon projectIcon

selectionColour

Color selectionColour

workspaceIcon

ImageIcon workspaceIcon

workspaceTree

BWorkspaceTree workspaceTree

Class au.edu.swin.synergy.plugin.workspace.BWorkspacePrefs implements Serializable

Serialized Fields

colorChooser

BColorCombo colorChooser

dragCombo

BColorCombo dragCombo

dragLabel

JLabel dragLabel

errorCombo

BColorCombo errorCombo

errorLabel

JLabel errorLabel

prefTabString

BString prefTabString
Panel contains these for when locale is changed, pref manager can easily reference them and get appropriate strings corresponding to locale.

prefToolTip

BString prefToolTip

selectionCombo

BColorCombo selectionCombo

selectionLabel

JLabel selectionLabel

Class au.edu.swin.synergy.plugin.workspace.BWorkspaceTree implements Serializable

Serialized Fields

cellRenderer

BWorkspaceCellRenderer cellRenderer


Package au.edu.swin.synergy.plugin.workspace.event

Class au.edu.swin.synergy.plugin.workspace.event.BDisplayWorkspaceCE implements Serializable

Serialized Fields

userName

String userName
The username of the logged in user


Package au.edu.swin.synergy.plugin.workspace.propertybag

Class au.edu.swin.synergy.plugin.workspace.propertybag.BPropertyBag implements Serializable

Serialized Fields

currentEditor

au.edu.swin.synergy.plugin.workspace.propertybag.BPropertyBagItemEditor currentEditor
The current editor being displayed.

data

Hashtable data
Stores BPropertyBagContainer objects for the BPropertyBag using the property name as the key.

dividerLocation

int dividerLocation
Controls where the property name/value divider appears.

focusProperty

int focusProperty
Stores the item which is focussed.

itemContainer

BPropertyBag.BListItemStorageContainer itemContainer
Stores the item in a vector whilst it is begin edited.

keys

Vector keys
Stores the keys for BPropertyBagContainer objects in some rational order.

movingDivider

boolean movingDivider
Controls when to move the divider.

propertyFont

Font propertyFont
The font used to draw the BPropertyBag.

stringEditor

BPropertyBagStringItemEditor stringEditor
The default editor for string items.

textHeight

int textHeight
Stores the height of each item in the BPropertyBag.

Class au.edu.swin.synergy.plugin.workspace.propertybag.BPropertyBagStringItemEditor implements Serializable

Serialized Fields

item

BPropertyBagItem item
The item being edited.

name

String name
The name of the property being edited.

propBag

BPropertyBag propBag
The property bag that is the parent of this editor.


Package au.edu.swin.synergy.shapes

Class au.edu.swin.synergy.shapes.BEllipse implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

Class au.edu.swin.synergy.shapes.BFillEditorPanel implements Serializable

Serialized Fields

border

TitledBorder border

colour

JLabel colour

colourBox

BColorCombo colourBox

Class au.edu.swin.synergy.shapes.BLine implements Serializable

Serialized Fields

dist

int dist

endSizer

BSizer endSizer

hitRect

Rectangle hitRect

lineColour

Color lineColour

lineSize

int lineSize

localCoords

BScalarRect localCoords

sizer

int sizer

startSizer

BSizer startSizer

stroke

BasicStroke stroke

style

Integer style

tmpXformedCoords

Rectangle tmpXformedCoords

useLineColour

boolean useLineColour

viewCoords

BScalarRect viewCoords

xDirection

int xDirection

xformedCoords

Rectangle xformedCoords

yDirection

int yDirection

Class au.edu.swin.synergy.shapes.BLineEditorPanel implements Serializable

Serialized Fields

arcWidths

Float[] arcWidths
Array containig all preset arc widths.

border

TitledBorder border
Labels used for signifying uses of interactive elements.

colour

JLabel colour

colourBox

BColorCombo colourBox
Combo box listing possible colours.

colourEvents

Vector colourEvents

dash

JLabel dash

dashBox

JComboBox dashBox
Combo box listing possible preset dashed styles.

dashed

BasicStroke dashed

dotted

BasicStroke dotted

lineStyles

Integer[] lineStyles

longDashed

BasicStroke longDashed

longShort

BasicStroke longShort

longShortShort

BasicStroke longShortShort

myColour

Color myColour

myStroke

BasicStroke myStroke
Where I keep latest record of submitted data.

myStyle

Integer myStyle

straight

BasicStroke straight
Preset dashed strokes.

strokeEvents

Vector strokeEvents
Contains BIStrokeChange where event are fired on change of stroke.

strokes

BasicStroke[] strokes
Array containing all preset strokes.

style

JLabel style

styleBox

JComboBox styleBox
Combo box listing possible preset styles.

styleEvents

Vector styleEvents

weight

JLabel weight

weightBox

JComboBox weightBox
Where user may specify weight of line.

Class au.edu.swin.synergy.shapes.BLineEditorPanel.comboBoxRenderer implements Serializable

Serialized Fields

d

Dimension d

length

int length

panelH

int panelH

panelW

int panelW

stroke

BasicStroke stroke

this$0

BLineEditorPanel this$0

x

int x

y

int y

Class au.edu.swin.synergy.shapes.BLineEditorPanel.styleBoxRenderer implements Serializable

Serialized Fields

d

Dimension d

fm

FontMetrics fm

height

int height

lineSpacing

int lineSpacing

noneStr

String noneStr

stroke

BasicStroke stroke

strokeStyle

int strokeStyle

this$0

BLineEditorPanel this$0

width

int width

xPos

int xPos

yPos

int yPos

Class au.edu.swin.synergy.shapes.BLineProperties implements Serializable

Serialized Fields

line

BLine line

panel

BLineEditorPanel panel

Class au.edu.swin.synergy.shapes.BPolygon implements Serializable

Serialized Fields

adding

boolean adding

doFill

boolean doFill

doOutline

boolean doOutline

fillColour

Color fillColour

lineColour

Color lineColour

outlineColour

Color outlineColour

points

Vector points

sizer

BSizer sizer

sizerNum

int sizerNum

stroke

BasicStroke stroke

tmpView

BScalarPoint tmpView

tmpViewBounds

BScalarRect tmpViewBounds

useFillColour

boolean useFillColour

useOutlineColour

boolean useOutlineColour

xformedBounds

Rectangle xformedBounds

xVals

int[] xVals

yVals

int[] yVals

Class au.edu.swin.synergy.shapes.BPolygonProperties implements Serializable

Serialized Fields

fillPanel

BFillEditorPanel fillPanel

linePanel

BLineEditorPanel linePanel

shape

BPolygon shape

Class au.edu.swin.synergy.shapes.BPropPanel implements Serializable

Class au.edu.swin.synergy.shapes.BRectangle implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

Class au.edu.swin.synergy.shapes.BRectShape implements Serializable

Serialized Fields

doFill

boolean doFill

doOutline

boolean doOutline

fillColour

Color fillColour

lineColour

Color lineColour

lineSize

int lineSize
When multiple lines are drawn, this is assigned line width, instead creating new instance.

local

BScalarRect local

outlineColour

Color outlineColour

shapeStyle

Integer shapeStyle

sizerNum

int sizerNum

tmpXformed

Rectangle tmpXformed

useFillColour

boolean useFillColour

useOutlineColour

boolean useOutlineColour

view

BScalarRect view

xformed

Rectangle xformed

Class au.edu.swin.synergy.shapes.BRectShapeProperties implements Serializable

Serialized Fields

fillPanel

BFillEditorPanel fillPanel

linePanel

BLineEditorPanel linePanel

shape

BRectShape shape

Class au.edu.swin.synergy.shapes.BRoundRect implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Serialized Fields

arcWH

Point arcWH

Class au.edu.swin.synergy.shapes.BTextArea implements Serializable

Serialized Fields

currStr

String currStr

deltaXY

BScalarPoint deltaXY
this delta being the distance from the center pt of the arc.

dumbyParent

BScalarPoint dumbyParent

influence

BScalarPoint influence

metric

FontMetrics metric
Used to calc positisons of text within this area depending on the font.

oldClip

Rectangle oldClip

oldColour

Color oldColour

oldFont

Font oldFont

oozValue

float oozValue

pArc

BPackageArc pArc
Following attributes are only used when transforming and rendering when this text area is associated with arcs...

parent

Object parent

strings

Vector strings

textColour

Color textColour

textFont

Font textFont

textSize

int textSize

view

BViewport view

viewH

int viewH

viewW

int viewW

visible

boolean visible

visibleStr

Vector visibleStr

x

int x
Stuff used when rendering text area.

y

int y


Synergy Home Page