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

public abstract class SimulatorTabHandler extends CommonHandler
Handler common à tous les handler de chaque onglet de l'interface de simulation.
  • Field Details

    • simulationUI

      protected jaxx.runtime.JAXXObject simulationUI
  • Constructor Details

    • SimulatorTabHandler

      protected SimulatorTabHandler(jaxx.runtime.JAXXObject simulationUI)
  • Method Details

    • getParameters

      protected SimulationParameter getParameters()
      Return simulation parameters from context.
      Returns:
      SimulationParameter
    • getFactorGroup

      protected FactorGroup getFactorGroup()
      Return FactorGroup from context.
      Returns:
      FactorGroup
    • setTabSelectedIcon

      protected void setTabSelectedIcon(Component component, boolean selected)