API Overview API Index Direct link to this page
JDK 1.6
  Package: javax.activation
Author(s)
Since
Version
Serial
Description
See also:   
ActivationDataFlavor View Source The ActivationDataFlavor class is a special subclass of java.awt.datatransfer.DataFlavor.
CommandInfo View Source The CommandInfo class is used by CommandMap implementations to describe the results of command requests.
CommandMap View Source The CommandMap class provides an interface to a registry of command objects available in the system.
CommandObject View Source JavaBeans components that are Activation Framework aware implement this interface to find out which command verb they're being asked to perform, and to obtain the DataHandler representing the data they should operate on.
DataContentHandler View Source The DataContentHandler interface is implemented by objects that can be used to extend the capabilities of the DataHandler's implementation of the Transferable interface.
DataContentHandlerFactory View Source This interface defines a factory for DataContentHandlers.
DataHandler View Source The DataHandler class provides a consistent interface to data available in many different sources and formats.
DataSource View Source The DataSource interface provides the JavaBeans Activation Framework with an abstraction of an arbitrary collection of data.
FileDataSource View Source The FileDataSource class implements a simple DataSource object that encapsulates a file.
FileTypeMap View Source The FileTypeMap is an abstract class that provides a data typing interface for files.
MailcapCommandMap View Source MailcapCommandMap extends the CommandMap abstract class.
MimeType View Source A Multipurpose Internet Mail Extension (MIME) type, as defined in RFC 2045 and 2046.
MimeTypeParameterList View Source A parameter list of a MimeType as defined in RFC 2045 and 2046.
MimeTypeParseException View Source A class to encapsulate MimeType parsing related exceptions.
MimetypesFileTypeMap View Source This class extends FileTypeMap and provides data typing of files via their file extension.
UnsupportedDataTypeException View Source Signals that the requested operation does not support the requested data type.
URLDataSource View Source The URLDataSource class provides an object that wraps a URL object in a DataSource interface.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar