|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSScripting
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 |
NSScripting._static_
|
Method Summary | |
---|---|
NSObject |
copyScriptingValue_forKey_withProperties(org.rococoa.ID value,
NSString key,
NSDictionary properties)
Create one or more scripting objects to be inserted into the relationship identified by the key by copying the passed-in value, set the properties in the copied object or objects, and return it or them. |
NSObject |
newScriptingObjectOfClass_forValueForKey_withContentsValue_properties(Pointer objectClass,
NSString key,
org.rococoa.ID contentsValue,
NSDictionary properties)
Create a new instance of a scriptable class to be inserted into the relationship identified by the key, set the contentsValue and properties of it, and return it. |
NSDictionary |
scriptingProperties()
Return an NSString-keyed dictionary of the object's scriptable properties, including all of those that are declared as properties or contents in the .sdef declaration (or Attributes and ToOneRelationships in the .scriptSuite declaration) of the class and its scripting superclasses, with the exception of ones keyed by "scriptingProperties." |
NSObject |
scriptingValueForSpecifier(NSScriptObjectSpecifier objectSpecifier)
Given an object specifier return the specified object or objects in the receiving container. |
void |
setScriptingProperties(NSDictionary properties)
Given an NSString-keyed dictionary, set one or more scriptable properties of the object. |
Method Detail |
---|
NSObject scriptingValueForSpecifier(NSScriptObjectSpecifier objectSpecifier)
-(id)scriptingValueForSpecifier:(NSScriptObjectSpecifier*)
NSDictionary scriptingProperties()
-(NSDictionary*)scriptingProperties
void setScriptingProperties(NSDictionary properties)
-(void)setScriptingProperties:(NSDictionary*)
NSObject copyScriptingValue_forKey_withProperties(org.rococoa.ID value, NSString key, NSDictionary properties)
-(id)copyScriptingValue:(id) forKey:(NSString*) withProperties:(NSDictionary*)
NSObject newScriptingObjectOfClass_forValueForKey_withContentsValue_properties(Pointer objectClass, NSString key, org.rococoa.ID contentsValue, NSDictionary properties)
-(id)newScriptingObjectOfClass:(Class) forValueForKey:(NSString*) withContentsValue:(id) properties:(NSDictionary*)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |