public class SimpleTheme extends ObjectSE implements Theme
MessageSource をラップするデフォルトの Theme 実装。| コンストラクターと説明 |
|---|
SimpleTheme(StringSE name, MessageSource messageSource)SimpleTheme を作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
MessageSource | getMessageSource() このテーマに関してメッセージを解決する特定の MessageSource を返します。 |
StringSE | getName() テーマの名前を返します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic SimpleTheme(StringSE name, MessageSource messageSource)
name - テーマの名前 messageSource - テーマメッセージを解決する MessageSourcepublic final MessageSource getMessageSource()
ThemeTheme の getMessageSource null)