|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSAppleEventDescriptor | |
---|---|
org.rococoa.cocoa.appkit | |
org.rococoa.cocoa.foundation |
Uses of NSAppleEventDescriptor in org.rococoa.cocoa.appkit |
---|
Methods in org.rococoa.cocoa.appkit with parameters of type NSAppleEventDescriptor | |
---|---|
abstract boolean |
NSWorkspace.launchAppWithBundleIdentifier_options_additionalEventParamDescriptor_launchIdentifier(NSString bundleIdentifier,
int options,
NSAppleEventDescriptor descriptor,
PointerByReference identifier)
The following methods launch an app with the given bundle identifier. |
abstract boolean |
NSWorkspace.openURLs_withAppBundleIdentifier_options_additionalEventParamDescriptor_launchIdentifiers(NSArray urls,
NSString bundleIdentifier,
int options,
NSAppleEventDescriptor descriptor,
PointerByReference identifiers)
Original signature : -(BOOL)openURLs:(NSArray*) withAppBundleIdentifier:(NSString*) options:(NSWorkspaceLaunchOptions) additionalEventParamDescriptor:(NSAppleEventDescriptor*) launchIdentifiers:(NSArray**) native declaration : NSWorkspace.h:184 |
Uses of NSAppleEventDescriptor in org.rococoa.cocoa.foundation |
---|
Methods in org.rococoa.cocoa.foundation that return NSAppleEventDescriptor | |
---|---|
static NSAppleEventDescriptor |
NSAppleEventDescriptor.alloc()
native declaration : NSAppleEventDescriptor.h:117 Conversion Error : /** * Create and return a descriptor of the requested type, doing a coercion if that's appropriate and possible. |
abstract NSAppleEventDescriptor |
NSAppleEventDescriptor._class_.alloc()
|
abstract NSAppleEventDescriptor |
NSScriptCommand.appleEvent()
If the receiver was constructed by Cocoa Scripting's built-in Apple event handling, the Apple event descriptor from which it was constructed. |
abstract NSAppleEventDescriptor |
NSAppleEventManager.appleEventForSuspensionID(Pointer suspensionID)
Given a nonzero suspension ID returned by an invocation of -suspendCurrentAppleEvent, return the descriptor for the event whose handling was suspended. |
static NSAppleEventDescriptor |
NSAppleEventDescriptor.createListDescriptor()
Factory method |
static NSAppleEventDescriptor |
NSAppleEventDescriptor.createRecordDescriptor()
Factory method |
static NSAppleEventDescriptor |
NSAppleEventDescriptor.createWithAEDescNoCopy(AEDesc aeDesc)
Factory method |
abstract NSAppleEventDescriptor |
NSAppleEventManager.currentAppleEvent()
If an Apple event is being handled on the current thread (i.e., a handler that was registered with -setEventHandler:andSelector:forEventClass:andEventID: is being messaged at this instant or -setCurrentAppleEventAndReplyEventWithSuspensionID: has just been invoked), return the descriptor for the event. |
abstract NSAppleEventDescriptor |
NSAppleEventManager.currentReplyAppleEvent()
If an Apple event is being handled on the current thread (i.e., -currentAppleEvent would not return nil), return the corresponding reply event descriptor. |
abstract NSAppleEventDescriptor |
NSScriptObjectSpecifier.descriptor()
Return an Apple event descriptor that represents the receiver. |
abstract NSAppleEventDescriptor |
NSAppleEventDescriptor.descriptorAtIndex(NSInteger index)
Original signature : -(NSAppleEventDescriptor*)descriptorAtIndex:(NSInteger) native declaration : NSAppleEventDescriptor.h:101 |
static NSAppleEventDescriptor |
NSAppleEventDescriptor.descriptorWithBoolean(boolean boolean_)
Original signature : +(NSAppleEventDescriptor*)descriptorWithBoolean:(Boolean) native declaration : NSAppleEventDescriptor.h:31 |
abstract NSAppleEventDescriptor |
NSAppleEventDescriptor._class_.descriptorWithBoolean(boolean boolean_)
Original signature : +(NSAppleEventDescriptor*)descriptorWithBoolean:(Boolean) native declaration : NSAppleEventDescriptor.h:31 |
static NSAppleEventDescriptor |
NSAppleEventDescriptor.descriptorWithInt32(int signedInt)
Original signature : +(NSAppleEventDescriptor*)descriptorWithInt32:(SInt32) native declaration : NSAppleEventDescriptor.h:33 |
abstract NSAppleEventDescriptor |
NSAppleEventDescriptor._class_.descriptorWithInt32(int signedInt)
Original signature : +(NSAppleEventDescriptor*)descriptorWithInt32:(SInt32) native declaration : NSAppleEventDescriptor.h:33 |
static NSAppleEventDescriptor |
NSAppleEventDescriptor.descriptorWithString(NSString string)
Original signature : +(NSAppleEventDescriptor*)descriptorWithString:(NSString*) native declaration : NSAppleEventDescriptor.h:39 |
abstract NSAppleEventDescriptor |
NSAppleEventDescriptor._class_.descriptorWithString(NSString string)
Original signature : +(NSAppleEventDescriptor*)descriptorWithString:(NSString*) native declaration : NSAppleEventDescriptor.h:39 |
abstract NSAppleEventDescriptor |
NSAppleScript.executeAndReturnError(PointerByReference errorInfo)
Execute the script, compiling it first if it is not already compiled. |
abstract NSAppleEventDescriptor |
NSAppleScript.executeAppleEvent_error(NSAppleEventDescriptor event,
PointerByReference errorInfo)
Execute an Apple event in the context of the script, compiling the script first if it is not already compiled. |
abstract NSAppleEventDescriptor |
NSAppleEventDescriptor.initListDescriptor()
Original signature : -(id)initListDescriptor native declaration : NSAppleEventDescriptor.h:56 |
abstract NSAppleEventDescriptor |
NSAppleEventDescriptor.initRecordDescriptor()
Original signature : -(id)initRecordDescriptor native declaration : NSAppleEventDescriptor.h:57 |
abstract NSAppleEventDescriptor |
NSAppleEventDescriptor.initWithAEDescNoCopy(AEDesc aeDesc)
Original signature : -(id)initWithAEDescNoCopy:(const AEDesc*) native declaration : NSAppleEventDescriptor.h:49 |
static NSAppleEventDescriptor |
NSAppleEventDescriptor.listDescriptor()
Original signature : +(NSAppleEventDescriptor*)listDescriptor native declaration : NSAppleEventDescriptor.h:44 |
abstract NSAppleEventDescriptor |
NSAppleEventDescriptor._class_.listDescriptor()
Original signature : +(NSAppleEventDescriptor*)listDescriptor native declaration : NSAppleEventDescriptor.h:44 |
static NSAppleEventDescriptor |
NSAppleEventDescriptor.new_()
|
abstract NSAppleEventDescriptor |
NSAppleEventDescriptor._class_.new_()
|
static NSAppleEventDescriptor |
NSAppleEventDescriptor.nullDescriptor()
Create an autoreleased NSAppleEventDescriptor whose AEDesc type is typeNull. |
abstract NSAppleEventDescriptor |
NSAppleEventDescriptor._class_.nullDescriptor()
Create an autoreleased NSAppleEventDescriptor whose AEDesc type is typeNull. |
static NSAppleEventDescriptor |
NSAppleEventDescriptor.recordDescriptor()
Original signature : +(NSAppleEventDescriptor*)recordDescriptor native declaration : NSAppleEventDescriptor.h:45 |
abstract NSAppleEventDescriptor |
NSAppleEventDescriptor._class_.recordDescriptor()
Original signature : +(NSAppleEventDescriptor*)recordDescriptor native declaration : NSAppleEventDescriptor.h:45 |
abstract NSAppleEventDescriptor |
NSAppleEventManager.replyAppleEventForSuspensionID(Pointer suspensionID)
Given a nonzero suspension ID returned by an invocation of -suspendCurrentAppleEvent, return the corresponding reply event descriptor. |
abstract NSAppleEventDescriptor |
NSScriptCommand.scriptErrorExpectedTypeDescriptor()
Original signature : -(NSAppleEventDescriptor*)scriptErrorExpectedTypeDescriptor native declaration : NSScriptCommand.h:92 |
abstract NSAppleEventDescriptor |
NSScriptCommand.scriptErrorOffendingObjectDescriptor()
Original signature : -(NSAppleEventDescriptor*)scriptErrorOffendingObjectDescriptor native declaration : NSScriptCommand.h:91 |
Methods in org.rococoa.cocoa.foundation with parameters of type NSAppleEventDescriptor | |
---|---|
abstract NSAppleEventDescriptor |
NSAppleScript.executeAppleEvent_error(NSAppleEventDescriptor event,
PointerByReference errorInfo)
Execute an Apple event in the context of the script, compiling the script first if it is not already compiled. |
abstract void |
NSAppleEventDescriptor.insertDescriptor_atIndex(NSAppleEventDescriptor descriptor,
NSInteger index)
Set, retrieve, or remove indexed descriptors inside a list or record descriptor. |
static NSScriptObjectSpecifier |
NSScriptObjectSpecifier.objectSpecifierWithDescriptor(NSAppleEventDescriptor descriptor)
Given a typeObjectSpecifier Apple event descriptor, create and return an object specifier, or nil for failure. |
abstract NSScriptObjectSpecifier |
NSScriptObjectSpecifier._class_.objectSpecifierWithDescriptor(NSAppleEventDescriptor descriptor)
Given a typeObjectSpecifier Apple event descriptor, create and return an object specifier, or nil for failure. |
abstract void |
NSScriptCommand.setScriptErrorExpectedTypeDescriptor(NSAppleEventDescriptor errorExpectedTypeDescriptor)
Original signature : -(void)setScriptErrorExpectedTypeDescriptor:(NSAppleEventDescriptor*) native declaration : NSScriptCommand.h:84 |
abstract void |
NSScriptCommand.setScriptErrorOffendingObjectDescriptor(NSAppleEventDescriptor errorOffendingObjectDescriptor)
Original signature : -(void)setScriptErrorOffendingObjectDescriptor:(NSAppleEventDescriptor*) native declaration : NSScriptCommand.h:83 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |