Uses of Class
com.alee.managers.style.data.ComponentStyle

Packages that use ComponentStyle
com.alee.managers.style.data   
com.alee.managers.style.skin   
 

Uses of ComponentStyle in com.alee.managers.style.data
 

Methods in com.alee.managers.style.data that return ComponentStyle
 ComponentStyle SkinInfo.getStyle(javax.swing.JComponent component, SupportedComponent type)
          Returns style for the specified supported component type.
 

Methods in com.alee.managers.style.data that return types with arguments of type ComponentStyle
 java.util.List<ComponentStyle> SkinInfo.getStyles()
          Returns skin styles.
 java.util.Map<SupportedComponent,java.util.Map<java.lang.String,ComponentStyle>> SkinInfo.getStylesCache()
          Returns skin styles cache map.
 

Method parameters in com.alee.managers.style.data with type arguments of type ComponentStyle
 void SkinInfo.setStyles(java.util.List<ComponentStyle> styles)
          Sets skin styles.
 void SkinInfo.setStylesCache(java.util.Map<SupportedComponent,java.util.Map<java.lang.String,ComponentStyle>> stylesCache)
          Sets skin styles cache map.
 

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

Methods in com.alee.managers.style.skin that return ComponentStyle
abstract  ComponentStyle WebLafSkin.getComponentStyle(javax.swing.JComponent component, SupportedComponent type)
          Returns style for the specified supported component type.
 ComponentStyle CustomSkin.getComponentStyle(javax.swing.JComponent component, SupportedComponent type)
          Returns style for the specified supported component type.
protected  ComponentStyle WebLafSkin.getComponentStyleImpl(javax.swing.JComponent component)
          Returns component style.
protected  ComponentStyle WebLafSkin.getComponentStyleImpl(javax.swing.JComponent component, SupportedComponent type)
          Returns component style.