|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StyleSheet
A collection of component-specific named styles.
| Method Summary | |
|---|---|
java.util.Iterator |
getComponentTypes(java.lang.String styleName)
Retrieves the names of all component types present in the StyleSheet with the specified name. |
Style |
getStyle(java.lang.String styleName,
java.lang.Class componentClass,
boolean searchSuperClasses)
Retrieves the appropriate style for the specified component class and style name. |
java.util.Iterator |
getStyleNames()
Retrieves the names of all styles present in the StyleSheet |
| Method Detail |
|---|
java.util.Iterator getStyleNames()
StyleSheet
Strings naming all styles presentjava.util.Iterator getComponentTypes(java.lang.String styleName)
StyleSheet with the specified name.
styleName - the style name
Classes providing the fully qualified names of all component types
which provide styles for the styleName value
Style getStyle(java.lang.String styleName,
java.lang.Class componentClass,
boolean searchSuperClasses)
styleName - the name of the Component's specified named stylecomponentClass - the Class of the Component for which style information is being determinedsearchSuperClasses - flag indicating whether a style for a superclass should be returned in the event that no
specific style can be found for the specified componentClass
Style if found, or null otherwise
|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||