|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSAppleScript | |
---|---|
org.rococoa.cocoa.foundation |
Uses of NSAppleScript in org.rococoa.cocoa.foundation |
---|
Methods in org.rococoa.cocoa.foundation that return NSAppleScript | |
---|---|
static NSAppleScript |
NSAppleScript.alloc()
|
abstract NSAppleScript |
NSAppleScript._class_.alloc()
|
static NSAppleScript |
NSAppleScript.createWithContentsOfURL_error(NSURL url,
PointerByReference errorInfo)
Factory method |
static NSAppleScript |
NSAppleScript.createWithSource(NSString source)
Factory method |
abstract NSAppleScript |
NSAppleScript.initWithContentsOfURL_error(NSURL url,
PointerByReference errorInfo)
Given a URL that locates a script, in either text or compiled form, initialize. |
abstract NSAppleScript |
NSAppleScript.initWithSource(NSString source)
Given a string containing the AppleScript source code of a script, initialize. |
static NSAppleScript |
NSAppleScript.new_()
|
abstract NSAppleScript |
NSAppleScript._class_.new_()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |