Uses of Class
org.stellarium.StelApp

Packages that use StelApp
org.stellarium.command Commands and scripts 
org.stellarium.ui User Interface 
 

Uses of StelApp in org.stellarium.command
 

Fields in org.stellarium.command declared as StelApp
private  StelApp StelCommandInterface.stapp
           
 

Constructors in org.stellarium.command with parameters of type StelApp
StelCommandInterface(StelCore core, StelApp someApp)
           
 

Uses of StelApp in org.stellarium.ui
 

Subclasses of StelApp in org.stellarium.ui
 class StelSdl
           
 

Fields in org.stellarium.ui declared as StelApp
protected  StelApp StelUI.app
          The main application instance
 

Constructors in org.stellarium.ui with parameters of type StelApp
StelUI(StelCore someCore, StelApp someApp)
           
StelUIConf(StelCore someCore, StelApp someApp)
           
StelUITuiConf(StelCore someCore, StelApp someApp)