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

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

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

Methods in com.jniwrapper.macosx.cocoa.nsappleeventdescriptor that return AETransactionID
 AETransactionID NSAppleEventDescriptor.transactionID()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsappleeventdescriptor with parameters of type AETransactionID
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.