Serialized Form


Package edu.rit.chat1

Class edu.rit.chat1.ChatFrame extends JFrame implements Serializable

Serialized Fields

myChatLog

Transcript myChatLog

myMessageField

JTextField myMessageField

mySendButton

JButton mySendButton

myListener

ChatFrameListener myListener

Package edu.rit.chat2

Class edu.rit.chat2.ChatFrame extends JFrame implements Serializable

Serialized Fields

myChatRoomCount

JLabel myChatRoomCount

myChatRoomList

JComboBox myChatRoomList

myNewButton

JButton myNewButton

myChatLog

Transcript myChatLog

myMessageField

JTextField myMessageField

mySendButton

JButton mySendButton

myListener

ChatFrameListener myListener

Class edu.rit.chat2.ChatRoom extends Object implements Serializable

serialVersionUID: -7463719649672679814L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Read this chat room from the given object input stream.

Throws:
IOException - Thrown if an I/O error occurred.
ClassNotFoundException - Thrown if a class needed to deserialize this object could not be found.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write this chat room to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Package edu.rit.classfile

Class edu.rit.classfile.ByteCodeException extends ClassfileException implements Serializable

Class edu.rit.classfile.ClassfileException extends Exception implements Serializable

Class edu.rit.classfile.DuplicateFieldException extends ClassfileException implements Serializable

Class edu.rit.classfile.DuplicateSubroutineException extends ClassfileException implements Serializable

Class edu.rit.classfile.ListFullException extends ClassfileException implements Serializable

Class edu.rit.classfile.OutOfRangeException extends ClassfileException implements Serializable


Package edu.rit.device

Class edu.rit.device.DevicePropertyFileException extends DeviceRuntimeException implements Serializable

Class edu.rit.device.DevicePropertyMissingException extends DeviceRuntimeException implements Serializable

Class edu.rit.device.DevicePropertyValueException extends DeviceRuntimeException implements Serializable

Class edu.rit.device.DeviceRuntimeException extends RuntimeException implements Serializable


Package edu.rit.m2mi

Class edu.rit.m2mi.Eoid extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput theObjectInput)
                  throws IOException
Read this EOID from the given object input stream. This method assumes the value was written to the stream by writeExternal().

Throws:
IOException - Thrown if an I/O error occurred.

writeExternal

public void writeExternal(ObjectOutput theObjectOutput)
                   throws IOException
Write this EOID to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Class edu.rit.m2mi.ExportException extends M2MIRuntimeException implements Serializable

Class edu.rit.m2mi.Handle extends Object implements Serializable

serialVersionUID: -9081000831437237822L

Serialization Methods

readExternal

public void readExternal(ObjectInput theObjectInput)
                  throws ClassNotFoundException,
                         IOException
Read this handle from the given object input stream. It assumes the stream was written by writeExternal().

Throws:
ClassNotFoundException - Thrown if the class for an object being deserialized cannot be found.
IOException - Thrown if an I/O error occurred.

writeExternal

public void writeExternal(ObjectOutput theObjectOutput)
                   throws IOException
Write this handle to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Class edu.rit.m2mi.InvalidMethodException extends M2MIRuntimeException implements Serializable

Class edu.rit.m2mi.Invocation extends Object implements Serializable

serialVersionUID: 4300547073903081062L

Serialization Methods

readExternal

public void readExternal(ObjectInput theObjectInput)
                  throws ClassNotFoundException,
                         IOException
Read this invocation object from the given object input stream. It assumes the stream was written by writeExternal().

Throws:
ClassNotFoundException - Thrown if the class for an object being deserialized cannot be found.
IOException - Thrown if an I/O error occurred.

writeExternal

public void writeExternal(ObjectOutput theObjectOutput)
                   throws IOException
Write this invocation object to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Class edu.rit.m2mi.InvocationException extends M2MIRuntimeException implements Serializable

Class edu.rit.m2mi.M2MIInitializationException extends M2MIRuntimeException implements Serializable

Class edu.rit.m2mi.M2MIPropertyFileException extends M2MIInitializationException implements Serializable

Class edu.rit.m2mi.M2MIPropertyMissingException extends M2MIInitializationException implements Serializable

Class edu.rit.m2mi.M2MIPropertyValueException extends M2MIInitializationException implements Serializable

Class edu.rit.m2mi.M2MIRuntimeException extends RuntimeException implements Serializable

Class edu.rit.m2mi.Multihandle extends Handle implements Serializable

serialVersionUID: 6830033425988250247L

Serialization Methods

readExternal

public void readExternal(ObjectInput theObjectInput)
                  throws ClassNotFoundException,
                         IOException
Read this multihandle from the given object input stream. It assumes the stream was written by writeExternal().

Throws:
ClassNotFoundException - Thrown if the class for an object being deserialized cannot be found.
IOException - Thrown if an I/O error occurred.

writeExternal

public void writeExternal(ObjectOutput theObjectOutput)
                   throws IOException
Write this multihandle to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Class edu.rit.m2mi.MultiInvocation extends Invocation implements Serializable

serialVersionUID: -8501882588756972556L

Serialization Methods

readExternal

public void readExternal(ObjectInput theObjectInput)
                  throws ClassNotFoundException,
                         IOException
Read this multihandle invocation object from the given object input stream. It assumes the stream was written by writeExternal().

Throws:
ClassNotFoundException - Thrown if the class for an object being deserialized cannot be found.
IOException - Thrown if an I/O error occurred.

writeExternal

public void writeExternal(ObjectOutput theObjectOutput)
                   throws IOException
Write this multihandle invocation object to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Class edu.rit.m2mi.Omnihandle extends Handle implements Serializable

serialVersionUID: 6830033425988250247L

Serialization Methods

readExternal

public void readExternal(ObjectInput theObjectInput)
                  throws ClassNotFoundException,
                         IOException
Read this omnihandle from the given object input stream. It assumes the stream was written by writeExternal().

Throws:
ClassNotFoundException - Thrown if the class for an object being deserialized cannot be found.
IOException - Thrown if an I/O error occurred.

writeExternal

public void writeExternal(ObjectOutput theObjectOutput)
                   throws IOException
Write this omnihandle to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Class edu.rit.m2mi.OmniInvocation extends Invocation implements Serializable

serialVersionUID: 2363440940386457894L

Serialization Methods

readExternal

public void readExternal(ObjectInput theObjectInput)
                  throws ClassNotFoundException,
                         IOException
Read this omnihandle invocation object from the given object input stream. It assumes the stream was written by writeExternal().

Throws:
ClassNotFoundException - Thrown if the class for an object being deserialized cannot be found.
IOException - Thrown if an I/O error occurred.

writeExternal

public void writeExternal(ObjectOutput theObjectOutput)
                   throws IOException
Write this omnihandle invocation object to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Class edu.rit.m2mi.SynthesisException extends M2MIRuntimeException implements Serializable

Class edu.rit.m2mi.Unihandle extends Handle implements Serializable

serialVersionUID: 6830033425988250247L

Serialization Methods

readExternal

public void readExternal(ObjectInput theObjectInput)
                  throws ClassNotFoundException,
                         IOException
Read this unihandle from the given object input stream. It assumes the stream was written by writeExternal().

Throws:
ClassNotFoundException - Thrown if the class for an object being deserialized cannot be found.
IOException - Thrown if an I/O error occurred.

writeExternal

public void writeExternal(ObjectOutput theObjectOutput)
                   throws IOException
Write this unihandle to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Class edu.rit.m2mi.UniInvocation extends Invocation implements Serializable

serialVersionUID: -2461108558889367241L

Serialization Methods

readExternal

public void readExternal(ObjectInput theObjectInput)
                  throws ClassNotFoundException,
                         IOException
Read this unihandle invocation object from the given object input stream. It assumes the stream was written by writeExternal().

Throws:
ClassNotFoundException - Thrown if the class for an object being deserialized cannot be found.
IOException - Thrown if an I/O error occurred.

writeExternal

public void writeExternal(ObjectOutput theObjectOutput)
                   throws IOException
Write this unihandle invocation object to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Package edu.rit.m2mp

Class edu.rit.m2mp.M2MPInitializationException extends M2MPRuntimeException implements Serializable

Class edu.rit.m2mp.M2MPPropertyFileException extends M2MPInitializationException implements Serializable

Class edu.rit.m2mp.M2MPPropertyMissingException extends M2MPInitializationException implements Serializable

Class edu.rit.m2mp.M2MPPropertyValueException extends M2MPInitializationException implements Serializable

Class edu.rit.m2mp.M2MPRuntimeException extends RuntimeException implements Serializable


Package edu.rit.slides

Class edu.rit.slides.FullScreenSlideFrame extends JFrame implements Serializable

Serialized Fields

mySlidePanel

SlidePanel mySlidePanel

myGraphicsDevice

GraphicsDevice myGraphicsDevice

myJFrame

JFrame myJFrame

Class edu.rit.slides.ScreenChooser extends AbstractListModel implements Serializable

Serialized Fields

myHandles

Vector<E> myHandles

myNames

Vector<E> myNames

mySelectedTheatre

Screen mySelectedTheatre

myListener

ScreenSelectionListener myListener

myJList

JList myJList

Class edu.rit.slides.Slide extends Object implements Serializable

serialVersionUID: 5760354364723761934L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Read this slide from the given object input stream.

Throws:
IOException - Thrown if an I/O error occurred.
ClassNotFoundException - Thrown if a class needed to deserialize this slide cannot be found.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write this slide to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Class edu.rit.slides.SlidePanel extends JPanel implements Serializable

Serialized Fields

mySlideSet

SlideSet mySlideSet

myDisplaySlideSet

SlideSet myDisplaySlideSet

Class edu.rit.slides.SlideProjector extends JFrame implements Serializable

Serialized Fields

myself

SlideProjector myself

mySlideSet

SlideSet mySlideSet

mySlidePanel

SlidePanel mySlidePanel

myTheatreHandle

Screen myTheatreHandle

mySlideShow

SlideShow mySlideShow

myProjectorObject

ProjectorObject myProjectorObject

myDiscoverableScreenObject

DiscoverableScreenObject myDiscoverableScreenObject

myScreenChooser

ScreenChooser myScreenChooser

myScreenDiscoveryObject

ScreenDiscoveryObject myScreenDiscoveryObject

allScreens

DiscoverableScreen allScreens

myFileChooser

JFileChooser myFileChooser

myScreenList

JList myScreenList

myNewScreenButton

JButton myNewScreenButton

myNextButton

JButton myNextButton

myPreviousButton

JButton myPreviousButton

myFirstButton

JButton myFirstButton

myLastButton

JButton myLastButton

myBlankButton

JButton myBlankButton

myUnblankButton

JButton myUnblankButton

myOpenButton

JButton myOpenButton

Class edu.rit.slides.SlideScreen extends JFrame implements Serializable

Serialized Fields

myself

SlideScreen myself

mySlideSet

SlideSet mySlideSet

myFullScreenSlidePanel

SlidePanel myFullScreenSlidePanel

mySlidePanel

SlidePanel mySlidePanel

myScreenObject

ScreenObject myScreenObject

myTheatreHandle

Screen myTheatreHandle

myDiscoverableScreenObject

DiscoverableScreenObject myDiscoverableScreenObject

myScreenChooser

ScreenChooser myScreenChooser

myScreenDiscoveryObject

ScreenDiscoveryObject myScreenDiscoveryObject

allScreens

DiscoverableScreen allScreens

myFullScreenSlideFrame

FullScreenSlideFrame myFullScreenSlideFrame

myScreenList

JList myScreenList

myNewScreenButton

JButton myNewScreenButton

myFullScreenButton

JButton myFullScreenButton

Class edu.rit.slides.SlideShow extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Read this slide show from the given object input stream.

Throws:
IOException - Thrown if an I/O error occurred.
ClassNotFoundException - Thrown if any class needed to deserialize this slide show cannot be found.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write this slide show to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Package edu.rit.slides.items

Class edu.rit.slides.items.ArcItem extends OutlinedItem implements Serializable

serialVersionUID: -4140857663609110238L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Read this arc item from the given object input stream.

Throws:
IOException - Thrown if an I/O error occurred.
ClassNotFoundException - Thrown if any class needed to deserialize this outlined item cannot be found.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write this arc item to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Class edu.rit.slides.items.Arrow extends Object implements Serializable

serialVersionUID: 5931452052986894275L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException
Read this arrow from the given object input stream.

Throws:
IOException - Thrown if an I/O error occurred.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write this arrow to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Class edu.rit.slides.items.Bullet extends Object implements Serializable

serialVersionUID: 7781713518977782949L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException
Read this bullet from the given object input stream.

Throws:
IOException - Thrown if an I/O error occurred.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write this bullet to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Class edu.rit.slides.items.ColorFill extends Object implements Serializable

serialVersionUID: -2056294358751930303L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException
Read this color fill object from the given object input stream.

Throws:
IOException - Thrown if an I/O error occurred.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write this color fill object to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Class edu.rit.slides.items.DottedOutline extends Object implements Serializable

serialVersionUID: -4974001137903970195L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Read this dotted outline object from the given object input stream.

Throws:
IOException - Thrown if an I/O error occurred.
ClassNotFoundException - Thrown if any class needed to deserialize this dotted outline object cannot be found.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write this dotted outline object to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Class edu.rit.slides.items.FilledItem extends OutlinedItem implements Serializable

serialVersionUID: -8498296430172540189L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Read this filled item from the given object input stream.

Throws:
IOException - Thrown if an I/O error occurred.
ClassNotFoundException - Thrown if any class needed to deserialize this filled outlined item cannot be found.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write this filled item to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Class edu.rit.slides.items.ImageItem extends SlideItem implements Serializable

serialVersionUID: -7891691731467498938L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Read this image item from the given object input stream.

Throws:
IOException - Thrown if an I/O error occurred.
ClassNotFoundException - Thrown if any class needed to deserialize this image item cannot be found.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write this image item to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Class edu.rit.slides.items.LineItem extends OutlinedItem implements Serializable

serialVersionUID: 3119095064103240138L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Read this line item from the given object input stream.

Throws:
IOException - Thrown if an I/O error occurred.
ClassNotFoundException - Thrown if any class needed to deserialize this outlined item cannot be found.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write this line item to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Class edu.rit.slides.items.OutlinedItem extends SlideItem implements Serializable

serialVersionUID: 15676429128682423L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Read this outlined item from the given object input stream.

Throws:
IOException - Thrown if an I/O error occurred.
ClassNotFoundException - Thrown if any class needed to deserialize this outlined item cannot be found.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write this outlined item to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Class edu.rit.slides.items.Point extends Object implements Serializable

serialVersionUID: 3242584385292404462L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException
Read this point from the given object input stream.

Throws:
IOException - Thrown if an I/O error occurred.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write this point to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Class edu.rit.slides.items.RectangleItem extends ShapeItem implements Serializable

serialVersionUID: -1131297646509832310L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Read this rectangle from the given object input stream.

Throws:
IOException - Thrown if an I/O error occurred.
ClassNotFoundException - Thrown if any class needed to deserialize this rectangle cannot be found.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write this rectangle item to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Class edu.rit.slides.items.ShapeItem extends FilledItem implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Read this filled item from the given object input stream.

Throws:
IOException - Thrown if an I/O error occurred.
ClassNotFoundException - Thrown if any class needed to deserialize this filled outlined item cannot be found.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write this filled item to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Class edu.rit.slides.items.Size extends Object implements Serializable

serialVersionUID: -3348673361261926903L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException
Read this size from the given object input stream.

Throws:
IOException - Thrown if an I/O error occurred.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write this size to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Class edu.rit.slides.items.SolidOutline extends Object implements Serializable

serialVersionUID: -2154548384892588177L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Read this solid outline object from the given object input stream.

Throws:
IOException - Thrown if an I/O error occurred.
ClassNotFoundException - Thrown if any class needed to deserialize this solid outline object cannot be found.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write this solid outline object to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Class edu.rit.slides.items.TextItem extends SlideItem implements Serializable

serialVersionUID: -1403602143925938763L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Read this text item from the given object input stream.

Throws:
IOException - Thrown if an I/O error occurred.
ClassNotFoundException - Thrown if any class needed to deserialize this text item cannot be found.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write this text item to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Package edu.rit.survey

Class edu.rit.survey.NewSurveyDialog extends JDialog implements Serializable

Serialized Fields

myself

NewSurveyDialog myself

myName

JTextField myName

myQuestion

JTextField myQuestion

myAnswer

JTextField[] myAnswer

myOKButton

JButton myOKButton

myCancelButton

JButton myCancelButton

myState

int myState

Class edu.rit.survey.SurveyState extends Object implements Serializable

serialVersionUID: 5119785749523181697L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException
Read this survey state from the given object input stream.

Throws:
IOException - Thrown if an I/O error occurred.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write this survey state to the given object output stream.

Throws:
IOException - Thrown if an I/O error occurred.

Class edu.rit.survey.SurveyUI extends JFrame implements Serializable

Serialized Fields

mySurveyCount

JLabel mySurveyCount

mySurveyList

JComboBox mySurveyList

myNewButton

JButton myNewButton

myQuestion

JTextField myQuestion

myVoteCount

JTextField[] myVoteCount

myVote

JRadioButton[] myVote

myListener

SurveyUIListener myListener

Package edu.rit.util

Class edu.rit.util.Transcript extends JScrollPane implements Serializable

Serialized Fields

myTextArea

JTextArea myTextArea

myVerticalScrollBar

JScrollBar myVerticalScrollBar

myMaxLines

int myMaxLines

myLineCount

int myLineCount

myMaxBytes

int myMaxBytes

myByteCount

int myByteCount

myBuffer

byte[] myBuffer

myOutputStream

edu.rit.util.Transcript.TranscriptOutputStream myOutputStream



Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.