Package | com.myflashlab.air.extensions.spotlight |
Class | public class ContentType |
Inheritance | ContentType Object |
Method | Defined By | ||
---|---|---|---|
ContentType |
Constant | Defined By | ||
---|---|---|---|
kUTTypeApplication : String = kUTTypeApplication [static] base type for OS X applications, launchable items | ContentType | ||
kUTTypeAudiovisualContent : String = kUTTypeAudiovisualContent [static] audio and/or video content | ContentType | ||
kUTTypeContact : String = kUTTypeContact [static] contact information, e.g. | ContentType | ||
kUTTypeContent : String = kUTTypeContent [static] base type for anything containing user-viewable document content (documents, pasteboard data, and document packages) | ContentType | ||
kUTTypeImage : String = kUTTypeImage [static] abstract image data | ContentType | ||
kUTTypeItem : String = kUTTypeItem [static] generic base type for most things | ContentType | ||
kUTTypeMessage : String = kUTTypeMessage [static] base type for messages (email, IM, etc.) | ContentType | ||
kUTTypeSourceCode : String = kUTTypeSourceCode [static] abstract type for source code (any language) | ContentType | ||
kUTTypeText : String = kUTTypeText [static] base type for all text-encoded data, including text with markup (HTML, RTF, etc.) | ContentType | ||
kUTTypeURL : String = kUTTypeURL [static] The bytes of a URL | ContentType |
ContentType | () | Constructor |
public function ContentType()
kUTTypeApplication | Constant |
public static const kUTTypeApplication:String = kUTTypeApplication
base type for OS X applications, launchable items
kUTTypeAudiovisualContent | Constant |
public static const kUTTypeAudiovisualContent:String = kUTTypeAudiovisualContent
audio and/or video content
kUTTypeContact | Constant |
public static const kUTTypeContact:String = kUTTypeContact
contact information, e.g. for a person, group, organization
kUTTypeContent | Constant |
public static const kUTTypeContent:String = kUTTypeContent
base type for anything containing user-viewable document content (documents, pasteboard data, and document packages)
kUTTypeImage | Constant |
public static const kUTTypeImage:String = kUTTypeImage
abstract image data
kUTTypeItem | Constant |
public static const kUTTypeItem:String = kUTTypeItem
generic base type for most things
kUTTypeMessage | Constant |
public static const kUTTypeMessage:String = kUTTypeMessage
base type for messages (email, IM, etc.)
kUTTypeSourceCode | Constant |
public static const kUTTypeSourceCode:String = kUTTypeSourceCode
abstract type for source code (any language)
kUTTypeText | Constant |
public static const kUTTypeText:String = kUTTypeText
base type for all text-encoded data, including text with markup (HTML, RTF, etc.)
kUTTypeURL | Constant |
public static const kUTTypeURL:String = kUTTypeURL
The bytes of a URL