Documentation Archive Developer
Search

ScriptingBridge Changes

ScriptingBridge (Added)

Added SBApplication
Added SBApplication.init(URL: NSURL!)
Added SBApplication.activate()
Added SBApplication.applicationWithBundleIdentifier(String!) -> AnyObject! [class]
Added SBApplication.applicationWithProcessIdentifier(pid_t) -> AnyObject! [class]
Added SBApplication.applicationWithURL(NSURL!) -> AnyObject! [class]
Added SBApplication.init(bundleIdentifier: String!)
Added SBApplication.classForScriptingClass(String!) -> AnyClass!
Added SBApplication.delegate
Added SBApplication.launchFlags
Added SBApplication.init(processIdentifier: pid_t)
Added SBApplication.running
Added SBApplication.sendMode
Added SBApplication.timeout
Added SBApplicationDelegate
Added SBApplicationDelegate.eventDidFail(UnsafePointer<AppleEvent>, withError: NSError!) -> AnyObject!
Added SBElementArray
Added SBElementArray.arrayByApplyingSelector(Selector) -> [AnyObject]!
Added SBElementArray.arrayByApplyingSelector(Selector, withObject: AnyObject!) -> [AnyObject]!
Added SBElementArray.get() -> [AnyObject]!
Added SBElementArray.objectAtLocation(AnyObject!) -> AnyObject!
Added SBElementArray.objectWithID(AnyObject!) -> AnyObject!
Added SBElementArray.objectWithName(String!) -> AnyObject!
Added SBObject
Added SBObject.init()
Added SBObject.init(data: AnyObject!)
Added SBObject.elementArrayWithCode(DescType) -> SBElementArray!
Added SBObject.init(elementCode: DescType, properties:[NSObject: AnyObject]!, data: AnyObject!)
Added SBObject.get() -> AnyObject!
Added SBObject.lastError() -> NSError!
Added SBObject.init(properties: [NSObject: AnyObject]!)
Added SBObject.propertyWithClass(AnyClass!, code: AEKeyword) -> SBObject!
Added SBObject.propertyWithCode(AEKeyword) -> SBObject!
Added SBObject.setTo(AnyObject!)