Uses of Class
org.rococoa.cocoa.foundation.NSScriptCommand

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
 

Subclasses of NSScriptCommand in org.rococoa.cocoa.foundation
 class NSCloneCommand
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSCloseCommand
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSCountCommand
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSCreateCommand
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSDeleteCommand
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSExistsCommand
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSGetCommand
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSMoveCommand
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSQuitCommand
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSSetCommand
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 

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_()
           
 



Copyright © 2009. All Rights Reserved.