getApplicationSkin

getApplicationSkin(): JadeSkinApplication;

The getApplicationSkin method of the Application class returns a reference to the JadeSkinApplication object that is currently set for the application or it returns null if there is no JadeSkinApplication object set. (See also the Application class setApplicationSkin method.)

The getSkin method of the Application class returns a reference to the JadeSkin object. Call the getSkin method only if the skin was set by using the setSkin method of the Application class.