[TOC] [Prev] [Next]

ITKScriptingLanguage

Inherits From:
NSObject

Conforms To: NSObject (NSObject)

Declared in: itkRuntime/ITKScriptingLanguage.h

Class Description

ITKScriptingLanguage provides class methods to find out which scripting languages are currently available. That information will be updated automatically whenever a bundle or framework providing another scripting language is added to the application. You never interact with instances of ITKScriptingLanguage, nor is there a need to subclass it.

Class Methods

availableLanguages

+(NSArray *)availableLanguages

Returns an NSArray of objects conforming to the ITKScriptingLanguage protocol, one for each scripting language that is currently linked into the application. That information will be updated automatically whenever a bundle or framework providing a class conforming to the ITKScriptingLanguage protocol is added to the application.

languageNamed:

+(id <ITKScriptingLanguage>)languageNamed:(NSString *)name

If name is the name of an available scripting language, returns an ITKScriptingLanguage conforming object describing that language. Otherwise returns nil.



[TOC] [Prev] [Next]

Copyright © 1999, AAA+ Software. All rights reserved.