javax.activation API v.1.1 1.1.1-redhat-2

Serialized Form


Package com.sun.activation.registries

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


Package com.sun.activation.viewers

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

Serialized Fields

canvas

ImageViewerCanvas canvas

image

Image image

_dh

DataHandler _dh

DEBUG

boolean DEBUG

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

Serialized Fields

canvas_image

Image canvas_image

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

Serialized Fields

text_area

TextArea text_area

panel_gb

GridBagLayout panel_gb

button_panel

Panel button_panel

save_button

Button save_button

text_file

File text_file

text_buffer

String text_buffer

data_ins

InputStream data_ins

fis

FileInputStream fis

_dh

DataHandler _dh

DEBUG

boolean DEBUG

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

Serialized Fields

text_area

TextArea text_area

text_file

File text_file

text_buffer

String text_buffer

_dh

DataHandler _dh

DEBUG

boolean DEBUG

Package javax.activation

Class javax.activation.ActivationDataFlavor extends DataFlavor implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class javax.activation.MimeType extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         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:
ClassNotFoundException - If the class for an object being restored cannot be found.
IOException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws 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:
IOException - Includes any I/O exceptions that may occur

Class javax.activation.MimeTypeParseException extends Exception implements Serializable

Class javax.activation.UnsupportedDataTypeException extends IOException implements Serializable


javax.activation API v.1.1 1.1.1-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.