Serialized Form
-
Package com.sun.activation.registries
-
Exception Class com.sun.activation.registries.MailcapParseException
class MailcapParseException extends Exception implements Serializable
-
-
Package com.sun.activation.viewers
-
Class com.sun.activation.viewers.ImageViewer
class ImageViewer extends Panel implements Serializable-
Serialized Fields
-
_dh
DataHandler _dh
-
canvas
ImageViewerCanvas canvas
-
DEBUG
boolean DEBUG
-
image
Image image
-
-
-
Class com.sun.activation.viewers.ImageViewerCanvas
class ImageViewerCanvas extends Canvas implements Serializable-
Serialized Fields
-
canvas_image
Image canvas_image
-
-
-
Class com.sun.activation.viewers.TextEditor
class TextEditor extends Panel implements Serializable-
Serialized Fields
-
_dh
DataHandler _dh
-
button_panel
Panel button_panel
-
data_ins
InputStream data_ins
-
DEBUG
boolean DEBUG
-
fis
FileInputStream fis
-
panel_gb
GridBagLayout panel_gb
-
save_button
Button save_button
-
text_area
TextArea text_area
-
text_buffer
String text_buffer
-
text_file
File text_file
-
-
-
Class com.sun.activation.viewers.TextViewer
class TextViewer extends Panel implements Serializable-
Serialized Fields
-
_dh
DataHandler _dh
-
DEBUG
boolean DEBUG
-
text_area
TextArea text_area
-
text_buffer
String text_buffer
-
text_file
File text_file
-
-
-
-
Package javax.activation
-
Class javax.activation.ActivationDataFlavor
class ActivationDataFlavor extends DataFlavor implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class javax.activation.MimeType
class MimeType extends Object implements Externalizable-
Serialization Methods
-
readExternal
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.- Parameters:
in
- the ObjectInput object to read from- Throws:
ClassNotFoundException
- If the class for an object being restored cannot be found.IOException
-
writeExternal
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.- Parameters:
out
- the ObjectOutput object to write to- Throws:
IOException
- Includes any I/O exceptions that may occur
-
-
-
Exception Class javax.activation.MimeTypeParseException
class MimeTypeParseException extends Exception implements Serializable -
Exception Class javax.activation.UnsupportedDataTypeException
class UnsupportedDataTypeException extends IOException implements Serializable
-