com.interface21.ui.context
Interface NestingThemeSource
- All Superinterfaces:
- ThemeSource
- All Known Implementing Classes:
- ResourceBundleThemeSource
- public interface NestingThemeSource
- extends ThemeSource
Subinterface of ThemeSource to be implemented by objects that
can resolve messages hierarchically.
- Version:
- $RevisionId$
- Author:
- Rod Johnson, Jean-Pierre Pawlak
|
Method Summary |
void |
setParent(ThemeSource parent)
Set the parent that will be used to try to resolve theme messages
that this object can't resolve. |
setParent
public void setParent(ThemeSource parent)
- Set the parent that will be used to try to resolve theme messages
that this object can't resolve.
- Parameters:
parent - parent ThemeSource that will be used to
resolve messages that this object can't resolve.
May be null, in which case no further resolution is possible.
Rod Johnson and Spring contributors 2001-2003.