Uses of Class
org.stellarium.StelCore

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

Uses of StelCore in org.stellarium
 

Fields in org.stellarium declared as StelCore
private static StelCore StelApp.core
          The associcated StelCore instance FRED: Made it static, you can have only one core, and too many parameters to pass the core elements...
 

Methods in org.stellarium that return StelCore
static StelCore StelApp.getCore()
           
 

Uses of StelCore in org.stellarium.command
 

Fields in org.stellarium.command declared as StelCore
private  StelCore StelCommandInterface.stcore
           
 

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

Uses of StelCore in org.stellarium.ui
 

Fields in org.stellarium.ui declared as StelCore
private  StelCore StelUITuiConf.core
           
protected  StelCore StelUI.core
          The Main core can be accessed because StelUI is a friend class
 

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

Uses of StelCore in org.stellarium.ui.components
 

Fields in org.stellarium.ui.components declared as StelCore
private  StelCore LoadingBar.core
           
 

Constructors in org.stellarium.ui.components with parameters of type StelCore
LoadingBar(Projector prj, float fontSize, java.lang.String fontName, java.lang.String splash_tex, int screenw, int screenh, java.lang.String extraTextString, float extraTextSize, float extraTextPosx, float extraTextPosy, StelCore core)