javax.activation |
|
Java Source File Name | Type | Comment |
ActivationDataFlavor.java | Class | The ActivationDataFlavor class is a special subclass of
java.awt.datatransfer.DataFlavor . |
CommandInfo.java | Class | The CommandInfo class is used by CommandMap implementations to
describe the results of command requests. |
CommandMap.java | Class | The CommandMap class provides an interface to a registry of
command objects available in the system.
Developers are expected to either use the CommandMap
implementation included with this package (MailcapCommandMap) or
develop their own. |
CommandObject.java | Interface | 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.java | Interface | 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.java | Interface | This interface defines a factory for DataContentHandlers . |
DataHandler.java | Class | The DataHandler class provides a consistent interface to data
available in many different sources and formats.
It manages simple stream to string conversions and related operations
using DataContentHandlers.
It provides access to commands that can operate on the data.
The commands are found using a CommandMap. |
DataSource.java | Interface | The DataSource interface provides the JavaBeans Activation Framework
with an abstraction of an arbitrary collection of data. |
FileDataSource.java | Class | The FileDataSource class implements a simple DataSource object
that encapsulates a file. |
FileTypeMap.java | Class | The FileTypeMap is an abstract class that provides a data typing
interface for files. |
MailcapCommandMap.java | Class | MailcapCommandMap extends the CommandMap
abstract class. |
MimeType.java | Class | A Multipurpose Internet Mail Extension (MIME) type, as defined
in RFC 2045 and 2046. |
MimeTypeParameterList.java | Class | A parameter list of a MimeType
as defined in RFC 2045 and 2046. |
MimeTypeParseException.java | Class | A class to encapsulate MimeType parsing related exceptions. |
MimetypesFileTypeMap.java | Class | This class extends FileTypeMap and provides data typing of files
via their file extension. |
SecuritySupport.java | Class | Security related methods that only work on J2SE 1.2 and newer. |
UnsupportedDataTypeException.java | Class | Signals that the requested operation does not support the
requested data type. |
URLDataSource.java | Class | The URLDataSource class provides an object that wraps a URL
object in a DataSource interface. |