Uses of Interface
org.jtheque.core.managers.skin.Skin

Packages that use Skin
org.jtheque.core.managers.skin Contains the skin manager. 
org.jtheque.core.managers.view.impl.components.model Contains the differents models. 
 

Uses of Skin in org.jtheque.core.managers.skin
 

Classes in org.jtheque.core.managers.skin that implement Skin
 class AbstractSkin
          This bean represents a look and feel, in a zip or installed in the system.
 class SystemSkin
           
 class ThemePackSkin
           
 

Methods in org.jtheque.core.managers.skin that return Skin
 Skin SkinManager.getCurrentSkin()
           
 Skin ISkinManager.getCurrentSkin()
          Return the current look and feel.
 

Methods in org.jtheque.core.managers.skin that return types with arguments of type Skin
 java.util.List<Skin> SkinManager.getSkins()
           
 java.util.List<Skin> ISkinManager.getSkins()
          Return all the look and feel loaded.
 

Methods in org.jtheque.core.managers.skin with parameters of type Skin
 void SkinManager.setSkin(Skin skin)
           
 void ISkinManager.setSkin(Skin skin)
          Apply the look and feel to the application.
 

Uses of Skin in org.jtheque.core.managers.view.impl.components.model
 

Methods in org.jtheque.core.managers.view.impl.components.model that return Skin
 Skin AvailableLookAndFeelsComboBoxModel.getSelectedSkin()
          Return the selected look and feel.
 



Copyright © 2009 JTheque. All Rights Reserved.