nextapp.echo2.app
Interface StyleSheet
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- MutableStyleSheet
public interface StyleSheet
- extends java.io.Serializable
A collection of component-specific named styles.
|
Method Summary |
Style |
getStyle(java.lang.Class componentClass,
java.lang.String styleName)
Retrieves the appropriate style for the specified component class
and style name. |
getStyle
Style getStyle(java.lang.Class componentClass,
java.lang.String styleName)
- Retrieves the appropriate style for the specified component class
and style name.
- Parameters:
componentClass - the Class of the
Component for which style information is being
determinedstyleName - the name of the Component's specified
named style
- Returns:
- the appropriate
Style if found, or null otherwise