|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.skeleton.Skeleton
A Skeleton class basically used as reference class for resource loading/handling.
| Method Summary | |
static java.lang.Object[] |
internalGetLocaleData()
Internal getter method for the data given to the setLocale method |
static void |
setLocale(java.lang.String prefFileName,
java.lang.String defaultPrefFileName,
java.lang.Class loadClass)
This method reads a preference file and reads the language related entry (if there is one). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static void setLocale(java.lang.String prefFileName,
java.lang.String defaultPrefFileName,
java.lang.Class loadClass)
throws ReadException
prefFileName - the name of the preferences file of your application.defaultPrefFileName - the name of the default preferences file.loadClass - a class to relatively load the preferences file from.
ReadException - thrown if the
PreferenceFactory.createPreferences(String, Class, String)
throws such an exception.public static java.lang.Object[] internalGetLocaleData()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||