NextApp Echo2
v2.1.0

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.
 

Method Detail

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 determined
styleName - the name of the Component's specified named style
Returns:
the appropriate Style if found, or null otherwise

NextApp Echo2
v2.1.0