Package com.lightdev.app.shtm
Class InternalUiResources
- java.lang.Object
-
- com.lightdev.app.shtm.InternalUiResources
-
- All Implemented Interfaces:
UIResources
public class InternalUiResources extends java.lang.Object implements UIResources
Default implementation of TextResources based on java.util.ResourceBundle
-
-
Constructor Summary
Constructors Constructor Description InternalUiResources(java.util.ResourceBundle languageResources)
InternalUiResources(java.util.ResourceBundle languageResources, java.util.Properties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.Icon
getIcon(java.lang.String name)
java.lang.String
getString(java.lang.String key)
-
-
-
Method Detail
-
getString
public java.lang.String getString(java.lang.String key)
- Specified by:
getString
in interfaceUIResources
-
getIcon
public javax.swing.Icon getIcon(java.lang.String name)
- Specified by:
getIcon
in interfaceUIResources
-
-