|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSScriptCommand | |
---|---|
org.rococoa.cocoa.appkit.categories | |
org.rococoa.cocoa.foundation |
Uses of NSScriptCommand in org.rococoa.cocoa.appkit.categories |
---|
Methods in org.rococoa.cocoa.appkit.categories with parameters of type NSScriptCommand | |
---|---|
NSObject |
NSScripting.handlePrintScriptCommand(NSScriptCommand command)
Original signature : -(id)handlePrintScriptCommand:(NSScriptCommand*) from NSScripting native declaration : NSWindowScripting.h:34 |
NSObject |
NSScripting.handleSaveScriptCommand(NSScriptCommand command)
Original signature : -(id)handleSaveScriptCommand:(NSScriptCommand*) from NSScripting native declaration : NSWindowScripting.h:35 |
Uses of NSScriptCommand in org.rococoa.cocoa.foundation |
---|
Methods in org.rococoa.cocoa.foundation that return NSScriptCommand | |
---|---|
static NSScriptCommand |
NSScriptCommand.alloc()
|
abstract NSScriptCommand |
NSScriptCommand._class_.alloc()
|
abstract NSScriptCommand |
NSScriptCommandDescription.createCommandInstance()
Create an instance of the described command. |
abstract NSScriptCommand |
NSScriptCommandDescription.createCommandInstanceWithZone(Pointer zone)
Original signature : -(NSScriptCommand*)createCommandInstanceWithZone:(NSZone*) native declaration : NSScriptCommandDescription.h:69 |
static NSScriptCommand |
NSScriptCommand.createWithCommandDescription(NSScriptCommandDescription commandDef)
Factory method |
static NSScriptCommand |
NSScriptCommand.currentCommand()
If a command is being executed in the current thread by Cocoa Scripting's built-in Apple event handling (i.e., an instance of NSScriptCommand is handling an -executeCommand message at this instant, as the result of the dispatch of an Apple event), return the command. |
abstract NSScriptCommand |
NSScriptCommand._class_.currentCommand()
If a command is being executed in the current thread by Cocoa Scripting's built-in Apple event handling (i.e., an instance of NSScriptCommand is handling an -executeCommand message at this instant, as the result of the dispatch of an Apple event), return the command. |
abstract NSScriptCommand |
NSScriptCommand.executeCommand()
If -suspend is invoked during the invocation of this method, its return value is ignored by Cocoa Scripting's built-in Apple event handling. |
abstract NSScriptCommand |
NSScriptCommand.initWithCommandDescription(NSScriptCommandDescription commandDef)
Original signature : -(id)initWithCommandDescription:(NSScriptCommandDescription*) native declaration : NSScriptCommand.h:47 |
static NSScriptCommand |
NSScriptCommand.new_()
|
abstract NSScriptCommand |
NSScriptCommand._class_.new_()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |