Uses of Class javax.activation.FileTypeMap (Java Platform SE 6)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class javax.activation.FileTypeMap (Java Platform SE 6)";
}
}
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Java™ PlatformStandard Ed. 6
PREV
NEXT
FRAMES
NO FRAMES
All Classes
Uses of Classjavax.activation.FileTypeMap
Packages that use FileTypeMap
javax.activation
Uses of FileTypeMap in javax.activation
Subclasses of FileTypeMap in javax.activation
class
MimetypesFileTypeMap
This class extends FileTypeMap and provides data typing of files
via their file extension.
Methods in javax.activation that return FileTypeMap
static FileTypeMap
FileTypeMap.getDefaultFileTypeMap()
Return the default FileTypeMap for the system.
Methods in javax.activation with parameters of type FileTypeMap
static void
FileTypeMap.setDefaultFileTypeMap(FileTypeMap map)
Sets the default FileTypeMap for the system.
void
FileDataSource.setFileTypeMap(FileTypeMap map)
Set the FileTypeMap to use with this FileDataSource
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Java™ PlatformStandard Ed. 6
PREV
NEXT
FRAMES
NO FRAMES
All Classes
Submit a bug or featureFor further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.