org.rococoa.cocoa.appkit.categories
Interface NSExtensions
- All Superinterfaces:
- ObjCObject
public interface NSExtensions
- extends ObjCObject
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Method Summary |
NSAttributedString |
richTextSource()
Return the syntax-highlighted source code of the script if the script has been compiled and its source code is available, nil otherwise. |
richTextSource
NSAttributedString richTextSource()
- Return the syntax-highlighted source code of the script if the script has been compiled and its source code is available, nil otherwise. It is possible for an NSAppleScript that has been instantiated with -initWithContentsOfURL:error: to be a script for which the source code is not available, but is nonetheless executable.
Original signature : -(NSAttributedString*)richTextSource
from NSExtensions native declaration : NSAppleScriptExtensions.h:19
Copyright © 2009. All Rights Reserved.