JadeSkinRoot Class

The JadeSkinRoot class is the root class for all of the skin entities. This class contains a series of dictionaries that enable you to reference the skin entities. Obtain the JadeSkinRoot class instance as follows.

root := JadeSkinRoot.firstInstance;

The JadeSkinRoot class properties are automatically maintained member key dictionaries that use the name property of the JadeSkinEntity class as the key. For details about the properties defined in the JadeSkinRoot class, see "JadeSkinRoot Properties", in the following subsection. For details about defining and maintaining skins, see "Defining and Maintaining JADE Skins at Run Time", in Chapter 2 of the JADE Runtime Application Guide.

JadeSkinEntity

(None)