CommandObject | 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. | code | html |
DataContentHandler | The DataContentHandler interface is implemented by objects that can be used to extend the capabilities of the DataHandler's implementation of the Transferable interface. | code | html |
DataContentHandlerFactory | This interface defines a factory for DataContentHandlers . |
code | html |
DataSource | The DataSource interface provides the JavaBeans Activation Framework with an abstraction of an arbitrary collection of data. | code | html |
CommandMap | The CommandMap class provides an interface to a registry of command objects available in the system. | code | html |
FileTypeMap | The FileTypeMap is an abstract class that provides a data typing interface for files. | code | html |
ActivationDataFlavor | The ActivationDataFlavor class is a special subclass of
java.awt.datatransfer.DataFlavor . |
code | html |
CommandInfo | The CommandInfo class is used by CommandMap implementations to describe the results of command requests. | code | html |
CommandInfoTest.MockCommandObject | code | html | |
DataHandler | The DataHandler class provides a consistent interface to data available in many different sources and formats. | code | html |
DataHandlerDataSource | The DataHanderDataSource class implements the DataSource interface when the DataHandler is constructed with an Object and a mimeType string. | code | html |
DataHandlerDataSource | Data source that is a proxy for a data handler. | code | html |
DataSourceDataContentHandler | code | html | |
DataSourceDataContentHandler | Data content handler using an existing DCH and a data source. | code | html |
FileDataSource | The FileDataSource class implements a simple DataSource object that encapsulates a file. | code | html |
MailcapCommandMap | MailcapCommandMap extends the CommandMap abstract class. | code | html |
MimeType | A Multipurpose Internet Mail Extension (MIME) type, as defined in RFC 2045 and 2046. | code | html |
MimeTypeParameterList | A parameter list of a MimeType as defined in RFC 2045 and 2046. | code | html |
MimeTypeParseException | A class to encapsulate MimeType parsing related exceptions. | code | html |
MimetypesFileTypeMap | This class extends FileTypeMap and provides data typing of files via their file extension. | code | html |
ObjectDataContentHandler | Data content handler that uses an existing DCH and reified object. | code | html |
ObjectDataContentHandler | code | html | |
SecuritySupport | Security related methods that only work on J2SE 1.2 and newer. | code | html |
URLDataSource | The URLDataSource class provides an object that wraps a URL
object in a DataSource interface. |
code | html |
UnsupportedDataTypeException | Signals that the requested operation does not support the requested data type. | code | html |
ActivationDataFlavorTest | code | html | |
CommandInfoTest | code | html | |
MailcapCommandMapTest | code | html | |
MimeTypeParameterListTest | code | html | |
MimeTypeTest | code | html | |
MimetypesFileTypeMapTest | code | html |