Interface SolverConfigPanelFactory
-
- All Superinterfaces:
AlohaPlugin
- All Known Implementing Classes:
SimpleSolverPlugin
public interface SolverConfigPanelFactory extends AlohaPlugin
This class is the interface of a factory for solver-config panels
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SolverConfigPanelcreateConfigPanel(Solver solver)this method must create a config panel for the given solver.-
Methods inherited from interface cern.accsoft.steering.aloha.plugin.api.AlohaPlugin
getName
-
-
-
-
Method Detail
-
createConfigPanel
SolverConfigPanel createConfigPanel(Solver solver)
this method must create a config panel for the given solver.- Parameters:
solver- the solver for which to create a panel- Returns:
- the config-panel
-
-