Packagecom.myflashlab.air.extensions.spotlight
Classpublic class ContentType
InheritanceContentType Inheritance Object



Public Methods
 MethodDefined By
  
ContentType
Public Constants
 ConstantDefined 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
Constructor Detail
ContentType()Constructor
public function ContentType()



Constant Detail
kUTTypeApplicationConstant
public static const kUTTypeApplication:String = kUTTypeApplication

base type for OS X applications, launchable items

kUTTypeAudiovisualContentConstant 
public static const kUTTypeAudiovisualContent:String = kUTTypeAudiovisualContent

audio and/or video content

kUTTypeContactConstant 
public static const kUTTypeContact:String = kUTTypeContact

contact information, e.g. for a person, group, organization

kUTTypeContentConstant 
public static const kUTTypeContent:String = kUTTypeContent

base type for anything containing user-viewable document content (documents, pasteboard data, and document packages)

kUTTypeImageConstant 
public static const kUTTypeImage:String = kUTTypeImage

abstract image data

kUTTypeItemConstant 
public static const kUTTypeItem:String = kUTTypeItem

generic base type for most things

kUTTypeMessageConstant 
public static const kUTTypeMessage:String = kUTTypeMessage

base type for messages (email, IM, etc.)

kUTTypeSourceCodeConstant 
public static const kUTTypeSourceCode:String = kUTTypeSourceCode

abstract type for source code (any language)

kUTTypeTextConstant 
public static const kUTTypeText:String = kUTTypeText

base type for all text-encoded data, including text with markup (HTML, RTF, etc.)

kUTTypeURLConstant 
public static const kUTTypeURL:String = kUTTypeURL

The bytes of a URL