|
||||||||||
| 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.NSScriptCommandDescription
public abstract class NSScriptCommandDescription
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 |
NSScriptCommandDescription._class_
|
| Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
|---|
NSCoding._static_ |
| Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
|---|
NSObject._static_ |
| Constructor Summary | |
|---|---|
NSScriptCommandDescription()
|
|
| Method Summary | |
|---|---|
static NSScriptCommandDescription |
alloc()
|
abstract int |
appleEventClassCode()
Return the four character codes that identify the command in Apple events. |
abstract int |
appleEventCode()
Original signature : -(FourCharCode)appleEventCodenative declaration : NSScriptCommandDescription.h:36 |
abstract int |
appleEventCodeForArgumentWithName(NSString argumentName)
Return the four character code that identifies in Apple events the declared type of the named argument in instances of the described command. |
abstract int |
appleEventCodeForReturnType()
Return the four character code that identifies in Apple events the declared type of the result of execution of the described command. |
abstract NSArray |
argumentNames()
Return the strings valid for use as keys into argument dictionaries in instances of the described command. |
abstract NSString |
commandClassName()
Return the Objective-C class name for instances of the described command. |
abstract NSString |
commandName()
Original signature : -(NSString*)commandNamenative declaration : NSScriptCommandDescription.h:31 |
abstract NSScriptCommand |
createCommandInstance()
Create an instance of the described command. |
abstract NSScriptCommand |
createCommandInstanceWithZone(Pointer zone)
Original signature : -(NSScriptCommand*)createCommandInstanceWithZone:(NSZone*)native declaration : NSScriptCommandDescription.h:69 |
static NSScriptCommandDescription |
createWithSuiteName_commandName_dictionary(NSString suiteName,
NSString commandName,
NSDictionary commandDeclaration)
Factory method |
static NSScriptCommandDescription._class_ |
getNSClass()
|
abstract NSScriptCommandDescription |
initWithSuiteName_commandName_dictionary(NSString suiteName,
NSString commandName,
NSDictionary commandDeclaration)
Initialize, given a scripting suite name, command name, and command declaration dictionary of the sort that is valid in .scriptSuite property list files. |
abstract boolean |
isOptionalArgumentWithName(NSString argumentName)
Return YES if the named argument is declared to be optional, NO otherwise. |
static NSScriptCommandDescription |
new_()
|
abstract NSString |
returnType()
Return the declared type name for the result of execution of the described command, or nil if the described command is not declared to return a result. |
abstract NSString |
suiteName()
Return the suite name or command name provided at initialization time. |
abstract NSString |
typeForArgumentWithName(NSString argumentName)
Return the declared type of the named argument in instances of the described command. |
| 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.NSCoding |
|---|
encodeWithCoder, initWithCoder |
| 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 NSScriptCommandDescription()
| Method Detail |
|---|
public abstract NSScriptCommandDescription initWithSuiteName_commandName_dictionary(NSString suiteName,
NSString commandName,
NSDictionary commandDeclaration)
-(id)initWithSuiteName:(NSString*) commandName:(NSString*) dictionary:(NSDictionary*)
public static NSScriptCommandDescription createWithSuiteName_commandName_dictionary(NSString suiteName,
NSString commandName,
NSDictionary commandDeclaration)
initWithSuiteName_commandName_dictionary(org.rococoa.cocoa.foundation.NSString, org.rococoa.cocoa.foundation.NSString, org.rococoa.cocoa.foundation.NSDictionary)public abstract NSString suiteName()
-(NSString*)suiteName
public abstract NSString commandName()
-(NSString*)commandName
public abstract int appleEventClassCode()
-(FourCharCode)appleEventClassCode
public abstract int appleEventCode()
-(FourCharCode)appleEventCode
public abstract NSString commandClassName()
-(NSString*)commandClassName
public abstract NSString returnType()
-(NSString*)returnType
public abstract int appleEventCodeForReturnType()
-(FourCharCode)appleEventCodeForReturnType
public abstract NSArray argumentNames()
-(NSArray*)argumentNames
public abstract NSString typeForArgumentWithName(NSString argumentName)
-(NSString*)typeForArgumentWithName:(NSString*)
public abstract int appleEventCodeForArgumentWithName(NSString argumentName)
-(FourCharCode)appleEventCodeForArgumentWithName:(NSString*)
public abstract boolean isOptionalArgumentWithName(NSString argumentName)
-(BOOL)isOptionalArgumentWithName:(NSString*)
public abstract NSScriptCommand createCommandInstance()
-(NSScriptCommand*)createCommandInstance
public abstract NSScriptCommand createCommandInstanceWithZone(Pointer zone)
-(NSScriptCommand*)createCommandInstanceWithZone:(NSZone*)
public static NSScriptCommandDescription alloc()
public static NSScriptCommandDescription new_()
public static NSScriptCommandDescription._class_ getNSClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||