Scripting Bridge Framework Reference

Scripting Bridge is a technology that lets you control scriptable Apple and third-party applications using standard Objective-C syntax. Introduced in Mac OS X version 10.5 (Leopard), the Scripting Bridge framework dynamically implements an Objective-C bridge to OSA-compliant applications—that is, applications having a scripting interface (usually defined in a sdef file). As part of this implementation, it generates Objective-C class implementations of the classes it finds in the scripting interface, including objects and methods representing properties, elements, commands, and so on. The objects are derived from classes defined in the Scripting Bridge framework.


Framework
/System/Library/Frameworks/ScriptingBridge.framework
Header file directories
/System/Library/Frameworks/ScriptingBridge.framework/Headers

Class References

SBApplication
SBElementArray
SBObject

Protocol References

SBApplicationDelegate

 

PDF 

Revision History
Index



© 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-05-29)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.