A Point2D of the location of the beginning of the object
must be transient because they are not serializable
see bottom of class for read and write Object (jcorso)
bg -
Variable in class candy.util.whiteboard.Background
The WBPrimitivePacket which defines the background
to be used in this CodeWalkthrough
It will be added to the whiteboard once a member
joins the Code-Walkthrough
This class is a view which allows the user to see and edit the properties
of one calendar day - it lists all the existing entries for that day and
allows to add, remove, and edit entries for that day.
Finalizes the construction of a new primitive by invoking the factory
to create a new WBPrimitive, wrapping it in a WBPrimitivePacket, and
adding the packet to the whiteboard.
Overloaded getContentPane; to make CandyUserView and CandyView
transparently interchangable, this redirects ContentPane requests to
the client area of the view
A MeetingTranscript is the most general type of meeting with no
specific constraints imposed on its requirments or the interaction
of its participants.
The Physical MemberTable class which is used by the MemberRegistry
To keep track of everything in it, and also used by the ClientApp's
to be aware of the current state of the users in the system.
takes a chat message and attempts to find a meeting
with which this message is associated
if meeting is found, it adds this packet to the meetings
packet list (for transcripting)
The Whiteboard is the class which encapsulates an entire Whiteboard session
from its inception through all of the operations affecting it to its
completion.
Construct a whiteboard that will be used to match in the javaspace
For this, you are given the meta data on which to match
Everything else must be null (jcorso)