Uses of Class
com.jstatcom.engine.AbstractConfigPanel

Packages that use AbstractConfigPanel
com.jstatcom.engine Abstract implementation of the engine communication as well as the procedure call. 
com.jstatcom.engine.gauss GAUSS communication that uses an installed version of the software. 
 

Uses of AbstractConfigPanel in com.jstatcom.engine
 

Subclasses of AbstractConfigPanel in com.jstatcom.engine
 class DefaultConfigPanel
          Default implementation of AbstractConfigPanel to provide a user input mask for all settings needed to run an engine.
 

Methods in com.jstatcom.engine that return AbstractConfigPanel
 AbstractConfigPanel EngineTypes.getConfigPanel()
          Gets the configuration panel for the respective engine.
 

Uses of AbstractConfigPanel in com.jstatcom.engine.gauss
 

Subclasses of AbstractConfigPanel in com.jstatcom.engine.gauss
 class GaussConfigPanel
          An implementation of the AbstractConfigPanel to create a user input mask for configuration information related to running the GAUSS program.
 

Methods in com.jstatcom.engine.gauss that return AbstractConfigPanel
 AbstractConfigPanel GaussEngineType.getConfigPanel()