javax.activation

Home
Java Source Code / Java Documentation
1.6.0 JDK Core
2.6.0 JDK Modules
3.6.0 JDK Modules com.sun
4.6.0 JDK Modules com.sun.java
5.6.0 JDK Modules sun
6.6.0 JDK Platform
7.Ajax
8.Apache Harmony Java SE
9.Aspect oriented
10.Authentication Authorization
11.Blogger System
12.Build
13.Byte Code
14.Cache
15.Chart
16.Chat
17.Code Analyzer
18.Collaboration
19.Content Management System
20.Database Client
21.Database DBMS
22.Database JDBC Connection Pool
23.Database ORM
24.Development
25.EJB Server
26.ERP CRM Financial
27.ESB
28.Forum
29.Game
30.GIS
31.Graphic 3D
32.Graphic Library
33.Groupware
34.HTML Parser
35.IDE
36.IDE Eclipse
37.IDE Netbeans
38.Installer
39.Internationalization Localization
40.Inversion of Control
41.Issue Tracking
42.J2EE
43.J2ME
44.JBoss
45.JMS
46.JMX
47.Library
48.Mail Clients
49.Music
50.Net
51.Parser
52.PDF
53.Portal
54.Profiler
55.Project Management
56.Report
57.RSS RDF
58.Rule Engine
59.Science
60.Scripting
61.Search Engine
62.Security
63.Sevlet Container
64.Source Control
65.Swing Library
66.Template Engine
67.Test Coverage
68.Testing
69.UML
70.Web Crawler
71.Web Framework
72.Web Mail
73.Web Server
74.Web Services
75.Web Services apache cxf 2.2.6
76.Web Services AXIS2
77.Wiki Engine
78.Workflow Engines
79.XML
80.XML UI
Java Source Code / Java Documentation » 6.0 JDK Core » activation » javax.activation 
javax.activation
Java Source File NameTypeComment
ActivationDataFlavor.javaClass The ActivationDataFlavor class is a special subclass of java.awt.datatransfer.DataFlavor.
CommandInfo.javaClass The CommandInfo class is used by CommandMap implementations to describe the results of command requests.
CommandMap.javaClass 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.javaInterface 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.javaInterface 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.javaInterface This interface defines a factory for DataContentHandlers.
DataHandler.javaClass 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.javaInterface The DataSource interface provides the JavaBeans Activation Framework with an abstraction of an arbitrary collection of data.
FileDataSource.javaClass The FileDataSource class implements a simple DataSource object that encapsulates a file.
FileTypeMap.javaClass The FileTypeMap is an abstract class that provides a data typing interface for files.
MailcapCommandMap.javaClass MailcapCommandMap extends the CommandMap abstract class.
MimeType.javaClass A Multipurpose Internet Mail Extension (MIME) type, as defined in RFC 2045 and 2046.
MimeTypeParameterList.javaClass A parameter list of a MimeType as defined in RFC 2045 and 2046.
MimeTypeParseException.javaClass A class to encapsulate MimeType parsing related exceptions.
MimetypesFileTypeMap.javaClass This class extends FileTypeMap and provides data typing of files via their file extension.
SecuritySupport.javaClass Security related methods that only work on J2SE 1.2 and newer.
UnsupportedDataTypeException.javaClass Signals that the requested operation does not support the requested data type.
URLDataSource.javaClass The URLDataSource class provides an object that wraps a URL object in a DataSource interface.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.