Class Messages

java.lang.Object
org.gvsig.gui.beans.Messages

public class Messages extends Object
Bridge class to provide internationalization services to the library. It uses the gvsig-i18n library as a backend, and includes its necessary initialization.
Author:
Cesar Martinez Izquierdo
  • Constructor Details

    • Messages

      public Messages()
  • Method Details

    • getText

      public static String getText(String key)
      Gets the translation associated with the provided translation key.
      Parameters:
      key - The translation key which identifies the target text
      Returns:
      The translation associated with the provided translation key.