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

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

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

Methods in com.jniwrapper.macosx.cocoa.nsappleeventdescriptor that return AEEventClass
 AEEventClass NSAppleEventDescriptor.eventClass()
           
 

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

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