Uses of Class
com.jniwrapper.macosx.cocoa.aedatamodel.DescType

Packages that use DescType
com.jniwrapper.macosx.cocoa.aedatamodel   
com.jniwrapper.macosx.cocoa.nsappleeventdescriptor   
 

Uses of DescType in com.jniwrapper.macosx.cocoa.aedatamodel
 

Methods in com.jniwrapper.macosx.cocoa.aedatamodel that return DescType
 DescType AEDescStructure.get_DescriptorType()
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsappleeventdescriptor that return DescType
 DescType NSAppleEventDescriptor.descriptorType()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsappleeventdescriptor with parameters of type DescType
 Id NSAppleEventDescriptor.initWithDescriptorType_data(DescType descriptorType, NSData data)
          This method represents the initWithDescriptorType() method of the NSAppleEventDescriptor Objective-C class.
 com.jniwrapper.Pointer.Void NSAppleEventDescriptor.coerceToDescriptorType(DescType descriptorType)
           
static com.jniwrapper.Pointer.Void NSAppleEventDescriptor.static_descriptorWithDescriptorType_bytes_length(DescType descriptorType, com.jniwrapper.Pointer.Void bytes, com.jniwrapper.UInt byteCount)
          This method represents the descriptorWithDescriptorType() method of the NSAppleEventDescriptor Objective-C class.
static com.jniwrapper.Pointer.Void NSAppleEventDescriptor.static_descriptorWithDescriptorType_data(DescType descriptorType, NSData data)
          This method represents the descriptorWithDescriptorType() method of the NSAppleEventDescriptor Objective-C class.
 Id NSAppleEventDescriptor.initWithDescriptorType_bytes_length(DescType descriptorType, com.jniwrapper.Pointer.Void bytes, com.jniwrapper.UInt byteCount)
          This method represents the initWithDescriptorType() method of the NSAppleEventDescriptor Objective-C class.