Package fr.ifremer.isisfish.ui.simulator
Class OptimizationHandler
java.lang.Object
fr.ifremer.isisfish.ui.CommonHandler
fr.ifremer.isisfish.ui.simulator.SimulatorTabHandler
fr.ifremer.isisfish.ui.simulator.OptimizationHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StorageChangeListenerprotected FactorEditorListenerprotected StorageChangeListenerprotected StorageChangeListenerprotected OptimizationUIFields inherited from class fr.ifremer.isisfish.ui.simulator.SimulatorTabHandler
simulationUI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd selected export.voidprotected voidExportInfo model for combo box.protected FactorEditorListenerRetourne une instance de action listener qui affichera l'interface de sélection d'un facteur.protected voidprotected voidprotected voidvoidSelection d'une méthode d'optimisation.voidSelection d'une méthode d'optimisation.voidrefresh()voidRemove selected exports in table.protected voidremoveFactor(FactorGroup factorGroup, String factorPath) Deprecated.this is a hack i think, should not be here and not used at allvoidremoveFactor(String factorPath) Deprecated.this is a hack i think, should not be here and not used at allMethods inherited from class fr.ifremer.isisfish.ui.simulator.SimulatorTabHandler
getFactorGroup, getParameters, setTabSelectedIconMethods inherited from class fr.ifremer.isisfish.ui.CommonHandler
setStatusMessage, setStatusMessage
-
Field Details
-
factorEditorListener
-
tabUI
-
objectiveStorageListener
-
optimisationStorageListener
-
exportStorageListener
-
-
Constructor Details
-
OptimizationHandler
-
-
Method Details
-
enableOptimization
protected void enableOptimization() -
initFieldObjectiveMethodModel
-
initFieldOptimizationMethodModel
-
initFieldExportListModel
-
afterInit
public void afterInit() -
refresh
public void refresh() -
objectiveChanged
public void objectiveChanged()Selection d'une méthode d'optimisation. -
getFactorActionListener
Retourne une instance de action listener qui affichera l'interface de sélection d'un facteur.- Returns:
- action listener
-
removeFactor
Deprecated.this is a hack i think, should not be here and not used at allRemove factor in factor group tree by path.- Parameters:
factorPath- factor path to remove
-
removeFactor
Deprecated.this is a hack i think, should not be here and not used at allRecursive remove for factor in factor group by path.- Parameters:
factorGroup- factor group to search tofactorPath- factor path to remove
-
optimizationChanged
public void optimizationChanged()Selection d'une méthode d'optimisation. -
getExportObservationTableModel
ExportInfo model for combo box.- Returns:
- model
-
addExports
public void addExports()Add selected export. -
removeExports
public void removeExports()Remove selected exports in table.
-