Uses of Class
com.alee.managers.style.skin.WebLafSkin

Packages that use WebLafSkin
com.alee.examples   
com.alee.extended.style   
com.alee.managers.style   
com.alee.managers.style.skin   
com.alee.managers.style.skin.ninepatch   
com.alee.managers.style.skin.web   
 

Uses of WebLafSkin in com.alee.examples
 

Subclasses of WebLafSkin in com.alee.examples
 class DemoSkin
          Custom skin class for WebLaF Demo Application.
 

Uses of WebLafSkin in com.alee.extended.style
 

Subclasses of WebLafSkin in com.alee.extended.style
 class StyleEditorSkin
          Custom skin class for StyleEditor.
 

Uses of WebLafSkin in com.alee.managers.style
 

Methods in com.alee.managers.style that return WebLafSkin
static WebLafSkin StyleManager.applyDefaultSkin()
          Applies default skin to all existing skinnable components.
static WebLafSkin StyleManager.applySkin(java.lang.Class skinClass)
          Applies specified skin to all existing skinnable components.
static WebLafSkin StyleManager.applySkin(javax.swing.JComponent component)
          Applies current skin to the skinnable component.
static WebLafSkin StyleManager.applySkin(javax.swing.JComponent component, WebLafSkin skin)
          Applies specified skin to the skinnable component.
static WebLafSkin StyleManager.applySkin(java.lang.String skinClassName)
          Applies specified skin to all existing skinnable components.
static WebLafSkin StyleManager.applySkin(WebLafSkin skin)
          Applies specified skin to all existing skinnable components.
static WebLafSkin StyleManager.createSkin(java.lang.Class skinClass)
          Returns newly created skin class instance.
static WebLafSkin StyleManager.getCurrentSkin()
          Returns currently applied skin.
static WebLafSkin StyleManager.getDefaultSkin()
          Returns default skin.
static WebLafSkin StyleManager.removeSkin(javax.swing.JComponent component)
          Removes skin applied to the specified component and returns it.
static WebLafSkin StyleManager.setDefaultSkin(java.lang.Class skinClass)
          Sets default skin.
static WebLafSkin StyleManager.setDefaultSkin(java.lang.String skinClassName)
          Sets default skin.
static WebLafSkin StyleManager.setDefaultSkin(WebLafSkin skin)
          Sets default skin.
 

Methods in com.alee.managers.style with parameters of type WebLafSkin
static WebLafSkin StyleManager.applySkin(javax.swing.JComponent component, WebLafSkin skin)
          Applies specified skin to the skinnable component.
static WebLafSkin StyleManager.applySkin(WebLafSkin skin)
          Applies specified skin to all existing skinnable components.
static WebLafSkin StyleManager.setDefaultSkin(WebLafSkin skin)
          Sets default skin.
 

Uses of WebLafSkin in com.alee.managers.style.skin
 

Subclasses of WebLafSkin in com.alee.managers.style.skin
 class CustomSkin
          This theme is used by StyleManager for cases when theme settings are stored within XML.
 

Uses of WebLafSkin in com.alee.managers.style.skin.ninepatch
 

Subclasses of WebLafSkin in com.alee.managers.style.skin.ninepatch
 class NinePatchSkin
          Custom WebLaF skin which uses 9-patch images to decorate components.
 

Uses of WebLafSkin in com.alee.managers.style.skin.web
 

Subclasses of WebLafSkin in com.alee.managers.style.skin.web
 class WebSkin
          Default WebLaF skin.