Package org.opensourcephysics.controls
Class ControlsRes
java.lang.Object
org.opensourcephysics.controls.ControlsRes
ControlsRes provides access to internationalized string resources for OSPControls.
- Version:
- 1.0
- Author:
- Wolfgang Christian
-
Field Summary
Fields -
Method Summary
-
Field Details
-
ANIMATION_NEW
-
ANIMATION_INIT
-
ANIMATION_STEP
-
ANIMATION_RESET
-
ANIMATION_START
-
ANIMATION_STOP
-
ANIMATION_RESET_TIP
-
ANIMATION_INIT_TIP
-
ANIMATION_START_TIP
-
ANIMATION_STOP_TIP
-
ANIMATION_NEW_TIP
-
ANIMATION_STEP_TIP
-
CALCULATION_CALC
-
CALCULATION_RESET
-
CALCULATION_CALC_TIP
-
CALCULATION_RESET_TIP
-
XML_NAME
-
XML_VALUE
-
-
Method Details
-
setLocale
-
getString
Gets the localized value of a string. If no localized value is found, the key is returned surrounded by exclamation points.- Parameters:
key
- the string to localize- Returns:
- the localized string
-