Uses of Class
org.stellarium.Translator

Packages that use Translator
org.stellarium   
org.stellarium.astro Astronomical computations 
org.stellarium.ui User Interface 
 

Uses of Translator in org.stellarium
 

Fields in org.stellarium declared as Translator
private static Translator Translator.globalTranslator
           
(package private) static Translator Translator.lastUsed
          Keep in memory which one was the last used transator to prevent reloading it at each tranlate() call
private  Translator StelCore.skyTranslator
          The translator used for astronomical object naming
 

Methods in org.stellarium that return Translator
static Translator Translator.getGlobalTranslator()
           
 Translator StelCore.getTranslator()
           
 

Methods in org.stellarium with parameters of type Translator
static void Translator.setGlobalTranslator(Translator p0)
           
 

Uses of Translator in org.stellarium.astro
 

Methods in org.stellarium.astro with parameters of type Translator
 void Planet.translateName(Translator trans)
           
 void Nebula.translateName(Translator trans)
          Translate nebula name using the passed translator
 void SolarSystem.translateNames(Translator trans)
           
 void NebulaMgr.translateNames(Translator trans)
          Update i18 names from english names according to passed translator The translation is done using gettext with translated strings defined in translations.h
 void HipStarMgr.translateNames(Translator trans)
           
 void HipStar.translateNames(Translator trans)
           
 void ConstellationMgr.translateNames(Translator trans)
           
 

Uses of Translator in org.stellarium.ui
 

Methods in org.stellarium.ui with parameters of type Translator
 void Cardinals.translateLabels(Translator trans)
          Translate cardinal labels with gettext to current sky language