| nextapp.echo2.app.StyleSheet
All known Subclasses: nextapp.echo2.app.MutableStyleSheet,
StyleSheet | public interface StyleSheet extends Serializable(Code) | | A collection of component-specific named styles.
|
Method Summary | |
public Style | getStyle(Class componentClass, String styleName) Retrieves the appropriate style for the specified component class
and style name. |
getStyle | public Style getStyle(Class componentClass, String styleName)(Code) | | Retrieves the appropriate style for the specified component class
and style name.
Parameters: componentClass - the Class of the Component for which style information is beingdetermined Parameters: styleName - the name of the Component 's specifiednamed style the appropriate Style if found, or null otherwise |
|
|