|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MimeType | |
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 MimeType in java.awt.datatransfer |
Methods in java.awt.datatransfer with parameters of type MimeType | |
boolean | DataFlavor.equals(MimeType mt)
|
boolean | DataFlavor.isMimeTypeEqual(MimeType mtype)
|
Uses of MimeType in java.util.mime |
Methods in java.util.mime with parameters of type MimeType | |
boolean | MimeType.match(MimeType type)
Determine of the primary and sub type of this object is the same as the what is in the given type. |
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |