org.rococoa.cocoa.appkit.categories
Interface NSExtensions

All Known Implementing Classes:
NSAppleScript

public interface NSExtensions

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.


Nested Class Summary
static interface NSExtensions._static_
           
 
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.
 

Method Detail

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