Package fr.ifremer.isisfish.ui.simulator
Class SimulatorTabHandler
java.lang.Object
fr.ifremer.isisfish.ui.CommonHandler
fr.ifremer.isisfish.ui.simulator.SimulatorTabHandler
- Direct Known Subclasses:
AdvancedParamsHandler
,ExportHandler
,OptimizationHandler
,ParamsHandler
,PlanHandler
,PreScriptsHandler
,ResultChoiceHandler
,RuleHandler
Handler common à tous les handler de chaque onglet de l'interface de simulation.
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
SimulatorTabHandler
(jaxx.runtime.JAXXObject simulationUI) -
Method Summary
Modifier and TypeMethodDescriptionprotected FactorGroup
Return FactorGroup from context.protected SimulationParameter
Return simulation parameters from context.protected void
setTabSelectedIcon
(Component component, boolean selected) Methods inherited from class fr.ifremer.isisfish.ui.CommonHandler
setStatusMessage, setStatusMessage
-
Field Details
-
simulationUI
protected jaxx.runtime.JAXXObject simulationUI
-
-
Constructor Details
-
SimulatorTabHandler
protected SimulatorTabHandler(jaxx.runtime.JAXXObject simulationUI)
-
-
Method Details
-
getParameters
Return simulation parameters from context.- Returns:
- SimulationParameter
-
getFactorGroup
Return FactorGroup from context.- Returns:
- FactorGroup
-
setTabSelectedIcon
-