getSkinCollection

getSkinCollection(): JadeSkinsColl updating;

The getSkinCollection method of the Application class returns the global collection of skins. This collection is global to all schemas and is a manual ObjectArray subclass that has no inverse references. The collection is automatically created by the first app.getSkinCollection call.

To implement your own selection facility, display the name property for each JadeSkinApplication and JadeSkin object in the collection.

See also the Application class setSkin method and the JadeSkin class.

This method is part of the implementation of skins for JADE release 5, which has been superseded. For more details, see "Using Skins to Enhance JADE Applications", in Chapter 9 of the JADE Developer’s Reference.