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

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

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

Methods in com.jniwrapper.macosx.cocoa.aedatamodel that return AEKeyword
 AEKeyword AEKeyDescStructure.get_DescKey()
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsappleeventdescriptor that return AEKeyword
 AEKeyword NSAppleEventDescriptor.keywordForDescriptorAtIndex(com.jniwrapper.LongInt index)
           
 

Methods in com.jniwrapper.macosx.cocoa.nsappleeventdescriptor with parameters of type AEKeyword
 void NSAppleEventDescriptor.removeParamDescriptorWithKeyword(AEKeyword keyword)
           
 void NSAppleEventDescriptor.setParamDescriptor_forKeyword(NSAppleEventDescriptor descriptor, AEKeyword keyword)
          This method represents the setParamDescriptor() method of the NSAppleEventDescriptor Objective-C class.
 com.jniwrapper.Pointer.Void NSAppleEventDescriptor.descriptorForKeyword(AEKeyword keyword)
           
 void NSAppleEventDescriptor.setAttributeDescriptor_forKeyword(NSAppleEventDescriptor descriptor, AEKeyword keyword)
          This method represents the setAttributeDescriptor() method of the NSAppleEventDescriptor Objective-C class.
 com.jniwrapper.Pointer.Void NSAppleEventDescriptor.attributeDescriptorForKeyword(AEKeyword keyword)
           
 void NSAppleEventDescriptor.removeDescriptorWithKeyword(AEKeyword keyword)
           
 void NSAppleEventDescriptor.setDescriptor_forKeyword(NSAppleEventDescriptor descriptor, AEKeyword keyword)
          This method represents the setDescriptor() method of the NSAppleEventDescriptor Objective-C class.
 com.jniwrapper.Pointer.Void NSAppleEventDescriptor.paramDescriptorForKeyword(AEKeyword keyword)