Uses of Class
org.stellarium.command.StelCommandInterface

Packages that use StelCommandInterface
org.stellarium   
org.stellarium.command Commands and scripts 
 

Uses of StelCommandInterface in org.stellarium
 

Fields in org.stellarium declared as StelCommandInterface
private  StelCommandInterface StelApp.commander
          interface to perform all UI and scripting actions
 

Methods in org.stellarium that return StelCommandInterface
 StelCommandInterface StelApp.getCommander()
           
 

Uses of StelCommandInterface in org.stellarium.command
 

Fields in org.stellarium.command declared as StelCommandInterface
private  StelCommandInterface ScriptMgr.commander
          for executing script commands
 

Constructors in org.stellarium.command with parameters of type StelCommandInterface
ScriptMgr(StelCommandInterface commandInterface)