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

Packages that use AEReturnID
com.jniwrapper.macosx.cocoa.nsappleeventdescriptor   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsappleeventdescriptor that return AEReturnID
 AEReturnID NSAppleEventDescriptor.returnID()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsappleeventdescriptor with parameters of type AEReturnID
static com.jniwrapper.Pointer.Void NSAppleEventDescriptor.static_appleEventWithEventClass_eventID_targetDescriptor_returnID_transactionID(AEEventClass eventClass, AEEventID eventID, NSAppleEventDescriptor targetDescriptor, AEReturnID returnID, AETransactionID transactionID)
          This method represents the appleEventWithEventClass() method of the NSAppleEventDescriptor Objective-C class.
 Id NSAppleEventDescriptor.initWithEventClass_eventID_targetDescriptor_returnID_transactionID(AEEventClass eventClass, AEEventID eventID, NSAppleEventDescriptor targetDescriptor, AEReturnID returnID, AETransactionID transactionID)
          This method represents the initWithEventClass() method of the NSAppleEventDescriptor Objective-C class.