ScriptCenter class documentation

Authors

Generated by builder

Software documentation for the ScriptCenter class

ScriptCenter : NSObject

Declared in:
ScriptCenter.h
Description forthcoming.

Instance Variables

Method summary

scriptDictionaryForActiveApplication 

+ (NSDictionary*) scriptDictionaryForActiveApplication;

Returns the script dictionary for the currently active application.


scriptDictionaryForApplication: 

+ (NSDictionary*) scriptDictionaryForApplication: (NSString*)anApp;

Returns the scripting dictionary for the named application.


sharedInstance 

+ (ScriptCenter*) sharedInstance;

Returns a singleton instance of this class.


enableScripting 

- (void) enableScripting;

Enables scripting sharing only the application object.


enableScriptingWithObjects: 

- (void) enableScriptingWithObjects: (NSDictionary*)scriptObjects;

Enables scripting and publishes the specified dictionary.


scriptObject: withName: 

- (void) scriptObject: (id)anObject withName: (NSString*)aName;

Add an object to this applications scripting dictionary.




Instance Variables for ScriptCenter Class

dict

@protected NSMutableDictionary* dict;

Dictionary exported for scripting