Ejemplo n.º 1
0
  /**
   * resets all fix labels of the View. This method is called by the application if the language
   * setting is changed.
   */
  public void setLabels() {

    setTreeLabels();

    if (helperBar != null) {
      helperBar.updateLabels();
    }
  }