
edu.stanford.smi.protege.ui.LocaleRenderer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of protege Show documentation
Show all versions of protege Show documentation
Core code for the Protege ontology editor. Serves as the basis for the Protege-Frames and Protege-OWL editors.
package edu.stanford.smi.protege.ui;
import java.util.*;
import edu.stanford.smi.protege.util.*;
/**
* TODO Class Comment
*
* @author Ray Fergerson
*/
public class LocaleRenderer extends DefaultRenderer {
private static final long serialVersionUID = -7860504931657851678L;
public void load(Object o) {
Locale locale = (Locale) o;
setMainText(locale.getDisplayName(Locale.ENGLISH));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy