|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ThemeSetter
An interface representing a modifiable resource on which a theme can be set.
| Method Summary | |
|---|---|
boolean |
confirmSetTheme(Theme aTheme)
Indicates if the specified theme may be set. |
Theme |
setTheme(Theme aTheme)
Sets the theme. |
| Methods inherited from interface com.ibm.portal.content.ThemeProvider |
|---|
getTheme |
| Method Detail |
|---|
Theme setTheme(Theme aTheme)
throws CannotModifyPropertyException
aTheme - theme to set
specify null for inheritance
null is
returned
CannotModifyPropertyException - in case the theme cannot be setboolean confirmSetTheme(Theme aTheme)
aTheme - theme for which to indicate it may be set
true in case the specified theme may be set,
false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||