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
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSimulatorTabHandler(jaxx.runtime.JAXXObject simulationUI) -
Method Summary
Modifier and TypeMethodDescriptionprotected FactorGroupReturn FactorGroup from context.protected SimulationParameterReturn simulation parameters from context.protected voidsetTabSelectedIcon(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
-