setCurrentSchema

setCurrentSchema(schema: Schema);

The setCurrentSchema method of the JadeEditor class sets the text editor keyword lists for classes, system and user-defined global constants, imported packages, and JADE interfaces for the schema specified in the schema parameter so that recognized keywords in method source can be displayed in the appropriate color.

Call the initializeJadeEditor method before you call the setCurrentSchema method, to ensure that the form displays entities in the correct color.