Uses of Class
com.jniwrapper.macosx.cocoa.mactypes.OSType

Packages that use OSType
com.jniwrapper.macosx.cocoa.mactypes   
com.jniwrapper.macosx.cocoa.nsappleeventdescriptor   
com.jniwrapper.macosx.cocoa.nsdictionary   
 

Uses of OSType in com.jniwrapper.macosx.cocoa.mactypes
 

Methods in com.jniwrapper.macosx.cocoa.mactypes that return OSType
 OSType OSTypePtr.getValue()
           
 

Constructors in com.jniwrapper.macosx.cocoa.mactypes with parameters of type OSType
OSTypePtr(OSType value)
           
 

Uses of OSType in com.jniwrapper.macosx.cocoa.nsappleeventdescriptor
 

Methods in com.jniwrapper.macosx.cocoa.nsappleeventdescriptor that return OSType
 OSType NSAppleEventDescriptor.typeCodeValue()
           
 OSType NSAppleEventDescriptor.enumCodeValue()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsappleeventdescriptor with parameters of type OSType
static com.jniwrapper.Pointer.Void NSAppleEventDescriptor.static_descriptorWithTypeCode(OSType typeCode)
           
static com.jniwrapper.Pointer.Void NSAppleEventDescriptor.static_descriptorWithEnumCode(OSType enumerator)
           
 

Uses of OSType in com.jniwrapper.macosx.cocoa.nsdictionary
 

Methods in com.jniwrapper.macosx.cocoa.nsdictionary that return OSType
 OSType NSDictionary.fileHFSTypeCode()
           
 OSType NSDictionary.fileHFSCreatorCode()