Package org.jfree.ui.about.resources
Class AboutResources_de
- java.lang.Object
-
- java.util.ResourceBundle
-
- java.util.ListResourceBundle
-
- org.jfree.ui.about.resources.AboutResources_de
-
public class AboutResources_de extends java.util.ListResourceBundle
A resource bundle that stores all the user interface items that might need localisation.- Author:
- Thomas Meier
-
-
Constructor Summary
Constructors Constructor Description AboutResources_de()
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[][]
getContents()
Returns the array of strings in the resource bundle.
-
-
-
Constructor Detail
-
AboutResources_de
public AboutResources_de()
Default constructor.
-
-
Method Detail
-
getContents
public java.lang.Object[][] getContents()
Returns the array of strings in the resource bundle.- Specified by:
getContents
in classjava.util.ListResourceBundle
- Returns:
- the resources.
-
-