Serialized Form
Package au.edu.swin.synergy.kernel |
value
boolean value
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
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 |
cancel
boolean cancel
Package au.edu.swin.synergy.lib |
selectedItem
Object selectedItem
- Represents the item that is currently selected in a JComboBox
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
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.
listContent
Vector listContent
- The content of the list model
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.
delimiters
String delimiters
vector
Vector vector
Package au.edu.swin.synergy.math |
value
int value
- the current value of this scalar
point
Point point
rect
Rectangle rect
vect
BScalar[] vect
Package au.edu.swin.synergy.plugin.addressbook |
address
String address
- The address of the addressee.
name
String name
- The name of the addressee.
addresses
Vector addresses
- Contains all BAddress objects for this address book.
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 |
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
receivers
String receivers
- The list of selected address names selected in the BAddressBookGui
Package au.edu.swin.synergy.plugin.broadcastcli |
Package au.edu.swin.synergy.plugin.broadcastcli.event |
serverListModel
BServerListModel serverListModel
Package au.edu.swin.synergy.plugin.client.event |
user
BUser user
hostName
String hostName
userName
String userName
credentials
BNetCredentials credentials
error
int error
hostName
String hostName
message
String message
portNumber
int portNumber
Package au.edu.swin.synergy.plugin.command.event |
enableRemote
boolean enableRemote
command
BStringList command
result
BStringList result
resultCode
int resultCode
environment
BEnvironment environment
handleEvents
boolean handleEvents
command
String command
onCommand
BOnCommand onCommand
echo
boolean echo
in
InputStream in
out
PrintStream out
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
command
String command
onCommand
BOnCommand onCommand
Package au.edu.swin.synergy.plugin.diagram |
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
drawable
BDrawable drawable
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
activeView
BViewport activeView
cancelButton
JButton cancelButton
closeEvent
BCloseWindowCE closeEvent
okButton
JButton okButton
parent
BPlugin parent
propPanel
BPropPanel propPanel
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
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
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
this$0
BViewportPrefs this$0
this$0
BViewportPrefs this$0
this$0
BViewportPrefs this$0
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 |
theViewport
BViewport theViewport
registerMe
boolean registerMe
theViewport
BViewport theViewport
Package au.edu.swin.synergy.plugin.dialect |
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 |
Package au.edu.swin.synergy.plugin.directsvr.event |
theMessage
BMessage theMessage
- The message
Package au.edu.swin.synergy.plugin.editmanager |
editManager
BEditManager editManager
- The edit manager to inform of undo events
Package au.edu.swin.synergy.plugin.editmanager.event |
undoManager
BUndoManager undoManager
undoSupport
UndoableEditSupport undoSupport
- The listener for the source to use
Package au.edu.swin.synergy.plugin.help |
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
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
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
closeButton
JButton closeButton
closeEvent
BCloseWindowCE closeEvent
displayButton
JButton displayButton
parent
BPlugin parent
tabs
BHelpTabbedPane tabs
view
BHelpViewpane view
contentTab
BContentTab contentTab
displayButton
JButton displayButton
findTab
BFindTab findTab
helpManager
BHelpManager helpManager
indexTab
BIndexTab indexTab
tabPane
JTabbedPane tabPane
backButton
JButton backButton
forwardButton
JButton forwardButton
helpManager
BHelpManager helpManager
historyList
Vector historyList
historyListIndex
int historyListIndex
homeButton
JButton homeButton
scrollpane
JScrollPane scrollpane
viewpane
JEditorPane viewpane
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 |
helpTree
BHelpTreeModel helpTree
Package au.edu.swin.synergy.plugin.mailclient |
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
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
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 |
numNodes
int numNodes
rule
boolean[] rule
arcGrid
boolean[][][] arcGrid
numArcs
int numArcs
numNodes
int numNodes
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
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
numArcs
int numArcs
numNodes
int numNodes
rule
int[][] rule
name
String name
- the name/identifier of this metaelement *
properties
Vector properties
- the list of properties (string ids only) belonging to this meta-element *
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 ) *
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
data
Vector data
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 |
fileName
String fileName
Package au.edu.swin.synergy.plugin.mod13 |
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 |
windowContent
JComponent windowContent
- The content of the window that was changed
Package au.edu.swin.synergy.plugin.mod13.event |
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
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
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
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
buttons
Vector buttons
- These are the buttons to add to the toolbar
priority
int priority
- The lower the priority more right aligned it is
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
windowContent
JComponent windowContent
- The panel to place on the window
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
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
location
int location
- The location the panel is located
targetPanel
JComponent targetPanel
- The panel to select
Package au.edu.swin.synergy.plugin.modeller |
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
viewport
BViewport viewport
viewwindow
BViewWindow viewwindow
conflictState
int conflictState
metaElement
BMetaElement metaElement
newProperties
Vector newProperties
- Used to load text areas
parent
BModel parent
ruleStatus
int ruleStatus
uniqueID
long uniqueID
inArcs
Vector inArcs
outArcs
Vector outArcs
pNode
BPackageNode pNode
Package au.edu.swin.synergy.plugin.modeller.event |
selected
Vector selected
- The collection of selected model elements
Package au.edu.swin.synergy.plugin.packager |
drawable
BDrawable drawable
fillEditor
BFillEditorPanel fillEditor
lineEditor
BLineEditorPanel lineEditor
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
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
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
this$0
BPackageArcEditor this$0
arcEditor
BLineEditorPanel arcEditor
arcType
JLabel arcType
arcTypes
String[] arcTypes
packageArc
BPackageArc packageArc
typeBox
JComboBox typeBox
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
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
list
Vector list
name
String name
parent
BPackageModel parent
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
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
comp
Component comp
colorChooser
BColorCombo colorChooser
dragCombo
BColorCombo dragCombo
dragLabel
JLabel dragLabel
errorCombo
BColorCombo errorCombo
errorLabel
JLabel errorLabel
selectionCombo
BColorCombo selectionCombo
selectionLabel
JLabel selectionLabel
drawables
Vector drawables
meaDummy
boolean meaDummy
ooz
BScalar ooz
parent
Object parent
tmpPoint
BScalarPoint tmpPoint
viewBounds
BScalarRect viewBounds
xformedBounds
Rectangle xformedBounds
z
BScalar z
borderLayout1
BorderLayout borderLayout1
cellRenderer
BPackageCellRenderer cellRenderer
items
Vector items
parent
Object parent
tempValue
String tempValue
textArea
BTextArea textArea
tmpPoint
BScalarPoint tmpPoint
Package au.edu.swin.synergy.plugin.packager.event |
fileName
String fileName
Package au.edu.swin.synergy.plugin.prefs.event |
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
target
JPanel target
- The Panel that will be removed
wListener
BWindowListener wListener
okPressed
boolean okPressed
- Indicates whether the ok button or the cancel button was pressed
Package au.edu.swin.synergy.plugin.repository |
acl
Vector acl
owner
int owner
value
boolean value
access
int access
id
int id
realm
int realm
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 |
data
BFile data
error
int error
version
int version
errors
Vector errors
filenames
Vector filenames
files
Vector files
metaData
Vector metaData
versions
Vector versions
conflictDetect
BConflictDetect conflictDetect
type
String type
error
int error
fileName
String fileName
metaData
BMetaData metaData
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
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 |
chatMenu
JMenu chatMenu
chatPanel
BChatPanel chatPanel
controlPanel
BControlPanel controlPanel
createRoomMI
JMenuItem createRoomMI
deleteRoomMI
JMenuItem deleteRoomMI
editRoomMI
JMenuItem editRoomMI
plugin
BPlugin plugin
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
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
data
Vector data
selectedItem
Object selectedItem
data
Vector data
columnNames
String[] columnNames
- Please complete the missing tags for columnNames
data
Vector data
- Please complete the missing tags for data
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 |
users
Vector users
Package au.edu.swin.synergy.plugin.rooms |
age
int age
connectionID
int connectionID
currentRoom
BRoom currentRoom
nickname
String nickname
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.
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
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 |
user
BChatUser user
- User to add.
message
String message
- Message sent across network.
name
String name
- Room name message was sent from.
message
String message
name
String name
sourceID
int sourceID
targetID
int targetID
roomName
String roomName
- Name of room to create.
editedUser
BChatUser editedUser
- User to edit.
file
BFile file
- File retrieved from server and to be returned to client.
fileName
String fileName
- Name of file to retrieve from server.
room
BRoom room
- Room to be returned from server.
roomName
String roomName
- Name of room to get.
rooms
Vector rooms
- Vector of rooms returned by this event.
fileName
String fileName
- Name of file to retrieve from server.
icon
ImageIcon icon
- File retrieved from server and to be returned to client.
status
int status
user
BChatUser user
roomName
String roomName
- Name of room.
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 |
dirCombo
JComboBox dirCombo
dirLabel
JLabel dirLabel
dirModel
BDirectoryComboModel dirModel
fileModel
BResFileModel fileModel
fileTable
JTable fileTable
plugin
BPlugin plugin
tablePane
JScrollPane tablePane
titleLabel
JLabel titleLabel
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
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
columnNames
String[] columnNames
- The column headers for the table
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
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 |
password
String password
username
String username
Package au.edu.swin.synergy.plugin.server.event |
connections
int connections
status
int status
sessions
Vector sessions
connectionID
int connectionID
user
BUser user
filter
BSessionSetup filter
Package au.edu.swin.synergy.plugin.smtpsvr.event |
theMessage
BMessage theMessage
- Contains the message being sent
Package au.edu.swin.synergy.plugin.syndicate |
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 |
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 |
chartTypes
String[] chartTypes
paramNames
Vector[] paramNames
params
Vector[] params
chartType
int chartType
params
Vector params
Package au.edu.swin.synergy.plugin.syndicate.event |
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.
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.
taskStatus
int taskStatus
- Stores the status of the returned information.
theTask
BTask theTask
- Stores the task information for the database.
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.
serverStatus
int serverStatus
- Stores the server status.
Package au.edu.swin.synergy.plugin.test2 |
this$0
BPluginTest2 this$0
Package au.edu.swin.synergy.plugin.test2.event |
message
String message
Package au.edu.swin.synergy.plugin.userdb |
state
int state
- The indicator of what was wrong
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
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 |
initialPassword
String initialPassword
- This is the initial password for the user
auth
int auth
credentials
BNetCredentials credentials
user
BUser user
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
users
Vector users
updatedItem
BPrivileged updatedItem
- This is the item that was updated
updateType
int updateType
- The type of update performed
item
BPrivileged item
- The user to be updated
status
int status
- The actual status of the update
Package au.edu.swin.synergy.plugin.userman |
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
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
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
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
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 |
users
Vector users
Package au.edu.swin.synergy.plugin.workspace |
pb
BPropertyBag pb
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
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
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
cellRenderer
BWorkspaceCellRenderer cellRenderer
Package au.edu.swin.synergy.plugin.workspace.event |
userName
String userName
- The username of the logged in user
Package au.edu.swin.synergy.plugin.workspace.propertybag |
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.
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 |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
border
TitledBorder border
colour
JLabel colour
colourBox
BColorCombo colourBox
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
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.
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
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
line
BLine line
panel
BLineEditorPanel panel
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
fillPanel
BFillEditorPanel fillPanel
linePanel
BLineEditorPanel linePanel
shape
BPolygon shape
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
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
fillPanel
BFillEditorPanel fillPanel
linePanel
BLineEditorPanel linePanel
shape
BRectShape shape
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
arcWH
Point arcWH
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