|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MRJOSType | |
| com.apple.mrj | |
| com.apple.mrj.datatransfer | |
| Uses of MRJOSType in com.apple.mrj |
| Fields in com.apple.mrj declared as MRJOSType | |
static MRJOSType |
MRJOSType.kTypeTEXT
Commonly used OSType |
static MRJOSType |
MRJOSType.kTypeUtxt
Commonly used OSType |
static MRJOSType |
MRJOSType.kTypeStyl
Commonly used OSType |
static MRJOSType |
MRJOSType.kTypeUstl
Commonly used OSType |
static MRJOSType |
MRJOSType.kTypePICT
Commonly used OSType |
static MRJOSType |
MRJOSType.kTypeHFS
Commonly used OSType |
static MRJOSType |
MRJOSType.kTypeURL
Commonly used OSType |
static MRJOSType |
MRJOSType.kTypeGIFF
Commonly used OSType |
static MRJOSType |
MRJOSType.kTypeJPEG
Commonly used OSType |
static MRJOSType |
MRJOSType.kTypeMoov
Commonly used OSType |
static MRJOSType |
MRJOSType.kTypeJser
Commonly used OSType |
static MRJOSType |
MRJFileUtils.kSystemFolderType
|
static MRJOSType |
MRJFileUtils.kDesktopFolderType
|
static MRJOSType |
MRJFileUtils.kTrashFolderType
|
static MRJOSType |
MRJFileUtils.kWhereToEmptyTrashFolderType
|
static MRJOSType |
MRJFileUtils.kPrintMonitorDocsFolderType
|
static MRJOSType |
MRJFileUtils.kStartupFolderType
|
static MRJOSType |
MRJFileUtils.kShutdownFolderType
|
static MRJOSType |
MRJFileUtils.kAppleMenuFolderType
|
static MRJOSType |
MRJFileUtils.kControlPanelFolderType
|
static MRJOSType |
MRJFileUtils.kExtensionFolderType
|
static MRJOSType |
MRJFileUtils.kFontsFolderType
|
static MRJOSType |
MRJFileUtils.kPreferencesFolderType
|
static MRJOSType |
MRJFileUtils.kChewableItemsFolderType
|
static MRJOSType |
MRJFileUtils.kTemporaryFolderType
|
static MRJOSType |
MRJFileUtils.kCachedDataFolderType
|
| Methods in com.apple.mrj that return MRJOSType | |
static MRJOSType |
MRJFileUtils.getFileType(File file)
Returns the type of a file. |
static MRJOSType |
MRJFileUtils.getFileCreator(File file)
Returns the creator of a file. |
| Methods in com.apple.mrj with parameters of type MRJOSType | |
boolean |
MRJOSType.equals(MRJOSType type)
Equals an MRJOSType? |
static void |
MRJFileUtils.setDefaultFileType(MRJOSType defaultType)
Deprecated. Not implemented in Mac OS X |
static void |
MRJFileUtils.setDefaultFileCreator(MRJOSType defaultCreator)
Deprecated. Not implemented in Mac OS X |
static void |
MRJFileUtils.setFileTypeAndCreator(File file,
MRJOSType type,
MRJOSType creator)
Sets the type and creator of an existing file in the MacOS filesystem. |
static void |
MRJFileUtils.setFileType(File file,
MRJOSType type)
Sets the type of an existing file in the MacOS filesystem. |
static void |
MRJFileUtils.setFileCreator(File file,
MRJOSType creator)
Sets the creator of an existing file in the MacOS filesystem. |
static File |
MRJFileUtils.findFolder(MRJOSType folderType)
|
static File |
MRJFileUtils.findFolder(short domain,
MRJOSType folderType)
|
static File |
MRJFileUtils.findFolder(short domain,
MRJOSType folderType,
boolean createIfNeeded)
|
static File |
MRJFileUtils.findApplication(MRJOSType applSig)
Deprecated. Not implemented in Mac OS X |
| Uses of MRJOSType in com.apple.mrj.datatransfer |
| Fields in com.apple.mrj.datatransfer declared as MRJOSType | |
static MRJOSType |
MimeToOSTypeMapper.kTypeMimeMap
Deprecated. The magic meta-flavor whose data contains the mapping between OSTypes and MIME types. |
| Methods in com.apple.mrj.datatransfer that return MRJOSType | |
MRJOSType |
OSTypeFlavor.getOSType()
Deprecated. Returns the OSType of this data flavor. |
static MRJOSType |
OSTypeFlavor.getOSTypeForMimeType(String mimeType)
Deprecated. Returns an OSType-based DataFlavor equivalent to the given MIME type. |
static MRJOSType |
OSTypeFlavor.readSynthesizedMimeType(String mime)
Deprecated. Generic conversion of a MIME type to an OSType, parsing the format generated by the synthesizeMimeType method. |
MRJOSType |
MimeToOSTypeMapper.mapFlavor(DataFlavor flavor)
Deprecated. Maps a DataFlavor to an OSType. |
MRJOSType |
OSTypeToMimeMapper.unmapFlavor(DataFlavor flavor)
Deprecated. Maps a MIME type back to the OSType of the flavor that contains its data. |
| Methods in com.apple.mrj.datatransfer with parameters of type MRJOSType | |
static boolean |
OSTypeFlavor.addMapping(MRJOSType osType,
String mimeType)
Deprecated. Adds a bidirectional mapping between an OSType and a MIME type. |
static String |
OSTypeFlavor.getMimeTypeForOSType(MRJOSType osType)
Deprecated. Returns a MIME-based DataFlavor equivalent to the given OSType. |
static String |
OSTypeFlavor.synthesizeMimeType(MRJOSType osType)
Deprecated. Generic conversion of an OSType into a MIME type, for use when no more specific MIME type is known. |
DataFlavor |
MimeToOSTypeMapper.unmapFlavor(MRJOSType osType)
Deprecated. Returns the DataFlavor corresponding to a particular OSType returned from mapFlavor. |
DataFlavor |
OSTypeToMimeMapper.mapOSType(MRJOSType osType)
Deprecated. Maps an OSType into the corresponding MIME type to present to Java clients. |
| Constructors in com.apple.mrj.datatransfer with parameters of type MRJOSType | |
OSTypeFlavor(MRJOSType osType,
String mimeType,
String humanPresentableName)
Deprecated. Creates an OSTypeFlavor that represents the data as an OSType'd stream. |
|
OSTypeFlavor(MRJOSType osType,
String humanPresentableName)
Deprecated. Creates an OSTypeFlavor that represents the data as an OSType'd stream. |
|
OSTypeFlavor(MRJOSType osType)
Deprecated. Creates an OSTypeFlavor that represents the data as an OSType'd stream. |
|
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.