| Interface | Description |
---|
| IAdvancedStyleClient |
This interface describes the advanced properties that a component must
implement to fully participate in the advanced style subsystem. |
| ISimpleStyleClient |
This interface describes the properties and methods that an object
must implement so that it can participate in the style subsystem. |
| IStyleClient |
This interface describes the properties and methods that an object
must implement so that it can fully participate in the style subsystem. |
| IStyleManager |
The IStyleManager class manages the following:
Which CSS style properties the class inherits
Which style properties are colors, and therefore get special handling
A list of strings that are aliases for color values
This interface was used by Flex 2.0.1. |
| IStyleManager2 |
The IStyleManager2 class manages the following:
Which CSS style properties the class inherits
Which style properties are colors, and therefore get special handling
A list of strings that are aliases for color values
|
| IStyleModule |
Simple interface to manipulate style modules. |