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

Packages that use AEEventID
com.jniwrapper.macosx.cocoa.nsappleeventdescriptor   
com.jniwrapper.macosx.cocoa.nsappleeventmanager   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsappleeventdescriptor that return AEEventID
 AEEventID NSAppleEventDescriptor.eventID()
           
 

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

Uses of AEEventID in com.jniwrapper.macosx.cocoa.nsappleeventmanager
 

Methods in com.jniwrapper.macosx.cocoa.nsappleeventmanager with parameters of type AEEventID
 void NSAppleEventManager.removeEventHandlerForEventClass_andEventID(AEEventClass eventClass, AEEventID eventID)
          This method represents the removeEventHandlerForEventClass() method of the NSAppleEventManager Objective-C class.
 void NSAppleEventManager.setEventHandler_andSelector_forEventClass_andEventID(Id handler, Sel handleEventSelector, AEEventClass eventClass, AEEventID eventID)
          This method represents the setEventHandler() method of the NSAppleEventManager Objective-C class.