Packagefeathers.themes
Classpublic class StyleNameFunctionTheme
InheritanceStyleNameFunctionTheme Inheritance starling.events.EventDispatcher
Subclasses MultiStarlingStyleNameFunctionTheme

Base class for themes that pass a StyleNameFunctionStyleProvider to each component class.

See also

feathers.skins.StyleNameFunctionStyleProvider
Skinning Feathers components
Creating custom Feathers themes


Public Methods
 MethodDefined By
  
Constructor.
StyleNameFunctionTheme
  
dispose():void
Disposes the theme.
StyleNameFunctionTheme
  
Returns a StyleNameFunctionStyleProvider to be passed to the specified class.
StyleNameFunctionTheme
Constructor Detail
StyleNameFunctionTheme()Constructor
public function StyleNameFunctionTheme()

Constructor.

Method Detail
dispose()method
public function dispose():void

Disposes the theme.

getStyleProviderForClass()method 
public function getStyleProviderForClass(type:Class):StyleNameFunctionStyleProvider

Returns a StyleNameFunctionStyleProvider to be passed to the specified class.

Parameters

type:Class

Returns
StyleNameFunctionStyleProvider