Interfaces
 InterfaceDescription
 IStyleProvider Sets skin and style properties on a Feathers UI component.
Classes
 ClassDescription
 AddOnFunctionStyleProvider Wraps an existing style provider to call an additional function after the existing style provider applies its styles.
 FunctionStyleProvider Sets styles on a Feathers UI component by passing the component to a function when the style provider's applyStyles() is called.
 ImageStateValueSelector Values for each state are Texture instances, and the manager attempts to reuse the existing Image instance that is passed in to getValueForState() as the old value by swapping the texture.
 Scale9ImageStateValueSelector Values for each state are Scale9Textures instances, and the manager attempts to reuse the existing Scale9Image instance that is passed in to getValueForState() as the old value by swapping the textures.
 SmartDisplayObjectStateValueSelector Values for each state are textures or colors, and the manager attempts to reuse the existing display object that is passed in to getValueForState() as the old value, if possible.
 StandardIcons A set of icon textures, expected to be populated by the current theme.
 StateValueSelector Maps a component's states to values, perhaps for one of the component's properties such as a skin or text format.
 StateWithToggleValueSelector Maps a component's states to values, perhaps for one of the component's properties such as a skin or text format.
 StyleNameFunctionStyleProvider Similar to FunctionStyleProvider, sets styles on a Feathers UI component by passing it to a function, but also provides a way to define alternate functions that may be called based on the contents of the component's styleNameList.
 StyleProviderRegistry Used by themes to create and manage style providers for component classes.