Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InternalUiResources

        public InternalUiResources​(java.util.ResourceBundle languageResources)
      • InternalUiResources

        public InternalUiResources​(java.util.ResourceBundle languageResources,
                                   java.util.Properties properties)
    • Method Detail

      • getString

        public java.lang.String getString​(java.lang.String key)
        Specified by:
        getString in interface UIResources
      • getIcon

        public javax.swing.Icon getIcon​(java.lang.String name)
        Specified by:
        getIcon in interface UIResources