|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSAppleScript
public abstract class NSAppleScript
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 class |
NSAppleScript._class_
|
| Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
|---|
NSCopying._static_ |
| Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
|---|
NSObject._static_ |
| Constructor Summary | |
|---|---|
NSAppleScript()
|
|
| Method Summary | |
|---|---|
static NSAppleScript |
alloc()
|
NSExtensions |
as_NSAppleScript_NSExtensions()
|
abstract boolean |
compileAndReturnError(PointerByReference errorInfo)
Compile the script, if it is not already compiled. |
static NSAppleScript |
createWithContentsOfURL_error(NSURL url,
PointerByReference errorInfo)
Factory method |
static NSAppleScript |
createWithSource(NSString source)
Factory method |
abstract NSAppleEventDescriptor |
executeAndReturnError(PointerByReference errorInfo)
Execute the script, compiling it first if it is not already compiled. |
abstract NSAppleEventDescriptor |
executeAppleEvent_error(NSAppleEventDescriptor event,
PointerByReference errorInfo)
Execute an Apple event in the context of the script, compiling the script first if it is not already compiled. |
static NSAppleScript._class_ |
getNSClass()
|
abstract NSAppleScript |
initWithContentsOfURL_error(NSURL url,
PointerByReference errorInfo)
Given a URL that locates a script, in either text or compiled form, initialize. |
abstract NSAppleScript |
initWithSource(NSString source)
Given a string containing the AppleScript source code of a script, initialize. |
abstract boolean |
isCompiled()
Return yes if the script is already compiled, no otherwise. |
static NSAppleScript |
new_()
|
abstract NSString |
source()
Return the source code of the script if it is available, nil otherwise. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
|---|
copyWithZone |
| Methods inherited from interface org.rococoa.ObjCObject |
|---|
id |
| Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
|---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
| Constructor Detail |
|---|
public NSAppleScript()
| Method Detail |
|---|
public NSExtensions as_NSAppleScript_NSExtensions()
public abstract NSAppleScript initWithContentsOfURL_error(NSURL url,
PointerByReference errorInfo)
-(id)initWithContentsOfURL:(NSURL*) error:(NSDictionary**)
public static NSAppleScript createWithContentsOfURL_error(NSURL url,
PointerByReference errorInfo)
initWithContentsOfURL_error(org.rococoa.cocoa.foundation.NSURL, com.sun.jna.ptr.PointerByReference)public abstract NSAppleScript initWithSource(NSString source)
-(id)initWithSource:(NSString*)
public static NSAppleScript createWithSource(NSString source)
initWithSource(org.rococoa.cocoa.foundation.NSString)public abstract NSString source()
-(NSString*)source
public abstract boolean isCompiled()
-(BOOL)isCompiled
public abstract boolean compileAndReturnError(PointerByReference errorInfo)
-(BOOL)compileAndReturnError:(NSDictionary**)
public abstract NSAppleEventDescriptor executeAndReturnError(PointerByReference errorInfo)
-(NSAppleEventDescriptor*)executeAndReturnError:(NSDictionary**)
public abstract NSAppleEventDescriptor executeAppleEvent_error(NSAppleEventDescriptor event,
PointerByReference errorInfo)
-(NSAppleEventDescriptor*)executeAppleEvent:(NSAppleEventDescriptor*) error:(NSDictionary**)
public static NSAppleScript alloc()
public static NSAppleScript new_()
public static NSAppleScript._class_ getNSClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||