Uses of Class
com.alee.managers.style.SupportedComponent

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

Uses of SupportedComponent in com.alee.managers.style
 

Methods in com.alee.managers.style that return SupportedComponent
static SupportedComponent SupportedComponent.getComponentTypeByUIClassID(java.lang.String uiClassID)
          Returns supported component type by UI class ID.
static SupportedComponent SupportedComponent.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SupportedComponent[] SupportedComponent.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.alee.managers.style that return types with arguments of type SupportedComponent
static java.util.List<SupportedComponent> SupportedComponent.getPainterSupportedComponents()
          Returns list of component types which supports painters.
 

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

Methods in com.alee.managers.style.data that return SupportedComponent
 SupportedComponent ComponentStyle.getType()
          Returns supported component type.
 

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

Methods in com.alee.managers.style.data with parameters of type SupportedComponent
 ComponentStyle SkinInfo.getStyle(javax.swing.JComponent component, SupportedComponent type)
          Returns style for the specified supported component type.
 void ComponentStyle.setType(SupportedComponent type)
          Sets supported component type.
 

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

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

Methods in com.alee.managers.style.skin that return SupportedComponent
protected  SupportedComponent WebLafSkin.getSupportedComponentTypeImpl(javax.swing.JComponent component)
          Returns component type.
 

Methods in com.alee.managers.style.skin with parameters of type SupportedComponent
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, SupportedComponent type)
          Returns component style.