The mx.styles package contains the classes used by the Flex styles components.
Interfaces
| Interface | Description |
---|
| IAdvancedStyleClient |
This interface describes the advanced propeties 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. |
| IStyleModule |
Simple interface to manipulate style modules. |
Classes
| Class | Description |
---|
| CSSCondition |
Represents a condition for a CSSSelector which is used to match a subset of
components based on a particular property. |
| CSSConditionKind |
An enumeration of the kinds of CSSCondition. |
| CSSSelector |
Represents a selector node in a potential chain of selectors used to match
CSS style declarations to components. |
| CSSStyleDeclaration |
The CSSStyleDeclaration class represents a set of CSS style rules. |
| StyleManager |
The StyleManager 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
|
| StyleProxy |
Wraps an object that implements the IAdvancedStyleClient interface. |
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:26 AM -07:00