Uses of Class
com.jniwrapper.macosx.cocoa.nsappleeventdescriptor.NSAppleEventDescriptor

Packages that use NSAppleEventDescriptor
com.jniwrapper.macosx.cocoa.nsappleeventdescriptor   
com.jniwrapper.macosx.cocoa.nsapplescript   
com.jniwrapper.macosx.cocoa.nsworkspace   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsappleeventdescriptor with parameters of type NSAppleEventDescriptor
 void NSAppleEventDescriptor.insertDescriptor_atIndex(NSAppleEventDescriptor descriptor, com.jniwrapper.LongInt index)
          This method represents the insertDescriptor() method of the NSAppleEventDescriptor Objective-C class.
 void NSAppleEventDescriptor.setParamDescriptor_forKeyword(NSAppleEventDescriptor descriptor, AEKeyword keyword)
          This method represents the setParamDescriptor() method of the NSAppleEventDescriptor Objective-C class.
 void NSAppleEventDescriptor.setAttributeDescriptor_forKeyword(NSAppleEventDescriptor descriptor, AEKeyword keyword)
          This method represents the setAttributeDescriptor() method of the NSAppleEventDescriptor Objective-C class.
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.
 void NSAppleEventDescriptor.setDescriptor_forKeyword(NSAppleEventDescriptor descriptor, AEKeyword keyword)
          This method represents the setDescriptor() 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 NSAppleEventDescriptor in com.jniwrapper.macosx.cocoa.nsapplescript
 

Methods in com.jniwrapper.macosx.cocoa.nsapplescript with parameters of type NSAppleEventDescriptor
 com.jniwrapper.Pointer.Void NSAppleScript.executeAppleEvent_error(NSAppleEventDescriptor event, NSDictionary errorInfo)
          This method represents the executeAppleEvent() method of the NSAppleScript Objective-C class.
 

Uses of NSAppleEventDescriptor in com.jniwrapper.macosx.cocoa.nsworkspace
 

Methods in com.jniwrapper.macosx.cocoa.nsworkspace with parameters of type NSAppleEventDescriptor
 com.jniwrapper.Bool NSWorkspace.openURLs_withAppBundleIdentifier_options_additionalEventParamDescriptor_launchIdentifiers(NSArray urls, java.lang.String bundleIdentifier, NSWorkspaceLaunchOptions options, NSAppleEventDescriptor descriptor, NSArray identifiers)
          This method represents the openURLs() method of the NSWorkspace Objective-C class.
 com.jniwrapper.Bool NSWorkspace.launchAppWithBundleIdentifier_options_additionalEventParamDescriptor_launchIdentifier(java.lang.String bundleIdentifier, NSWorkspaceLaunchOptions options, NSAppleEventDescriptor descriptor, NSNumber identifier)
          This method represents the launchAppWithBundleIdentifier() method of the NSWorkspace Objective-C class.