Serialized Form


Package com.sun.activation.registries

Class com.sun.activation.registries.MailcapParseException extends java.lang.Exception implements Serializable


Package com.sun.activation.viewers

Class com.sun.activation.viewers.ImageViewer extends java.awt.Panel implements Serializable

Serialized Fields

canvas

ImageViewerCanvas canvas

image

java.awt.Image image

_dh

DataHandler _dh

DEBUG

boolean DEBUG

Class com.sun.activation.viewers.ImageViewerCanvas extends java.awt.Canvas implements Serializable

Serialized Fields

canvas_image

java.awt.Image canvas_image

Class com.sun.activation.viewers.TextEditor extends java.awt.Panel implements Serializable

Serialized Fields

text_area

java.awt.TextArea text_area

panel_gb

java.awt.GridBagLayout panel_gb

button_panel

java.awt.Panel button_panel

save_button

java.awt.Button save_button

text_file

java.io.File text_file

text_buffer

java.lang.String text_buffer

data_ins

java.io.InputStream data_ins

fis

java.io.FileInputStream fis

_dh

DataHandler _dh

DEBUG

boolean DEBUG

Class com.sun.activation.viewers.TextViewer extends java.awt.Panel implements Serializable

Serialized Fields

text_area

java.awt.TextArea text_area

text_file

java.io.File text_file

text_buffer

java.lang.String text_buffer

_dh

DataHandler _dh

DEBUG

boolean DEBUG

Package javax.activation

Class javax.activation.ActivationDataFlavor extends java.awt.datatransfer.DataFlavor implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class javax.activation.MimeType extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays. The readExternal method must read the values in the same sequence and with the same types as were written by writeExternal.

Throws:
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.
java.io.IOException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings and arrays.

Throws:
java.io.IOException - Includes any I/O exceptions that may occur

Class javax.activation.MimeTypeParseException extends java.lang.Exception implements Serializable

Class javax.activation.UnsupportedDataTypeException extends java.io.IOException implements Serializable



Copyright © 2012. All Rights Reserved.