Class TrackerRes

java.lang.Object
org.opensourcephysics.display.OSPRuntime.Supported
org.opensourcephysics.cabrillo.tracker.TrackerRes

public class TrackerRes extends OSPRuntime.Supported
String resources for tracker classes.
Version:
1.0
Author:
Douglas Brown
  • Method Details

    • getString

      public static String getString(String key)
      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
    • setLocale

      public static void setLocale(Locale loc)
      Sets the locale.
      Parameters:
      loc - the locale
    • addListener

      public static void addListener(PropertyChangeListener listener)
      Adds a PropertyChangeListener.
      Parameters:
      property - the name of the property (only "locale" accepted)
      listener - the object requesting property change notification