com.jrefinery.report.resources
Class JFreeReportResources_si

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--com.jrefinery.report.resources.JFreeReportResources
                    |
                    +--com.jrefinery.report.resources.JFreeReportResources_si

public class JFreeReportResources_si
extends JFreeReportResources

Slovenian Language Resources.

Author:
Sergey M Mozgovoi

Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
JFreeReportResources_si()
           
 
Method Summary
 java.lang.Object[][] getContents()
          Returns the array of strings in the resource bundle.
static void main(java.lang.String[] args)
          Debugging method, prints all defined contents.
 
Methods inherited from class com.jrefinery.report.resources.JFreeReportResources
createMenuKeystroke, createTransparentImage, getIcon, printAll
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JFreeReportResources_si

public JFreeReportResources_si()
Method Detail

getContents

public java.lang.Object[][] getContents()
Returns the array of strings in the resource bundle.

Overrides:
getContents in class JFreeReportResources
Returns:
an array of localised resources.

main

public static void main(java.lang.String[] args)
Debugging method, prints all defined contents.

Parameters:
args - not used