JadeSkinRoot Class

The JadeSkinRoot class, a subclass of the Object class, is the root class for all 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 JadeSkinRoot class properties summarized in the following table, see Chapter 1 of the JADE Encyclopaedia of Classes.

Property Reference to the dictionary containing the name of all…
allApplicationSkins Application skins
allControlSkins Control skins
allFormSkins Form skins
allMenuSkins Menu skins
allSimpleButtonSkins Simple button skins
allSkinCategories Skin categories
allSkinEntities Skin entities
allWindowStateImages Window state images