Java Platform 1.2
Beta 4

Uses of Class
java.util.mime.MimeTypeParameterList

Packages that use MimeTypeParameterList
java.awt.datatransfer Provides interfaces and classes for transferring data between and within applications.  
java.util.mime Provides classes for dealing with MIME (Multipurpose Internet Mail Extension) types (RFC 2045, RFC 2046).  
 

Uses of MimeTypeParameterList in java.awt.datatransfer
 

Constructors in java.awt.datatransfer with parameters of type MimeTypeParameterList
DataFlavor.DataFlavor(String primaryType, String subType, MimeTypeParameterList params, Class representationClass, String humanPresentableName)
          Construct a fully specified DataFlavor
 

Uses of MimeTypeParameterList in java.util.mime
 

Methods in java.util.mime that return MimeTypeParameterList
 MimeTypeParameterList MimeType.getParameters()
          Retrieve a copy of this object's parameter list.
 

Constructors in java.util.mime with parameters of type MimeTypeParameterList
MimeType.MimeType(String primary, String sub, MimeTypeParameterList mtpl)
          Constructor used to initialize MimeType, with a pre-defined and valid (or empty) parameter list.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.